.editorconfig
.gitignore
.readthedocs.yaml
LICENSE.md
README.md
Taskfile.yml
pyproject.toml
changelog/changelog_template.jinja
docs/changelog.md
docs/conf.py
docs/index.md
docs/quickstart.md
docs/_static/geomancy_logo.png
docs/_static/geomancy_logo.svg
docs/usage/index.md
examples/geomancy.toml
examples/pyproject.toml
geomancy/__description__.txt
geomancy/__init__.py
geomancy/main.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/python.py
geomancy/checks/utils.py
geomancy/checks/version.py
geomancy/cli/__init__.py
geomancy/cli/term.py
geomancy/config/__init__.py
geomancy/config/config.py
geomancy/environment/__init__.py
geomancy/environment/load_environment.py
tests/conftest.py
tests/test_main.py
tests/checks/test_base.py
tests/checks/test_env.py
tests/checks/test_exec.py
tests/checks/test_path.py
tests/checks/test_python.py
tests/checks/test_utils.py
tests/config/config1.toml
tests/config/test_config.py
tests/data/test.env
tests/environment/test_load_environment.py