.editorconfig
.geomancy.yaml
.gitignore
.readthedocs.yaml
LICENSE
README.md
Taskfile.yaml
pyproject.toml
.github/workflows/publish-to-pypi.yml
.github/workflows/tests.yml
changelog/changelog_template.jinja
docs/conf.py
docs/index.md
docs/quickstart.md
docs/_static/custom.css
docs/_static/geomancy_logo.png
docs/_static/geomancy_logo.svg
docs/about/changelog.md
docs/about/api/index.rst
docs/checks/aws.md
docs/checks/core.md
docs/checks/snippets/base_args.md
docs/guides/tips_and_tricks.md
docs/usage/cmd_checks.md
docs/usage/cmd_run.md
docs/usage/format.md
examples/geomancy.toml
examples/geomancy.yaml
examples/pyproject.toml
examples/aws/fixtures.yaml
examples/aws/geomancy.yaml
geomancy/__description__.txt
geomancy/__init__.py
geomancy.egg-info/PKG-INFO
geomancy.egg-info/SOURCES.txt
geomancy.egg-info/dependency_links.txt
geomancy.egg-info/entry_points.txt
geomancy.egg-info/requires.txt
geomancy.egg-info/top_level.txt
geomancy/checks/__init__.py
geomancy/checks/base.py
geomancy/checks/env.py
geomancy/checks/exec.py
geomancy/checks/path.py
geomancy/checks/platform.py
geomancy/checks/python.py
geomancy/checks/utils.py
geomancy/checks/version.py
geomancy/checks/aws/__init__.py
geomancy/checks/aws/s3.py
geomancy/config/__init__.py
geomancy/config/config.py
geomancy/entrypoints/__init__.py
geomancy/entrypoints/check.py
geomancy/entrypoints/config.py
geomancy/entrypoints/environment.py
geomancy/entrypoints/geo.py
geomancy/entrypoints/run.py
geomancy/entrypoints/utils.py
geomancy/environment/__init__.py
geomancy/environment/dotenv.py
tests/conftest.py
tests/checks/test_base.py
tests/checks/test_env.py
tests/checks/test_exec.py
tests/checks/test_path.py
tests/checks/test_platform.py
tests/checks/test_python.py
tests/checks/aws/test_s3.py
tests/checks/aws/cassettes/test_s3/test_check_aws_s3_forbidden.yaml
tests/checks/aws/cassettes/test_s3/test_check_aws_s3_missing.yaml
tests/checks/aws/cassettes/test_s3/test_check_aws_s3_public_acl.yaml
tests/checks/aws/cassettes/test_s3/test_check_aws_s3_public_policy.yaml
tests/checks/aws/cassettes/test_s3/test_check_aws_s3_valid.yaml
tests/checks/aws/cassettes/test_s3/test_check_aws_s3_without_public_access_block.yaml
tests/config/config1.toml
tests/config/test_config.py
tests/data/test.env
tests/entrypoints/test_geo.py
tests/environment/test_dotenv.py