brotli/python
eustas bb6f5fea46 Merge pull request #336 from anthrotype/upload-sdist
appveyor: also upload source distribution packages to Github Releases
2016-06-03 11:12:12 +02:00
..
tests python/tests: clean up generated files if successful 2016-04-10 20:52:27 +01:00
bro.py Add binding for custom_dictionary. 2016-02-23 17:42:55 +01:00
brotlimodule.cc Fix brotlimodule 2016-04-19 16:43:42 +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.