LICENSE
MANIFEST.in
README.md
pyproject.toml
swmcloudgate/__init__.py
swmcloudgate/cache.py
swmcloudgate/config.py
swmcloudgate/logging.yaml
swmcloudgate/main.py
swmcloudgate/start.py
swmcloudgate/update-azure-caches.py
swmcloudgate.egg-info/PKG-INFO
swmcloudgate.egg-info/SOURCES.txt
swmcloudgate.egg-info/dependency_links.txt
swmcloudgate.egg-info/requires.txt
swmcloudgate.egg-info/top_level.txt
swmcloudgate/routers/__init__.py
swmcloudgate/routers/baseconnector.py
swmcloudgate/routers/models.py
swmcloudgate/routers/azure/__init__.py
swmcloudgate/routers/azure/connector.py
swmcloudgate/routers/azure/converters.py
swmcloudgate/routers/azure/images.py
swmcloudgate/routers/azure/partitions.py
swmcloudgate/routers/azure/sizes.py
swmcloudgate/routers/azure/templates/cloud-init.sh
swmcloudgate/routers/azure/templates/cloud-init.yaml
swmcloudgate/routers/azure/templates/partition.json
swmcloudgate/routers/openstack/__init__.py
swmcloudgate/routers/openstack/connector.py
swmcloudgate/routers/openstack/converters.py
swmcloudgate/routers/openstack/images.py
swmcloudgate/routers/openstack/partitions.py
swmcloudgate/routers/openstack/sizes.py
swmcloudgate/routers/openstack/templates/cloud-init.sh
swmcloudgate/routers/openstack/templates/heat_stack.yaml
test/test_azure.py
test/test_cache.py
test/test_openstack.py