Hash : 14276922 Author : Date : 2016-02-23T16:10:53
Fix typo
Download
This directory contains Python brotli wrapper module and roundtrip tests.
To build module execute python setup.py build_ext from root project directory.
python setup.py build_ext
To test module run python setup.py test.
python setup.py test
1 2 3 4 5
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`.