Skip to main content

This is a simple API client for the E-boekhouden.nl API. It is written in Python and uses the ZEEP library.

Project description

E-boekhouden-Python API client

This is a simple API client for the E-boekhouden.nl API. It is written in Python and uses the ZEEP library. This library is partly inspired by work of Roel van den Boom.

Installation and basic configuration

To install the library, simply run the following command:

pip install eboekhouden-python

To use the library, you need to configure it with your API credentials. While you can add these credentials as parameters to the class constructor, it is recommended to use environment variables. The following environment variables are automatically recognized by the library:

EBOEKHOUDEN_USERNAME=your_username
EBOEKHOUDEN_CODE1=your_code_1
EBOEKHOUDEN_CODE2=your_code_2

Usage

The library is very simple to use. The following example shows how to retrieve a list of all mutations:

from eboekhouden_python import EboekhoudenClient

client = EboekhoudenClient()
mutations = client.get_mutaties()

Development

Feel free to extend the library, pull requests are welcome. For a development environment, you can use the following commands:

conda env create -f environment.yml
poetry install
pre-commit install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eboekhouden_python-0.2.0.tar.gz (9.0 kB view hashes)

Uploaded Source

Built Distribution

eboekhouden_python-0.2.0-py3-none-any.whl (12.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page