.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
codecov.yml
mypy.ini
pyproject.toml
requirements.txt
setup.py
tox.ini
.github/CONTRIBUTING.md
.github/workflows/master.yml
data/README.md
data/example_text_file.txt
data/example_text_file.txt.tar.bz2
data/example_text_file.txt.tar.gz
data/example_text_file.txt.zip
data/example_text_file.txt.zst
data/one_red_pixel.png
data/one_semitransparent_pixel.png
data/one_transparent_pixel.png
data/red_square.png
data/red_square_rgba_semitransparent.png
data/tqdm-4.61.1-pyhd3eb1b0_1.conda
docs/Makefile
docs/api.rst
docs/conf.py
docs/design.rst
docs/index.rst
docs/make.bat
docs/motivation.rst
docs/overview.rst
docs/_static/css/style.css
src/range_streams/__init__.py
src/range_streams/http_utils.py
src/range_streams/overlaps.py
src/range_streams/py.typed
src/range_streams/range_request.py
src/range_streams/range_response.py
src/range_streams/range_stream.py
src/range_streams/range_utils.py
src/range_streams.egg-info/PKG-INFO
src/range_streams.egg-info/SOURCES.txt
src/range_streams.egg-info/dependency_links.txt
src/range_streams.egg-info/not-zip-safe
src/range_streams.egg-info/requires.txt
src/range_streams.egg-info/top_level.txt
src/range_streams/codecs/__init__.py
src/range_streams/codecs/conda/__init__.py
src/range_streams/codecs/conda/conda_archive.py
src/range_streams/codecs/png/__init__.py
src/range_streams/codecs/png/data.py
src/range_streams/codecs/png/reconstruct.py
src/range_streams/codecs/png/stream.py
src/range_streams/codecs/zip/__init__.py
src/range_streams/codecs/zip/data.py
src/range_streams/codecs/zip/stream.py
src/range_streams/codecs/zstd/__init__.py
src/range_streams/codecs/zstd/tar.py
tests/__init__.py
tests/data.py
tests/http_utils_test.py
tests/overlaps_test.py
tests/range_request_test.py
tests/range_response_test.py
tests/range_stream_core_test.py
tests/range_stream_edge_case_test.py
tests/range_utils_test.py
tests/codecs/__init__.py
tests/codecs/conda_test.py
tests/codecs/data.py
tests/codecs/png_test.py
tests/codecs/zip_test.py
tools/github/install_miniconda.sh