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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file eboekhouden_python-0.2.0.tar.gz
.
File metadata
- Download URL: eboekhouden_python-0.2.0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.10.8 Darwin/22.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1933de7d38460bf9bc89a4873c50ac10a31cbaae6fec4b11efe13b0cd490806 |
|
MD5 | fff51b65bc3c0f705fe54d462c71ac1e |
|
BLAKE2b-256 | 71fe97be5abeb0fd5103ce14aad6851072564e13dd6257d0acfc93a5827fcb76 |
File details
Details for the file eboekhouden_python-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: eboekhouden_python-0.2.0-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.10.8 Darwin/22.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc738396fe0619863cbc6913ebb2e51fa1b37c75af65fdab94d7b0a90076638b |
|
MD5 | 1cfbfa904ab2d721c1c132f23203e1a9 |
|
BLAKE2b-256 | b6069fcb90eea4c5fa3674a3cc01375e0796348105a5f26f62af37d31f45c080 |