CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
polystores/__init__.py
polystores/exceptions.py
polystores/logger.py
polystores/settings.py
polystores/utils.py
polystores.egg-info/PKG-INFO
polystores.egg-info/SOURCES.txt
polystores.egg-info/dependency_links.txt
polystores.egg-info/requires.txt
polystores.egg-info/top_level.txt
polystores/clients/__init__.py
polystores/clients/aws_client.py
polystores/clients/azure_client.py
polystores/clients/gc_client.py
polystores/stores/__init__.py
polystores/stores/azure_store.py
polystores/stores/base_store.py
polystores/stores/gcs_store.py
polystores/stores/local_store.py
polystores/stores/manager.py
polystores/stores/s3_store.py
tests/__init__.py
tests/test_clients/__init__.py
tests/test_clients/test_aws_client.py
tests/test_clients/test_azure_client.py
tests/test_clients/test_gc_client.py
tests/test_clients/test_utils.py
tests/test_stores/__init__.py
tests/test_stores/test_azure_store.py
tests/test_stores/test_gcs_store.py
tests/test_stores/test_s3_store.py
tests/test_stores/test_utils.py