Python binding to the Brotli library
Project description
This library contains Python bindings for the reference Brotli encoder/decoder, available here. This allows Python software to use the Brotli compression algorithm directly from Python code.
To use it simply, try this:
import brotli
data = brotli.decompress(compressed_data)
More information can be found in the documentation (WIP).
License
The source code of brotlipy is available under the MIT license. Brotli itself is made available under the Version 2.0 of the Apache Software License. See the LICENSE and NOTICE files for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
brotlipy-0.1.0.tar.gz
(491.1 kB
view hashes)