https://github.com/launchplatform/beancount-data
Pydantic data models for exporting Beancount data
https://github.com/launchplatform/beancount-data
Last synced: 10 months ago
JSON representation
Pydantic data models for exporting Beancount data
- Host: GitHub
- URL: https://github.com/launchplatform/beancount-data
- Owner: LaunchPlatform
- License: mit
- Created: 2022-03-20T22:32:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T22:06:32.000Z (about 2 years ago)
- Last Synced: 2025-02-04T15:47:27.081Z (over 1 year ago)
- Language: Python
- Size: 44.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beancount-data
Pydantic data models for exporting Beancount data
## Update flatbuffer schema
```bash
flatc --python -o . ./fbs/schema.fbs
```