lz4_flex python wrapper
Usage
>>> import lz4_flex
>>> compressed = lz4_flex.compress_prepend_size(b"foo")
>>> lz4_flex.decompress_size_prepended(compressed)
b'foo'
Development
Preparations:
pip install maturin
python -m venv .venv
source .venv/bin/activate
Install the package:
maturin develop
Test it:
python -c'import lz4_flex'
Publishing to pypi:
maturin publish
Release files for lz4-flex_py 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lz4_flex_py-0.1.3-cp36-abi3-manylinux_2_24_x86_64.whl | CPython 3.6 | abi3 | Linux glibc 2.24+ x86-64 | Details |
Release files / lz4_flex_py-0.1.3-cp36-abi3-manylinux_2_24_x86_64.whl
| Download URL | lz4_flex_py-0.1.3-cp36-abi3-manylinux_2_24_x86_64.whl |
|---|---|
| Size | 160.4 kB |
| Tags | CPython 3.6 Linux glibc 2.24+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
ec7198f2dfda6a9b962ff42decfb7f21e4b6784f86e98f118c71447b1a750833
|
|
BLAKE2b-256 checksum How to use checksums |
6cad525904fcc0e01d480d45f929d4ba9a1087feaea1e67891448c4d20ce6b63
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/0.11.3
|