Python bindings for the Xpress9 compression library, providing fast compression/decompression with a simple API. Current version 0.3.8, active development.
pip install xpress9No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compress and decompress bytes with default settings.
If you used `(compressed, length) = compress(data)`, change to `compressed = compress(data)`.
Handle empty input explicitly if needed.
Use `.encode()` on strings: `compress(my_string.encode())`.