FastLZ implementation in native python3
Project description
pyfastlz-native
This is a native python3 implementation of the FastLZ algorithm (more info in Lempel-Ziv 77 algorithm).
Currently it only implements decompression.
Usage
import fastlz_native
comp_data = bytes(raw_data)
decompressed = fastlz_native.fastlz_decompress(comp_data)
Expected format
This implementation expects the decompressed size in bytes in the first uint32_t chunk.
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
pyfastlz-native-0.0.1.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyfastlz-native-0.0.1.tar.gz.
File metadata
- Download URL: pyfastlz-native-0.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db9b55ce83fe21406eb15f92832b5dc522407e7bff3cd374b4b956ac51d42267
|
|
| MD5 |
3432cb3cd8723c9814b1f41104bd62ea
|
|
| BLAKE2b-256 |
b1c2fdada332eb64ecef80751b8a6acc92320ffaf00f2944c34225bb53d334c5
|
File details
Details for the file pyfastlz_native-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pyfastlz_native-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51813556ab8a4056abf721a743c034e40a13de30ad6cfa2c27dff1c26d4b74c5
|
|
| MD5 |
5294fe4d82ff89eafcf3e18e22a4c0c7
|
|
| BLAKE2b-256 |
7326bf128e1e1ceb293e9e1063dfc27efa89d34f6b4df46485bb47a9db8b7128
|