An open API service indexing awesome lists of open source software.

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

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
```