brotli/python
eustas 7e5bbd5f9b Merge pull request #321 from eustas/master
Add custom dictionary feature binding
2016-02-24 16:54:54 +01:00
..
tests Truncate dictionary to window size. 2016-02-24 16:01:35 +01:00
bro.py Add binding for custom_dictionary. 2016-02-23 17:42:55 +01:00
brotlimodule.cc Truncate dictionary to window size. 2016-02-24 16:01:35 +01: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.