dpkp / python-lz4

LZ4 bindings for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-lz4

Status

Build Status Build Status Windows Documentation

Introduction

This package provides python bindings for the lz4 compression library by Yann Collet.

At this time the project contains bindings for the LZ4 block format, which are considered stable.

Support for the LZ4 frame format is a work-in-progress and available as a technology preview. A future relase will implement support for the LZ4 stream format.

Documenation

Documentation

Full documentation is included with the project. The documentation is generated using Sphinx. Documentation is also hosted on readthedocs.

master:http://python-lz4.readthedocs.io/en/latest/

Licensing

Code specific to this project is covered by the BSD 3-Clause License

About

LZ4 bindings for Python

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 87.2%Language:Python 11.3%Language:C++ 1.2%Language:Batchfile 0.2%Language:Makefile 0.1%