lz4 0.19.0
Newer version available (4.4.4)
Released:
LZ4 Bindings for Python
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License
- Author: Jonathan Underwood
- Requires: Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
Project description
Status
Introduction
This package provides python bindings for the LZ4 compression library.
The bindings provided in this package cover the frame format and the block format specifications. The frame format bindings are the recommended ones to use, as this guarantees interoperability with other implementations and language bindings.
A future release may implement support for the LZ4 stream format. Patches and help are welcome.
Documenation
Full documentation is included with the project. The documentation is generated using Sphinx. Documentation is also hosted on readthedocs.
- master:
- development:
Licensing
Code specific to this project is covered by the BSD 3-Clause License
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License
- Author: Jonathan Underwood
- Requires: Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language