.envrc
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
discreetly.json.example
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
tox.ini
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/hooks/prepare-commit-msg
.github/workflows/publish-to-pypi.yml
.github/workflows/tests.yml
src/discreetly/__init__.py
src/discreetly/cli.py
src/discreetly/session.py
src/discreetly.egg-info/PKG-INFO
src/discreetly.egg-info/SOURCES.txt
src/discreetly.egg-info/dependency_links.txt
src/discreetly.egg-info/entry_points.txt
src/discreetly.egg-info/requires.txt
src/discreetly.egg-info/top_level.txt
src/discreetly/backends/__init__.py
src/discreetly/backends/aws/README.md
src/discreetly/backends/aws/__init__.py
src/discreetly/backends/gcp/README.md
src/discreetly/backends/gcp/__init__.py
tests/test_aws.py
tests/test_cli.py
tests/test_gcp.py
tests/test_session.py