mirror of
https://github.com/google/brotli.git
synced 2024-11-25 13:00:06 +00:00
7e5bbd5f9b
Add custom dictionary feature binding |
||
---|---|---|
.. | ||
tests | ||
bro.py | ||
brotlimodule.cc | ||
README.md |
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
.