budget-sync is now working after adding code to use a config file
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 10 Sep 2020 00:44:14 +0000 (17:44 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 10 Sep 2020 00:44:14 +0000 (17:44 -0700)
commitfa6409dc7af064ba3c868cb3cf0f0cfa3c92bcc5
treebdc2cf0eb7cb364aabe94ab9ba41395ddba9b86a
parentc56e0aa1dc9759132c0bacbe5301ea36f3301eb2
budget-sync is now working after adding code to use a config file
budget-sync-config.toml [new file with mode: 0644]
src/budget_sync/budget_graph.py
src/budget_sync/config.py
src/budget_sync/main.py
src/budget_sync/test/test_budget_graph.py