brotli/python
Alex Nicksay 595a5246b4 Python: Create an extension Compressor object
- Create a `Compressor` object in the extension module
- Move the `compress` method into the native module and use
  the new `Compressor` object to do the compression

Note: This does not change the module-level Python API.  The
`Compressor` object will not be publicly exposed until its
methods have stabilized.
2016-10-17 13:03:58 -04:00
..
tests Restore platform suffix 2016-06-17 20:24:24 +02:00
_brotli.cc Python: Create an extension Compressor object 2016-10-17 13:03:58 -04:00
bro.py Add binding for custom_dictionary. 2016-02-23 17:42:55 +01:00
brotli.py Python: Create an extension Compressor object 2016-10-17 13:03:58 -04:00
README.md Fix typo 2016-02-23 16:10:53 +01:00

This directory contains Python brotli wrapper module and roundtrip tests.

To build module execute python setup.py build_ext from root project directory.

To test module run python setup.py test.