.editorconfig
.gitignore
LICENSE.md
README.md
Taskfile.yml
pyproject.toml
assets/geomancy.svg
assets/geomancy_logo.svg
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/utils.py
geomancy/cli/__init__.py
geomancy/cli/term.py
geomancy/config/__init__.py
geomancy/config/config.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_utils.py
tests/config/config1.toml
tests/config/test_config.py