brotli/python
2016-06-16 17:25:26 +02:00
..
tests Fix library path 2016-06-16 17:25:26 +02:00
bro.py Add binding for custom_dictionary. 2016-02-23 17:42:55 +01:00
brotlimodule.cc Fix CI build. 2016-06-13 15:22:13 +02: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.