mirror of
https://github.com/google/brotli.git
synced 2025-01-13 01:40:15 +00:00
595a5246b4
- Create a `Compressor` object in the extension module - Move the `compress` method into the native module and use the new `Compressor` object to do the compression Note: This does not change the module-level Python API. The `Compressor` object will not be publicly exposed until its methods have stabilized. |
||
---|---|---|
.. | ||
tests | ||
_brotli.cc | ||
bro.py | ||
brotli.py | ||
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
.