maxim-yurchuk 9731d8a4bb publishFullContrib: true for ydb 1 месяц назад
..
.dist-info 8ca7961c8f Intermediate changes 7 месяцев назад
.yandex_meta 9731d8a4bb publishFullContrib: true for ydb 1 месяц назад
lz4 c2b2dfd982 YQ Connector: move tests from yql to ydb (OSS) 1 год назад
patches 9731d8a4bb publishFullContrib: true for ydb 1 месяц назад
tests c2b2dfd982 YQ Connector: move tests from yql to ydb (OSS) 1 год назад
LICENSE c2b2dfd982 YQ Connector: move tests from yql to ydb (OSS) 1 год назад
README.rst c2b2dfd982 YQ Connector: move tests from yql to ydb (OSS) 1 год назад
ya.make c2b2dfd982 YQ Connector: move tests from yql to ydb (OSS) 1 год назад

README.rst

==========
python-lz4
==========

Status
======

.. image:: https://travis-ci.org/python-lz4/python-lz4.svg?branch=master
:target: https://travis-ci.org/python-lz4/python-lz4
:alt: Build Status

.. image:: https://ci.appveyor.com/api/projects/status/r2qvw9mlfo63lklo/branch/master?svg=true
:target: https://ci.appveyor.com/project/jonathanunderwood/python-lz4
:alt: Build Status Windows

.. image:: https://readthedocs.org/projects/python-lz4/badge/?version=stable
:target: https://readthedocs.org/projects/python-lz4/
:alt: Documentation

.. image:: https://codecov.io/gh/python-lz4/python-lz4/branch/codecov/graph/badge.svg
:target: https://codecov.io/gh/python-lz4/python-lz4
:alt: CodeCov


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.

The API provided by the frame format bindings follows that of the LZMA, zlib,
gzip and bzip2 compression libraries which are provided with the Python standard
library. As such, these LZ4 bindings should provide a drop-in alternative to the
compression libraries shipped with Python. The package provides context managers
and file handler support.

The bindings drop the GIL when calling in to the underlying LZ4 library, and is
thread safe. An extensive test suite is included.

Documenation
============

.. image:: https://readthedocs.org/projects/python-lz4/badge/?version=stable
:target: https://readthedocs.org/projects/python-lz4/
:alt: 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/stable/
:development: http://python-lz4.readthedocs.io/en/latest/

Homepage
========

The `project homepage `_ is hosted
on Github. Please report any issues you find using the `issue tracker
`_.

Licensing
=========
Code specific to this project is covered by the `BSD 3-Clause License
`_