https://github.com/jeeftor/monarchmoney-typed
Typed wrapper around monarchmoney
https://github.com/jeeftor/monarchmoney-typed
Last synced: 7 months ago
JSON representation
Typed wrapper around monarchmoney
- Host: GitHub
- URL: https://github.com/jeeftor/monarchmoney-typed
- Owner: jeeftor
- License: mit
- Created: 2024-09-05T21:11:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-10T16:28:43.000Z (over 1 year ago)
- Last Synced: 2025-02-10T17:33:11.154Z (over 1 year ago)
- Language: Python
- Size: 398 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monarch Money (Typed)
This is a wrapper for the unofficial [Monarch Money Python API](https://github.com/hammem/monarchmoney). It adds some level of Typing to "some" of the calls. I am specifically using it for Home Assistant - and rather than fork the lib - hopefully this can just wrap it
## Usage
Look at `example.py` for usage example - or just replace `MonarchMoney` with `TypedMonarchMoney` and look at the directions in the parent repo