Metadata-Version: 2.1
Name: personal-ledger
Version: 0.1.0
Summary: Personal ledger is a collection of financial tools to model earnings from capital or savings
Home-page: https://github.com/MihaiBlebea/personal-ledger
Author: Mihai Blebea
Author-email: mihaiserban.blebea@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: black (==22.10.0)
Requires-Dist: click (==8.1.3)
Requires-Dist: CurrencyConverter (==0.17.1)
Requires-Dist: mypy-extensions (==0.4.3)
Requires-Dist: numpy (==1.23.4)
Requires-Dist: pandas (==1.5.1)
Requires-Dist: pathspec (==0.10.2)
Requires-Dist: platformdirs (==2.5.4)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: pytz (==2022.6)
Requires-Dist: six (==1.16.0)
Requires-Dist: tomli (==2.0.1)

# Personal Ledger

## Steps

- [x] Fetch balance from Monzo
- [x] Create Google sheet
- [x] Send telegram message with Google sheet link
- [x] Save all transactions into the database
- [ ] Save all accounts into the database
- [ ] Add transactions to the database from telegram



