eboekhouden-python


Nameeboekhouden-python JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/dennisbakhuis/eboekhouden-python
SummaryThis is a simple API client for the E-boekhouden.nl API. It is written in Python and uses the ZEEP library.
upload_time2023-04-06 15:49:50
maintainer
docs_urlNone
authorDennis Bakhuis
requires_python>=3.9,<4.0
licenseMIT
keywords e-boekhouden eboekhouden api zeep soap client python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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:

```bash
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:

```bash
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:

```python
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:

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dennisbakhuis/eboekhouden-python",
    "name": "eboekhouden-python",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "e-boekhouden,eboekhouden,api,zeep,soap,client,python",
    "author": "Dennis Bakhuis",
    "author_email": "pypi@bakhuis.nu",
    "download_url": "https://files.pythonhosted.org/packages/71/fe/97be5abeb0fd5103ce14aad6851072564e13dd6257d0acfc93a5827fcb76/eboekhouden_python-0.2.0.tar.gz",
    "platform": null,
    "description": "# E-boekhouden-Python API client\nThis 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.\n\n## Installation and basic configuration\nTo install the library, simply run the following command:\n\n```bash\npip install eboekhouden-python\n```\n\nTo 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:\n\n```bash\nEBOEKHOUDEN_USERNAME=your_username\nEBOEKHOUDEN_CODE1=your_code_1\nEBOEKHOUDEN_CODE2=your_code_2\n```\n\n## Usage\nThe library is very simple to use. The following example shows how to retrieve a list of all mutations:\n\n```python\nfrom eboekhouden_python import EboekhoudenClient\n\nclient = EboekhoudenClient()\nmutations = client.get_mutaties()\n```\n\n## Development\nFeel free to extend the library, pull requests are welcome. For a development environment, you can use the following commands:\n\n```bash\nconda env create -f environment.yml\npoetry install\npre-commit install\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This is a simple API client for the E-boekhouden.nl API. It is written in Python and uses the ZEEP library.",
    "version": "0.2.0",
    "split_keywords": [
        "e-boekhouden",
        "eboekhouden",
        "api",
        "zeep",
        "soap",
        "client",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6069fcb90eea4c5fa3674a3cc01375e0796348105a5f26f62af37d31f45c080",
                "md5": "1cfbfa904ab2d721c1c132f23203e1a9",
                "sha256": "cc738396fe0619863cbc6913ebb2e51fa1b37c75af65fdab94d7b0a90076638b"
            },
            "downloads": -1,
            "filename": "eboekhouden_python-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1cfbfa904ab2d721c1c132f23203e1a9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 12850,
            "upload_time": "2023-04-06T15:49:48",
            "upload_time_iso_8601": "2023-04-06T15:49:48.818734Z",
            "url": "https://files.pythonhosted.org/packages/b6/06/9fcb90eea4c5fa3674a3cc01375e0796348105a5f26f62af37d31f45c080/eboekhouden_python-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71fe97be5abeb0fd5103ce14aad6851072564e13dd6257d0acfc93a5827fcb76",
                "md5": "fff51b65bc3c0f705fe54d462c71ac1e",
                "sha256": "b1933de7d38460bf9bc89a4873c50ac10a31cbaae6fec4b11efe13b0cd490806"
            },
            "downloads": -1,
            "filename": "eboekhouden_python-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fff51b65bc3c0f705fe54d462c71ac1e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 9031,
            "upload_time": "2023-04-06T15:49:50",
            "upload_time_iso_8601": "2023-04-06T15:49:50.074854Z",
            "url": "https://files.pythonhosted.org/packages/71/fe/97be5abeb0fd5103ce14aad6851072564e13dd6257d0acfc93a5827fcb76/eboekhouden_python-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-06 15:49:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dennisbakhuis",
    "github_project": "eboekhouden-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "eboekhouden-python"
}
        
Elapsed time: 0.05748s