.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/docs-deploy.yaml
.github/workflows/multi-test.yaml
.github/workflows/release.yaml
.vscode/launch.json
.vscode/settings.json
appframe/__init__.py
appframe/__main__.py
appframe/application.py
appframe/command.py
appframe/log.py
appframe/main.py
appframe/singleton.py
appframe/version.py
appframe.egg-info/PKG-INFO
appframe.egg-info/SOURCES.txt
appframe.egg-info/dependency_links.txt
appframe.egg-info/entry_points.txt
appframe.egg-info/top_level.txt
docs/application-directory.md
docs/index.md
docs/css/extra.css
docs/js/autoexpand.js
docs/js/consentinit.js
test-app/__main__.py
test-app/commands/greet.py
test-app/commands/run.py
test-app/features/test1.py
tests/test_version.py