.gitignore
.pre-commit-config.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/multi-test.yaml
.github/workflows/release.yaml
.vscode/launch.json
.vscode/settings.json
actl/__init__.py
actl/__main__.py
actl/application.py
actl/loader.py
actl/log.py
actl/main.py
actl/singleton.py
actl/version.py
actl.egg-info/PKG-INFO
actl.egg-info/SOURCES.txt
actl.egg-info/dependency_links.txt
actl.egg-info/entry_points.txt
actl.egg-info/requires.txt
actl.egg-info/top_level.txt
actl/actl-cli/commands/run.py
docs/application-directory.md
docs/index.md
docs/css/extra.css
docs/js/autoexpand.js
docs/js/consentinit.js
tests/test_version.py