mirror of
https://github.com/google/brotli.git
synced 2024-11-22 19:50:06 +00:00
6 lines
200 B
Markdown
6 lines
200 B
Markdown
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`.
|