# UniteLabs Connector Framework
The UniteLabs Connector Framework is a free and open-source framework that enables you to build connectors for
laboratory hard- and software systems with interfaces that are based on industry standards like
[SiLA 2](https://sila-standard.com). If you plan on implementing an interface natively for your device or as wrapper
around an existing proprietary interface, you can use this framework to get it built quickly without deep-diving into
the standard specifications with our intuitive, code-first approach. It provides configurable modules you can use to
quickly integrate the hardware or software you want to connect.
## Installation
[<img src="https://img.shields.io/badge/python-≥3.9.2-0052FF.svg?logo=LOGO&labelColor=090422">](LINK)
[<img src="https://img.shields.io/badge/poetry-≥1.3.1-0052FF.svg?logo=LOGO&labelColor=090422">](LINK)
The UniteLabs Connector Framework requires Python 3.9 or later. To get started quickly, we recommend to clone one of the
starter projects with:
```
$ git clone --depth 1 https://gitlab.com/unitelabs/connector-starter.git <my-connector-name>
$ cd <my-connector-name>
$ poetry install
$ poetry run connector start
```
You can also manually create a new project from scratch and [install the framework](docs/1.get-started/2.installation.md)
with pip. In this case, of course, you'll be responsible for creating the project boilerplate files yourself.
```
$ pip install unitelabs-connector-framework
```
## Documentation
Explor the UniteLabs [Connector Development Kit documentation](https://docs-unitelabs-web-815d69b03b66df4c3a4817af38d7e7b09a17f7c4b50b.gitlab.io/connectivity/overview)
on our docs page. From there you can find your way to the tutorials and guides.
## Contribute
There are many ways to contribute to this project and our vision of freely and readily available interfaces for laboratory systems.
- Check out our [contribution guidelines](docs/6.community/1.contributing.md) to help us improve this project
- Join the over 400 developers in the [SiLA Slack community](https://sila-standard.org/slack)
- Give back to the community and add your connectors to the [UniteHub](https://hub.unitelabs.io) by sending us an
[email](mailto:connectors@unitelabs.io)!
- Get in touch with our developers regarding feedback and feature requests at [developers@unitelabs.io](mailto:developers@unitelabs.io)
- Give us a ⭐️ on [GitLab](https://gitlab.com/unitelabs/dev-tools/python-cdk)
## License
We, UniteLabs, provide and maintain this free and open-source framework with the aim to enable the community to overcome
any barriers in digitalizing their laboratory environment. We highly appreciate, if the users of this framework value
the same principles. Therefore, if you want to make your connectors available for others, we encourage you to share them
on our sharing platform, the [UniteHub](https://hub.unitelabs.io). As we do not want to enforce disclosure of your work,
we distribute this framework under the [MIT license](LICENSE).
Raw data
{
"_id": null,
"home_page": "https://unitelabs.io",
"name": "unitelabs-cdk",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "UniteLabs, SiLA 2, laboratory, automation, connectivity",
"author": "UniteLabs",
"author_email": "developers+cdk@unitelabs.io",
"download_url": "https://files.pythonhosted.org/packages/88/ce/fbc64ed7fa026dfd48d888f6ac9681aa53e4f619bdf73e8390349a7d7b7d/unitelabs_cdk-0.2.9.tar.gz",
"platform": null,
"description": "# UniteLabs Connector Framework\n\nThe UniteLabs Connector Framework is a free and open-source framework that enables you to build connectors for\nlaboratory hard- and software systems with interfaces that are based on industry standards like\n[SiLA 2](https://sila-standard.com). If you plan on implementing an interface natively for your device or as wrapper\naround an existing proprietary interface, you can use this framework to get it built quickly without deep-diving into\nthe standard specifications with our intuitive, code-first approach. It provides configurable modules you can use to\nquickly integrate the hardware or software you want to connect.\n\n## Installation\n\n[<img src=\"https://img.shields.io/badge/python-\u22653.9.2-0052FF.svg?logo=LOGO&labelColor=090422\">](LINK)\n[<img src=\"https://img.shields.io/badge/poetry-\u22651.3.1-0052FF.svg?logo=LOGO&labelColor=090422\">](LINK)\n\nThe UniteLabs Connector Framework requires Python 3.9 or later. To get started quickly, we recommend to clone one of the\nstarter projects with:\n\n```\n$ git clone --depth 1 https://gitlab.com/unitelabs/connector-starter.git <my-connector-name>\n$ cd <my-connector-name>\n$ poetry install\n$ poetry run connector start\n```\n\nYou can also manually create a new project from scratch and [install the framework](docs/1.get-started/2.installation.md)\nwith pip. In this case, of course, you'll be responsible for creating the project boilerplate files yourself.\n\n```\n$ pip install unitelabs-connector-framework\n```\n\n## Documentation\n\nExplor the UniteLabs [Connector Development Kit documentation](https://docs-unitelabs-web-815d69b03b66df4c3a4817af38d7e7b09a17f7c4b50b.gitlab.io/connectivity/overview) \non our docs page. From there you can find your way to the tutorials and guides.\n\n## Contribute\n\nThere are many ways to contribute to this project and our vision of freely and readily available interfaces for laboratory systems.\n\n- Check out our [contribution guidelines](docs/6.community/1.contributing.md) to help us improve this project\n- Join the over 400 developers in the [SiLA Slack community](https://sila-standard.org/slack)\n- Give back to the community and add your connectors to the [UniteHub](https://hub.unitelabs.io) by sending us an\n [email](mailto:connectors@unitelabs.io)!\n- Get in touch with our developers regarding feedback and feature requests at [developers@unitelabs.io](mailto:developers@unitelabs.io)\n- Give us a \u2b50\ufe0f on [GitLab](https://gitlab.com/unitelabs/dev-tools/python-cdk)\n\n## License\n\nWe, UniteLabs, provide and maintain this free and open-source framework with the aim to enable the community to overcome\nany barriers in digitalizing their laboratory environment. We highly appreciate, if the users of this framework value\nthe same principles. Therefore, if you want to make your connectors available for others, we encourage you to share them\non our sharing platform, the [UniteHub](https://hub.unitelabs.io). As we do not want to enforce disclosure of your work,\nwe distribute this framework under the [MIT license](LICENSE).\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A framework to develop UniteLabs connectors based on the SiLA 2 standard specification.",
"version": "0.2.9",
"project_urls": {
"Bug Tracker": "https://gitlab.com/unitelabs/dev-tools/python-cdk/-/issues",
"Documentation": "https://gitlab.com/unitelabs/dev-tools/python-cdk/-/tree/main/docs/",
"Homepage": "https://unitelabs.io",
"Repository": "https://gitlab.com/unitelabs/dev-tools/python-cdk"
},
"split_keywords": [
"unitelabs",
" sila 2",
" laboratory",
" automation",
" connectivity"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8b69c54193d40b12b3b1d72dc6c8cb3cbd43e05c4352baac6d612002c93b2e0a",
"md5": "9d8bf5743ea5d3cb2c88375ff5acb161",
"sha256": "94daab62605be65f4f4b3776e9075ca0c5e8cda0dadadba8a73231dc6be9f6de"
},
"downloads": -1,
"filename": "unitelabs_cdk-0.2.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9d8bf5743ea5d3cb2c88375ff5acb161",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 97153,
"upload_time": "2024-12-11T11:05:21",
"upload_time_iso_8601": "2024-12-11T11:05:21.515354Z",
"url": "https://files.pythonhosted.org/packages/8b/69/c54193d40b12b3b1d72dc6c8cb3cbd43e05c4352baac6d612002c93b2e0a/unitelabs_cdk-0.2.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "88cefbc64ed7fa026dfd48d888f6ac9681aa53e4f619bdf73e8390349a7d7b7d",
"md5": "cfa7042a362e6435450979445fb6c1b3",
"sha256": "57e45648cb2acf712dd73eff3e45aa9e2bfc6c3b762e94b3f985abf321e6c3b3"
},
"downloads": -1,
"filename": "unitelabs_cdk-0.2.9.tar.gz",
"has_sig": false,
"md5_digest": "cfa7042a362e6435450979445fb6c1b3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 48627,
"upload_time": "2024-12-11T11:05:22",
"upload_time_iso_8601": "2024-12-11T11:05:22.799794Z",
"url": "https://files.pythonhosted.org/packages/88/ce/fbc64ed7fa026dfd48d888f6ac9681aa53e4f619bdf73e8390349a7d7b7d/unitelabs_cdk-0.2.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-11 11:05:22",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "unitelabs",
"gitlab_project": "dev-tools",
"lcname": "unitelabs-cdk"
}