Welcome to the piecash documentation!¶
- Release
1.2.0
- Date
Oct 19, 2021
- Authors
sdementen
- Project page
Contents:
- Documentation
- Tutorial : using existing objects
- Tutorial : creating new objects
- Examples of programs written with piecash
- Creating and opening gnucash files
- Creating an account
- Creating a transaction
- Modifying existing transactions/splits
- Delete an account in a book
- Save/cancel changes in a book
- Create a book with some accounts and add a transaction
- Export transactions to a CSV file
- Extract Split information as pandas DataFrame
- Filtered transaction reports
- piecash and the official python bindings
- piecash on android
For developers¶
The complete api documentation (apidoc) :
An overall view on the core objects in GnuCash:
A list of resources used for the project:
The todo list:
write more tests
build a single exe to ease install on windows (following http://milkator.wordpress.com/2014/07/19/windows-executable-from-python-developing-in-ubuntu/)