CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
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
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/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