.gitignore
.readthedocs.yml
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/build_dist.yml
docs/Makefile
docs/conf.py
docs/contributors.rst
docs/index.rst
docs/install.rst
docs/intro.rst
docs/license.rst
docs/lz4.block.rst
docs/lz4.frame.rst
docs/lz4.rst
docs/lz4.stream.rst
docs/make.bat
docs/quickstart.rst
docs/requirements.txt
docs/userguide.rst
docs/static/.keep
lz4/__init__.py
lz4/_version.c
lz4/version.py
lz4.egg-info/PKG-INFO
lz4.egg-info/SOURCES.txt
lz4.egg-info/dependency_links.txt
lz4.egg-info/requires.txt
lz4.egg-info/top_level.txt
lz4/block/__init__.py
lz4/block/_block.c
lz4/frame/__init__.py
lz4/frame/_frame.c
lz4/stream/__init__.py
lz4/stream/_stream.c
lz4libs/lz4.c
lz4libs/lz4.h
lz4libs/lz4frame.c
lz4libs/lz4frame.h
lz4libs/lz4frame_static.h
lz4libs/lz4hc.c
lz4libs/lz4hc.h
lz4libs/xxhash.c
lz4libs/xxhash.h
tests/block/conftest.py
tests/block/numpy_byte_array.bin
tests/block/test_block_0.py
tests/block/test_block_1.py
tests/block/test_block_2.py
tests/block/test_block_3.py
tests/frame/__init__.py
tests/frame/conftest.py
tests/frame/helpers.py
tests/frame/test_frame_0.py
tests/frame/test_frame_1.py
tests/frame/test_frame_2.py
tests/frame/test_frame_3.py
tests/frame/test_frame_4.py
tests/frame/test_frame_5.py
tests/frame/test_frame_6.py
tests/frame/test_frame_7.py
tests/frame/test_frame_8.py
tests/frame/test_frame_9.py
tests/stream/conftest.py
tests/stream/numpy_byte_array.bin
tests/stream/test_stream_0.py
tests/stream/test_stream_1.py
tests/stream/test_stream_2.py
tests/stream/test_stream_3.py
tests/stream/test_stream_4.py