.gitignore
.gitlint
.pre-commit-config.yaml
Changelog.md
LICENSE.md
Makefile
README.md
pyproject.toml
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/release.yml
examples/quickstart.svg
financeager/__init__.py
financeager/cli.py
financeager/clients.py
financeager/config.py
financeager/entries.py
financeager/exceptions.py
financeager/listing.py
financeager/localserver.py
financeager/plugin.py
financeager/pocket.py
financeager/rich.py
financeager/server.py
financeager.egg-info/PKG-INFO
financeager.egg-info/SOURCES.txt
financeager.egg-info/dependency_links.txt
financeager.egg-info/entry_points.txt
financeager.egg-info/requires.txt
financeager.egg-info/top_level.txt
test/__init__.py
test/test_cli.py
test/test_clients.py
test/test_config.py
test/test_entries.py
test/test_listing.py
test/test_pocket.py
test/test_server.py
test/utils.py