drebedengi-python-api

Python wrapper for Drebedengi SOAP API.


License
GPL-3.0-only
Install
pip install drebedengi-python-api==0.2.0

Documentation

Drebedengi Python API

pypi python Build Status

A rather thin python wrapper for Drebedengi SOAP API.

Features

  • 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][])

Credits

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.