.gitignore
.python-version
HACKING.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/dependabot.yml
.github/workflows/format.yml
.github/workflows/lint.yml
.github/workflows/pypi-publish.yml
.github/workflows/test.yml
ci/01-install.sh
ci/02-safe-tests.sh
ci/03-unsafe-tests.sh
src/cfengine.egg-info/PKG-INFO
src/cfengine.egg-info/SOURCES.txt
src/cfengine.egg-info/dependency_links.txt
src/cfengine.egg-info/entry_points.txt
src/cfengine.egg-info/requires.txt
src/cfengine.egg-info/top_level.txt
src/cfengine_cli/__init__.py
src/cfengine_cli/__main__.py
src/cfengine_cli/commands.py
src/cfengine_cli/deptool.py
src/cfengine_cli/dev.py
src/cfengine_cli/docs.py
src/cfengine_cli/format.py
src/cfengine_cli/lint.py
src/cfengine_cli/main.py
src/cfengine_cli/paths.py
src/cfengine_cli/shell.py
src/cfengine_cli/utils.py
src/cfengine_cli/version.py
tests/__init__.py
tests/run-format-tests.sh
tests/run-shell-tests.sh
tests/test_deps.py
tests/test_paths.py
tests/test_utils.py
tests/test_version.py
tests/format/001_hello_world.expected.cf
tests/format/001_hello_world.input.cf
tests/format/002_basics.expected.cf
tests/format/002_basics.input.cf
tests/format/003_wrapping.expected.cf
tests/format/003_wrapping.input.cf
tests/format/004_comments.expected.cf
tests/format/004_comments.input.cf
tests/shell/001-help.sh
tests/shell/002-version.sh
tests/shell/003-format.sh