issues
search
bvanelli
/
actualpy
Python API implementation for Actual server - reference https://actualbudget.org/
https://actualpy.readthedocs.io/en/latest/
28
stars
7
forks
source link
feat: First POC on adding transactions to Actual via python API.
#2
Closed
bvanelli
closed
7 months ago
bvanelli
commented
8 months ago
Features:
Better handling of internal fields and mapping between pydantic attributes and database columns.
Support conversion to protobuf for most models
Implementation to create user files locally, run migrations, and upload them to actual server.
Add context manager to Actual class
Refactors:
Separating endpoints into their own file
Changing all pydantic database attributes to pythonic versions
Docs:
Improve documentation for most methods
Features:
Refactors:
Docs: