.coveragerc
.gitignore
.isort.cfg
.prettierrc.yaml
.pylintrc
CHANGELOG.md
LICENSE.txt
README.md
dev-requirements.txt
pytest.ini
setup.cfg
setup.py
tox.ini
.github/workflows/build.yml
.vscode/env
.vscode/launch.json
.vscode/settings.json
src/python_xz.egg-info/PKG-INFO
src/python_xz.egg-info/SOURCES.txt
src/python_xz.egg-info/dependency_links.txt
src/python_xz.egg-info/top_level.txt
src/xz/__init__.py
src/xz/_version.py
src/xz/block.py
src/xz/common.py
src/xz/file.py
src/xz/io.py
src/xz/open.py
src/xz/stream.py
src/xz/utils.py
tests/conftest.py
tests/integration/conftest.py
tests/integration/test_file_read.py
tests/integration/test_generate_files.py
tests/integration/test_readme.py
tests/integration/files/check-crc32.json
tests/integration/files/check-crc32.xz
tests/integration/files/check-crc64.json
tests/integration/files/check-crc64.xz
tests/integration/files/check-none.json
tests/integration/files/check-none.xz
tests/integration/files/check-sha256.json
tests/integration/files/check-sha256.xz
tests/integration/files/example.xz
tests/integration/files/few-blocks.json
tests/integration/files/few-blocks.xz
tests/integration/files/many-blocks.json
tests/integration/files/many-blocks.xz
tests/integration/files/one-stream-with-padding.json
tests/integration/files/one-stream-with-padding.xz
tests/integration/files/several-streams-with-padding.json
tests/integration/files/several-streams-with-padding.xz
tests/integration/files/several-streams.json
tests/integration/files/several-streams.xz
tests/integration/files/various-block-sizes.json
tests/integration/files/various-block-sizes.xz
tests/integration/files/various-stream-checks-stream-padding-and-block-sizes.json
tests/integration/files/various-stream-checks-stream-padding-and-block-sizes.xz
tests/integration/files/various-stream-checks.json
tests/integration/files/various-stream-checks.xz
tests/unit/test_block.py
tests/unit/test_common.py
tests/unit/test_file.py
tests/unit/test_floordict.py
tests/unit/test_ioabstract.py
tests/unit/test_iocombiner.py
tests/unit/test_ioproxy.py
tests/unit/test_iostatic.py
tests/unit/test_open.py
tests/unit/test_stream.py