A rather thin python wrapper for Drebedengi SOAP API.
- Documentation: https://mishamsk.github.io/drebedengi-python-api
- GitHub: https://github.com/mishamsk/drebedengi-python-api
- PyPI: https://pypi.org/project/drebedengi-python-api/
- Free software: GPL-3.0-only
- Almost full coverage of "get" methods with better English naming for params & types (see [drebedengi.api][])
!!! important
Retrieving aggregated reports via get_transactions
is not currently supported, despite full list of API parameters
- Typed data model (see [drebedengi.model][])
Thanks to:
- drebedengi for a great finance management service
- zeep for a convenient Python SOAP client
- lxml for XML library
- attrs for model classes
This package was created with Cookiecutter and the mishamsk/cookiecutter-pypackage project template.