<div align="center">
## **Package for handling Python calls to ibaHD-Servers using the ibaHD-API**
## 🎉🎉🎉 **ibahd-api v1.1.1 is now available.** 🎉🎉🎉
## `pip install --upgrade ibahd-api`
### [Tutorial][github] • [LinkedIn][LinkedIn] • [YouTube][YouTube]
| Overview | |
|-------------- | ------------------------------------------------------------ |
| **Code** | [][link_pypi] [![Python versions][badge_python_versions]][link_pypi] [![Semantic versioning][badge_SemVer]](https://semver.org/) |
| **Downloads** | [](https://pepy.tech/projects/ibahd-api) [](https://pepy.tech/projects/ibahd-api) ) |
| **License** | ![License: Proprietary][badge_license_proprietary] ![Partial MIT License][badge_license_MIT] |
[link_pypi]: https://pypi.org/project/ibahd-api/
[badge_python_versions]: https://img.shields.io/pypi/pyversions/ibahd-api?color=green
[badge_SemVer]: https://img.shields.io/badge/semver-2.0.0-green
[badge_license_proprietary]: https://img.shields.io/badge/license-proprietary-blue
[badge_license_MIT]: https://img.shields.io/badge/license-partial--MIT-green
<div align="left">
# 📡 ibahd-api Python package
ibahd-api is a Python package with the aim of simplifying the access to data from the ibaHD-Server directly from inside Python code. It includes the existing functions of the ibaHD-API and extends it with some Python-specific helper functions.
The main advantage of this Python package is therefore the ease of installation and maintenance as well as the simplicity of use.
# 🚀 Installation via PyPi
ibahd-api is tested and supported on 64-bit systems with:
- Python 3.9, 3.10, 3.11 or 3.12
- Windows 10 or newer
You can install ibahd-api with Python's package manager pip.
## âš¡ Quickstart (Tutorial)
1. Install this package and all dependencies to run the tutorial notebook by using the following shell command:
```sh
> python -m pip install ibahd_api[tutorial]
```
2. Get the Jupyter Notebook `tutorial.ipynb` and the HD store backup from the [GitHub project][github].
3. In the tutorial notebook there are step-by-step instructions about how to restore the backup to your ibaHD-Server.
4. Run `tutorial.ipynb` cell by cell to get used to the ibahd-api functions and outputs.
**Note:** The tutorial does not show every single API function and does not go into detail about every single parameter. For an exhaustive list of functions and further information refer to the ibaHD-API manual which you can get from the homepage. Log in with your account and search for "api" in the [download area][Homepage Download].
## âš¡ Quickstart (General)
1. Install only this package by using the following shell command:
```sh
> python -m pip install ibahd_api
```
2. Use one of the following lines to import the package in Python and to access its functions afterwards:
```python
import ibahd_api
# ibahd_api.ibahd_api.<function>
# ibahd_api.ibahd_api_pb2_grpc.<function>
from ibahd_api import ibahd_api_pb2_grpc
# ibahd_api_pb2_grpc.<function>
from ibahd_api import *
# ibahd_api.<function>
# ibahd_api_pb2_grpc.<function>
```
3. For more information and examples for the included functions, refer to the [tutorial notebook][github] and the ibaHD-API manual. You can obtain the latter from the homepage. Log in with your account and search for "api" in the [download area][Homepage Download].
# 👥 Who should use ibahd-api?
ibahd-api is a library that you can use to extract data from an ibaHD-Server directly into Python. The package simplifies and extends the functions of the ibaHD-API and is ideal for data scientists who want to work on data from ibaHD stores in Python.
# 📄 License
This package contains components under mixed licensing terms:
- Most parts of this package are proprietary and may only be used with a valid software license.
- See [LICENSE-PROPRIETARY.txt][github] for more information and [iba AG License Agreement][License Details] for the complete license text.
- The proprietary license applies to the files `ibahd_api_pb2.py` and `ibahd_api_pb2_grpc.py`.
- Some files are released under the MIT License:
- Those files may be freely used, modified, and redistributed, even independently of the rest of the package.
- See [LICENSE-MIT.txt][github] for the complete license text.
- The open source license applies to the file `utils.py`.
By installing or using this package, you agree to the applicable license terms.
# 💡 More Information
| Important Links | Description |
| ----------------------------------- | ---------------------------------------------- |
| 🌟 **[Homepage]** | Company homepage of iba AG |
| 📄 **[License Details]** | License for iba AG software |
| 🔧 **[Changelog][github]** | Changes and release notes |
| 📚 **[Tutorial notebook][github]** | Jupyter notebook showing functions examplewise |
[comment]: <> (collection of website links for easy modifiability)
[Homepage]: https://www.iba-ag.com/
[Homepage Download]: https://www.iba-ag.com/en/downloads
[LinkedIn]: https://www.linkedin.com/company/iba-ag/
[YouTube]: https://www.youtube.com/c/ibaagcom
[License Details]: https://www.iba-ag.com/en/license-agreement
[github]: https://github.com/iba-ag/ibaHD-API-Sample-Clients/tree/master/python/
Raw data
{
"_id": null,
"home_page": null,
"name": "ibahd-api",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.9",
"maintainer_email": null,
"keywords": "iba_ag, ibahd_server, ibahd_api, api, grpc, protobuf",
"author": "iba AG",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/80/79/3f8f55af6b200a8d91ffa64c1086e5e57452ae834af08e5a334435fd71e5/ibahd_api-1.1.2.tar.gz",
"platform": null,
"description": "<div align=\"center\">\r\n\r\n## **Package for handling Python calls to ibaHD-Servers using the ibaHD-API**\r\n## \ud83c\udf89\ud83c\udf89\ud83c\udf89 **ibahd-api v1.1.1 is now available.** \ud83c\udf89\ud83c\udf89\ud83c\udf89\r\n## `pip install --upgrade ibahd-api`\r\n\r\n### [Tutorial][github] \u2022 [LinkedIn][LinkedIn] \u2022 [YouTube][YouTube]\r\n\r\n| Overview | |\r\n|-------------- | ------------------------------------------------------------ |\r\n| **Code** | [][link_pypi] [![Python versions][badge_python_versions]][link_pypi] [![Semantic versioning][badge_SemVer]](https://semver.org/) |\r\n| **Downloads** | [](https://pepy.tech/projects/ibahd-api) [](https://pepy.tech/projects/ibahd-api) ) |\r\n| **License** | ![License: Proprietary][badge_license_proprietary] ![Partial MIT License][badge_license_MIT] |\r\n\r\n[link_pypi]: https://pypi.org/project/ibahd-api/\r\n[badge_python_versions]: https://img.shields.io/pypi/pyversions/ibahd-api?color=green\r\n[badge_SemVer]: https://img.shields.io/badge/semver-2.0.0-green\r\n[badge_license_proprietary]: https://img.shields.io/badge/license-proprietary-blue\r\n[badge_license_MIT]: https://img.shields.io/badge/license-partial--MIT-green\r\n\r\n<div align=\"left\">\r\n\r\n# \ud83d\udce1 ibahd-api Python package\r\nibahd-api is a Python package with the aim of simplifying the access to data from the ibaHD-Server directly from inside Python code. It includes the existing functions of the ibaHD-API and extends it with some Python-specific helper functions.\r\n\r\nThe main advantage of this Python package is therefore the ease of installation and maintenance as well as the simplicity of use.\r\n\r\n# \ud83d\ude80 Installation via PyPi\r\nibahd-api is tested and supported on 64-bit systems with:\r\n- Python 3.9, 3.10, 3.11 or 3.12\r\n- Windows 10 or newer\r\n\r\nYou can install ibahd-api with Python's package manager pip.\r\n\r\n## \u26a1 Quickstart (Tutorial)\r\n1. Install this package and all dependencies to run the tutorial notebook by using the following shell command:\r\n```sh\r\n> python -m pip install ibahd_api[tutorial]\r\n```\r\n2. Get the Jupyter Notebook `tutorial.ipynb` and the HD store backup from the [GitHub project][github].\r\n3. In the tutorial notebook there are step-by-step instructions about how to restore the backup to your ibaHD-Server.\r\n4. Run `tutorial.ipynb` cell by cell to get used to the ibahd-api functions and outputs.\r\n\r\n**Note:** The tutorial does not show every single API function and does not go into detail about every single parameter. For an exhaustive list of functions and further information refer to the ibaHD-API manual which you can get from the homepage. Log in with your account and search for \"api\" in the [download area][Homepage Download].\r\n\r\n## \u26a1 Quickstart (General)\r\n1. Install only this package by using the following shell command:\r\n```sh\r\n> python -m pip install ibahd_api\r\n```\r\n2. Use one of the following lines to import the package in Python and to access its functions afterwards:\r\n```python\r\nimport ibahd_api\r\n# ibahd_api.ibahd_api.<function>\r\n# ibahd_api.ibahd_api_pb2_grpc.<function>\r\n\r\nfrom ibahd_api import ibahd_api_pb2_grpc\r\n# ibahd_api_pb2_grpc.<function>\r\n\r\nfrom ibahd_api import *\r\n# ibahd_api.<function>\r\n# ibahd_api_pb2_grpc.<function>\r\n```\r\n3. For more information and examples for the included functions, refer to the [tutorial notebook][github] and the ibaHD-API manual. You can obtain the latter from the homepage. Log in with your account and search for \"api\" in the [download area][Homepage Download].\r\n\r\n# \ud83d\udc65 Who should use ibahd-api?\r\nibahd-api is a library that you can use to extract data from an ibaHD-Server directly into Python. The package simplifies and extends the functions of the ibaHD-API and is ideal for data scientists who want to work on data from ibaHD stores in Python.\r\n\r\n# \ud83d\udcc4 License\r\nThis package contains components under mixed licensing terms:\r\n- Most parts of this package are proprietary and may only be used with a valid software license.\r\n - See [LICENSE-PROPRIETARY.txt][github] for more information and [iba AG License Agreement][License Details] for the complete license text.\r\n - The proprietary license applies to the files `ibahd_api_pb2.py` and `ibahd_api_pb2_grpc.py`.\r\n- Some files are released under the MIT License:\r\n - Those files may be freely used, modified, and redistributed, even independently of the rest of the package.\r\n - See [LICENSE-MIT.txt][github] for the complete license text.\r\n - The open source license applies to the file `utils.py`.\r\n \r\nBy installing or using this package, you agree to the applicable license terms.\r\n\r\n# \ud83d\udca1 More Information\r\n\r\n| Important Links | Description |\r\n| ----------------------------------- | ---------------------------------------------- |\r\n| \ud83c\udf1f **[Homepage]** | Company homepage of iba AG |\r\n| \ud83d\udcc4 **[License Details]** | License for iba AG software |\r\n| \ud83d\udd27 **[Changelog][github]** | Changes and release notes |\r\n| \ud83d\udcda **[Tutorial notebook][github]** | Jupyter notebook showing functions examplewise |\r\n\r\n[comment]: <> (collection of website links for easy modifiability)\r\n[Homepage]: https://www.iba-ag.com/\r\n[Homepage Download]: https://www.iba-ag.com/en/downloads\r\n[LinkedIn]: https://www.linkedin.com/company/iba-ag/\r\n[YouTube]: https://www.youtube.com/c/ibaagcom\r\n[License Details]: https://www.iba-ag.com/en/license-agreement\r\n[github]: https://github.com/iba-ag/ibaHD-API-Sample-Clients/tree/master/python/\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Package for handling Python calls to ibaHD-Servers using the ibaHD-API",
"version": "1.1.2",
"project_urls": {
"Changelog": "https://github.com/iba-ag/ibaHD-API-Sample-Clients/tree/master/python/CHANGELOG.md",
"Documentation": "https://github.com/iba-ag/ibaHD-API-Sample-Clients/tree/master/python/README.md",
"Homepage": "https://www.iba-ag.com/",
"License Details": "https://www.iba-ag.com/de/license-agreement",
"Tutorial": "https://github.com/iba-ag/ibaHD-API-Sample-Clients/tree/master/python/tutorial.ipynb"
},
"split_keywords": [
"iba_ag",
" ibahd_server",
" ibahd_api",
" api",
" grpc",
" protobuf"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "39dae9b475b022668c1d744a2c87f2bf39cca3ef8d267e0b9902e58cebabb5ac",
"md5": "762f70f09217e87a71fbb8da04f37eca",
"sha256": "dee44eda2e458c97c9f198fdbd5b3a6cfd1e445ae1ef6464af05aceb8013fc5c"
},
"downloads": -1,
"filename": "ibahd_api-1.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "762f70f09217e87a71fbb8da04f37eca",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.9",
"size": 15445,
"upload_time": "2025-07-10T10:26:37",
"upload_time_iso_8601": "2025-07-10T10:26:37.384182Z",
"url": "https://files.pythonhosted.org/packages/39/da/e9b475b022668c1d744a2c87f2bf39cca3ef8d267e0b9902e58cebabb5ac/ibahd_api-1.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "80793f8f55af6b200a8d91ffa64c1086e5e57452ae834af08e5a334435fd71e5",
"md5": "a5f62bb84284d6fc7504c16bd7764c8a",
"sha256": "344044b703aa76e1da225ef4de0f90b638dafc681e62dcdeeb4f58e4fd768804"
},
"downloads": -1,
"filename": "ibahd_api-1.1.2.tar.gz",
"has_sig": false,
"md5_digest": "a5f62bb84284d6fc7504c16bd7764c8a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.9",
"size": 17161,
"upload_time": "2025-07-10T10:26:38",
"upload_time_iso_8601": "2025-07-10T10:26:38.818097Z",
"url": "https://files.pythonhosted.org/packages/80/79/3f8f55af6b200a8d91ffa64c1086e5e57452ae834af08e5a334435fd71e5/ibahd_api-1.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-10 10:26:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "iba-ag",
"github_project": "ibaHD-API-Sample-Clients",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ibahd-api"
}