mirror of
https://github.com/google/brotli.git
synced 2026-07-09 02:08:06 +00:00
[PR #17] Add Python bindings #596
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/google/brotli/pull/17
State: closed
Merged: Yes
This adds Python bindings (developed originally as https://github.com/khaledhosny/brotli-python). Everything is kept under
pythonsubdirectory, but distutils is very inflexible, so I had to symlinkdecandencdirectories from top level for the build to work (I wouldn’t insist on using asetup.pyscript myself, but it seems to be required for PyPI which I guess we would want to uploat to at some point). CC @behdad.