MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
nimbella/__init__.py
nimbella/nimbella.py
nimbella.egg-info/PKG-INFO
nimbella.egg-info/SOURCES.txt
nimbella.egg-info/dependency_links.txt
nimbella.egg-info/requires.txt
nimbella.egg-info/top_level.txt
nimbella.egg-info/zip-safe
nimbella/storage/__init__.py
nimbella/storage/plugin_manager.py
nimbella/storage/plugins/__init__.py
nimbella/storage/plugins/abstract_storage_plugin.py
nimbella/storage/plugins/aws_storage_plugin.py
nimbella/storage/plugins/gcs_storage_plugin.py
test/__init__.py
test/test_aws_storage_plugin.py
test/test_gcs_storage_plugin.py
test/test_plugin_manager.py