.gitignore
.readthedocs.yaml
CHANGELOG.rst
LICENSE
README.rst
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/integration.yaml
cloudbridge/__init__.py
cloudbridge/factory.py
cloudbridge.egg-info/PKG-INFO
cloudbridge.egg-info/SOURCES.txt
cloudbridge.egg-info/dependency_links.txt
cloudbridge.egg-info/requires.txt
cloudbridge.egg-info/top_level.txt
cloudbridge/base/__init__.py
cloudbridge/base/helpers.py
cloudbridge/base/middleware.py
cloudbridge/base/provider.py
cloudbridge/base/resources.py
cloudbridge/base/services.py
cloudbridge/base/subservices.py
cloudbridge/interfaces/__init__.py
cloudbridge/interfaces/exceptions.py
cloudbridge/interfaces/provider.py
cloudbridge/interfaces/resources.py
cloudbridge/interfaces/services.py
cloudbridge/interfaces/subservices.py
cloudbridge/providers/__init__.py
cloudbridge/providers/aws/__init__.py
cloudbridge/providers/aws/helpers.py
cloudbridge/providers/aws/provider.py
cloudbridge/providers/aws/resources.py
cloudbridge/providers/aws/services.py
cloudbridge/providers/aws/subservices.py
cloudbridge/providers/azure/__init__.py
cloudbridge/providers/azure/azure_client.py
cloudbridge/providers/azure/helpers.py
cloudbridge/providers/azure/provider.py
cloudbridge/providers/azure/resources.py
cloudbridge/providers/azure/services.py
cloudbridge/providers/azure/subservices.py
cloudbridge/providers/gcp/README.rst
cloudbridge/providers/gcp/__init__.py
cloudbridge/providers/gcp/helpers.py
cloudbridge/providers/gcp/provider.py
cloudbridge/providers/gcp/resources.py
cloudbridge/providers/gcp/services.py
cloudbridge/providers/gcp/subservices.py
cloudbridge/providers/mock/__init__.py
cloudbridge/providers/mock/provider.py
cloudbridge/providers/openstack/__init__.py
cloudbridge/providers/openstack/helpers.py
cloudbridge/providers/openstack/provider.py
cloudbridge/providers/openstack/resources.py
cloudbridge/providers/openstack/services.py
cloudbridge/providers/openstack/subservices.py
docs/.gitignore
docs/Makefile
docs/concepts.rst
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/requirements.txt
docs/api_docs/ref.rst
docs/api_docs/cloud/exceptions.rst
docs/api_docs/cloud/providers.rst
docs/api_docs/cloud/resources.rst
docs/api_docs/cloud/services.rst
docs/extras/_images/object_relationships_detailed.svg
docs/images/lifecycle_image.svg
docs/images/lifecycle_instance.svg
docs/images/lifecycle_snapshot.svg
docs/images/lifecycle_volume.svg
docs/images/object_relationships_overview.svg
docs/topics/aws_mapping.rst
docs/topics/azure_mapping.rst
docs/topics/block_storage.rst
docs/topics/contributor_guide.rst
docs/topics/design_decisions.rst
docs/topics/design_goals.rst
docs/topics/dns.rst
docs/topics/event_system.rst
docs/topics/faq.rst
docs/topics/install.rst
docs/topics/launch.rst
docs/topics/networking.rst
docs/topics/object_lifecycles.rst
docs/topics/object_storage.rst
docs/topics/os_mapping.rst
docs/topics/overview.rst
docs/topics/paging_and_iteration.rst
docs/topics/procuring_credentials.rst
docs/topics/provider_development.rst
docs/topics/release_process.rst
docs/topics/resource_types_and_mapping.rst
docs/topics/setup.rst
docs/topics/testing.rst
docs/topics/troubleshooting.rst
docs/topics/captures/aws-ami-dash.png
docs/topics/captures/aws-bucket.png
docs/topics/captures/aws-instance-dash.png
docs/topics/captures/aws-services-dash.png
docs/topics/captures/az-app-1.png
docs/topics/captures/az-app-2.png
docs/topics/captures/az-app-3.png
docs/topics/captures/az-app-4.png
docs/topics/captures/az-app-5.png
docs/topics/captures/az-app-6.png
docs/topics/captures/az-app-7.png
docs/topics/captures/az-dir-1.png
docs/topics/captures/az-dir-2.png
docs/topics/captures/az-label-dash.png
docs/topics/captures/az-net-id.png
docs/topics/captures/az-net-label.png
docs/topics/captures/az-role-1.png
docs/topics/captures/az-role-2.png
docs/topics/captures/az-role-3.png
docs/topics/captures/az-storacc.png
docs/topics/captures/az-sub-1.png
docs/topics/captures/az-sub-2.png
docs/topics/captures/az-subnet-label.png
docs/topics/captures/az-subnet-name.png
docs/topics/captures/gcp-sa-1.png
docs/topics/captures/gcp-sa-2.png
docs/topics/captures/gcp-sa-3.png
docs/topics/captures/gcp-sa-4.png
docs/topics/captures/gcp-sa-5.png
docs/topics/captures/os-instance-dash.png
docs/topics/captures/os-kp-dash.png
tests/__init__.py
tests/test_base_helpers.py
tests/test_block_store_service.py
tests/test_cloud_factory.py
tests/test_cloud_helpers.py
tests/test_compute_service.py
tests/test_dns_service.py
tests/test_image_service.py
tests/test_interface.py
tests/test_middleware_system.py
tests/test_network_service.py
tests/test_object_life_cycle.py
tests/test_object_store_service.py
tests/test_region_service.py
tests/test_security_service.py
tests/test_vm_types_service.py
tests/fixtures/custom_amis.json
tests/fixtures/logo.jpg
tests/helpers/__init__.py
tests/helpers/standard_interface_tests.py