LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
version.py
SeqTools.egg-info/PKG-INFO
SeqTools.egg-info/SOURCES.txt
SeqTools.egg-info/dependency_links.txt
SeqTools.egg-info/requires.txt
SeqTools.egg-info/top_level.txt
docs/conf.py
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/reference.rst
docs/requirements.txt
docs/tutorial.rst
docs/_static/batch.png
docs/_static/collate.png
docs/_static/concatenate.png
docs/_static/cycle.png
docs/_static/gather.png
docs/_static/interleaving.png
docs/_static/prefetch.png
docs/_static/repeat.png
docs/_static/smap.png
docs/_static/uniter.png
docs/examples/dataloader.py
docs/examples/dataloader.rst
docs/examples/errors_and_debugging.ipynb
docs/examples/fast_minibatch_sampling.ipynb
docs/examples/preprocessing_pipeline.ipynb
seqtools/__init__.py
seqtools/buffering.py
seqtools/errors.py
seqtools/evaluation.py
seqtools/indexing.py
seqtools/instrument.py
seqtools/mapping.py
seqtools/serialization.py
seqtools/shape.py
seqtools/utils.py
seqtools/C/__init__.py
seqtools/C/refcountedbuffer.c
tests/test_evaluation.py
tests/test_indexing.py
tests/test_instrument.py
tests/test_mapping.py
tests/test_memory.py
tests/test_release.py
tests/test_serialization.py
tests/test_shape.py
tests/test_utils.py