brotli/python
2016-02-23 16:06:31 +01:00
..
tests [roundtrip_test.py] repeat test at different quality (1, 6, 9, 11) 2015-05-11 14:12:37 +01:00
bro.py Fix choices for --lgwin and --mode in python/bro.py. 2016-02-19 16:54:15 +06:00
brotlimodule.cc Addressed comment 2016-01-25 15:13:17 +01:00
README.md Create README.md 2016-02-23 16:06:31 +01:00

This directory contains Python brotli wrapper modile and roundtrip tests.

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

To test module run python setup.py test.