LICENSE
README.md
pyproject.toml
setup.py
_lab/__init__.py
_lab/lab.py
examples/__init__.py
examples/azure_examples.py
examples/gcs_examples.py
examples/local_examples.py
examples/s3_examples.py
storage_tool/__init__.py
storage_tool/azure.py
storage_tool/base.py
storage_tool/data_processor.py
storage_tool/gcs.py
storage_tool/local.py
storage_tool/s3.py
storage_tool.egg-info/PKG-INFO
storage_tool.egg-info/SOURCES.txt
storage_tool.egg-info/dependency_links.txt
storage_tool.egg-info/requires.txt
storage_tool.egg-info/top_level.txt
tests/__init__.py
tests/test_aws_s3.py
tests/test_azure.py