CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
mypy.ini
pyproject.toml
requirements-dev.txt
doc/sphinx/Makefile
doc/sphinx/api.rst
doc/sphinx/conf.py
doc/sphinx/index.rst
doc/sphinx/make.bat
doc/sphinx/user-guide.rst
samples/_run_sample.py
samples/load_model.py
samples/save_model.py
samples/intro_notebook/azstoragetorch-intro.ipynb
samples/intro_notebook/bootstrap.py
samples/intro_notebook/cleanup.py
samples/iterable_dataset/dataset_from_blob_list.py
samples/iterable_dataset/dataset_from_container_url.py
samples/iterable_dataset/dataset_using_prefix.py
samples/iterable_dataset/multiple_workers.py
samples/map_dataset/dataset_from_blob_list.py
samples/map_dataset/dataset_from_container_url.py
samples/map_dataset/dataset_using_prefix.py
samples/map_dataset/dataset_with_pytorch_dataloader.py
samples/map_dataset/transforming_dataset_output.py
src/azstoragetorch/__init__.py
src/azstoragetorch/_client.py
src/azstoragetorch/_version.py
src/azstoragetorch/datasets.py
src/azstoragetorch/exceptions.py
src/azstoragetorch/io.py
src/azstoragetorch.egg-info/PKG-INFO
src/azstoragetorch.egg-info/SOURCES.txt
src/azstoragetorch.egg-info/dependency_links.txt
src/azstoragetorch.egg-info/requires.txt
src/azstoragetorch.egg-info/top_level.txt
tests/__init__.py
tests/e2e/__init__.py
tests/e2e/conftest.py
tests/e2e/test_datasets.py
tests/e2e/test_read.py
tests/e2e/test_torch_serialize.py
tests/e2e/test_write.py
tests/e2e/utils.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_client.py
tests/unit/test_datasets.py
tests/unit/test_import.py
tests/unit/test_io.py
tests/unit/utils.py