.gitignore
.pylintrc
CHANGELOG
LICENSE
README.md
pyproject.toml
.github/workflows/python-app.yml
.github/workflows/python-publish.yml
src/qof/__init__.py
src/qof/__main__.py
src/qof/app.py
src/qof/cli.py
src/qof.egg-info/PKG-INFO
src/qof.egg-info/SOURCES.txt
src/qof.egg-info/dependency_links.txt
src/qof.egg-info/entry_points.txt
src/qof.egg-info/requires.txt
src/qof.egg-info/top_level.txt
src/qof/resources/README
src/qof/resources/icon.icns
src/qof/resources/icon.ico
src/qof/resources/stylesheets/dark.txt
src/qof/resources/stylesheets/light.txt
tests/__init__.py
tests/qof.py
tests/test_app.py