<!--
SPDX-FileCopyrightText: 2021 Magenta ApS <https://magenta.dk>
SPDX-License-Identifier: MPL-2.0
-->
# OS2mo DAR Client
OS2mo DAR Client is a client for [DAWA / DAR](https://dawadocs.dataforsyningen.dk/).
## Requirements
Python 3.8+
Dependencies:
* <a href="https://more-itertools.readthedocs.io/" class="external-link" target="_blank">More Itertools</a>
* <a href="https://docs.aiohttp.org/en/stable/" class="external-link" target="_blank">AIOHTTP</a>
* <a href="https://rammearkitektur.docs.magenta.dk/ra-utils/index.html" class="external-link" target="_blank">RA Utils</a>
## Installation
```console
$ pip install os2mo-dar-client
```
## Usage
```Python
from os2mo_dar_client import DARClient
darclient = DARClient()
with darclient:
print(darclient.healthcheck())
```
## License
This project is licensed under the terms of the MPL-2.0 license.
Raw data
{
"_id": null,
"home_page": "https://magenta.dk/",
"name": "os2mo-dar-client",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "os2mo,lora,dar,client",
"author": "Magenta",
"author_email": "info@magenta.dk",
"download_url": "https://files.pythonhosted.org/packages/7c/d2/608d2068b133aea8778dfd425ba756ecf1c1da633e1d73348b1074d55a9b/os2mo_dar_client-1.0.3.tar.gz",
"platform": null,
"description": "<!--\nSPDX-FileCopyrightText: 2021 Magenta ApS <https://magenta.dk>\nSPDX-License-Identifier: MPL-2.0\n-->\n\n# OS2mo DAR Client\n\nOS2mo DAR Client is a client for [DAWA / DAR](https://dawadocs.dataforsyningen.dk/).\n\n## Requirements\n\nPython 3.8+\n\nDependencies:\n\n* <a href=\"https://more-itertools.readthedocs.io/\" class=\"external-link\" target=\"_blank\">More Itertools</a>\n* <a href=\"https://docs.aiohttp.org/en/stable/\" class=\"external-link\" target=\"_blank\">AIOHTTP</a>\n* <a href=\"https://rammearkitektur.docs.magenta.dk/ra-utils/index.html\" class=\"external-link\" target=\"_blank\">RA Utils</a>\n\n## Installation\n\n```console\n$ pip install os2mo-dar-client\n```\n\n## Usage\n```Python\nfrom os2mo_dar_client import DARClient\n\ndarclient = DARClient()\nwith darclient:\n print(darclient.healthcheck())\n```\n\n## License\n\nThis project is licensed under the terms of the MPL-2.0 license.\n",
"bugtrack_url": null,
"license": "MPL-2.0",
"summary": "OS2mo DAR Client is a client for DAWA / DAR",
"version": "1.0.3",
"split_keywords": [
"os2mo",
"lora",
"dar",
"client"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d8016dcf4bd3884a391ce371e7f3dd636b59cbad7bfb29033774962d604900ca",
"md5": "5b93f2c9a607792a77de128b1ea2b8e1",
"sha256": "b420c8684881f9c3395aa1d7ba665fde39e94fe5e4611a62eaea631ec338eac2"
},
"downloads": -1,
"filename": "os2mo_dar_client-1.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5b93f2c9a607792a77de128b1ea2b8e1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 16596,
"upload_time": "2023-03-20T09:42:52",
"upload_time_iso_8601": "2023-03-20T09:42:52.119695Z",
"url": "https://files.pythonhosted.org/packages/d8/01/6dcf4bd3884a391ce371e7f3dd636b59cbad7bfb29033774962d604900ca/os2mo_dar_client-1.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7cd2608d2068b133aea8778dfd425ba756ecf1c1da633e1d73348b1074d55a9b",
"md5": "b148b9defa89118db01047ffd2404696",
"sha256": "fd569dc9b1d32b0479271a5e5c6a130bb46cdeeec88ae0f30c7953428d60ec2a"
},
"downloads": -1,
"filename": "os2mo_dar_client-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "b148b9defa89118db01047ffd2404696",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 10375,
"upload_time": "2023-03-20T09:42:53",
"upload_time_iso_8601": "2023-03-20T09:42:53.902866Z",
"url": "https://files.pythonhosted.org/packages/7c/d2/608d2068b133aea8778dfd425ba756ecf1c1da633e1d73348b1074d55a9b/os2mo_dar_client-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-20 09:42:53",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "os2mo-dar-client"
}