.flake8
.gitignore
.pre-commit-config.yaml
Dockerfile.dev
LICENSE
MANIFEST.in
README.md
catalog-info.yaml
cloudwash_openshift_buildconfig.yaml
pyproject.toml
settings.yaml.template
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/codeql-analysis.yml
.github/workflows/new_release.yml
.github/workflows/pull_request.yml
Docs/CONTRIBUTING.md
Docs/Run_cloudwash_locally.md
Docs/USER_GUIDE.md
cloudwash/__init__.py
cloudwash/cli.py
cloudwash/client.py
cloudwash/config.py
cloudwash/constants.py
cloudwash/logger.py
cloudwash/utils.py
cloudwash.egg-info/PKG-INFO
cloudwash.egg-info/SOURCES.txt
cloudwash.egg-info/dependency_links.txt
cloudwash.egg-info/entry_points.txt
cloudwash.egg-info/requires.txt
cloudwash.egg-info/top_level.txt
cloudwash/assets/__init__.py
cloudwash/assets/css/__init__.py
cloudwash/assets/css/reporting.css
cloudwash/entities/__init__.py
cloudwash/entities/providers.py
cloudwash/entities/resources/__init__.py
cloudwash/entities/resources/base.py
cloudwash/entities/resources/containers.py
cloudwash/entities/resources/discs.py
cloudwash/entities/resources/images.py
cloudwash/entities/resources/nics.py
cloudwash/entities/resources/ocps.py
cloudwash/entities/resources/pips.py
cloudwash/entities/resources/stacks.py
cloudwash/entities/resources/vms.py
cloudwash/providers/__init__.py
cloudwash/providers/aws.py
cloudwash/providers/azure.py
cloudwash/providers/gce.py
cloudwash/providers/podman.py
cloudwash/providers/vmware.py
conf/aws.yaml.template
conf/azure.yaml.template
conf/gce.yaml.template
conf/vmware.yaml.template