/billomapy

A Python library for http://www.billomat.com/

Primary LanguagePythonApache License 2.0Apache-2.0

A full featured Python library for http://www.billomat.com/

If you have problems or don't understand something you can email me:

jpetry@seibert-media.net

API Doc

All inputs and output from and to the api have to be like in the api docs from billomat (http://www.billomat.com/en/api) So please have a look in the API docs if you have a question. Otherwise email me.

Install:

To install billomapy in your project use:

pip install git+https://github.com/seibert-media/billomapy

or add:

git+https://github.com/seibert-media/billomapy

to your requirements.txt file.

For local development in this repo use:

pip install -r requirements.txt