unitelabs-connector-framework


Nameunitelabs-connector-framework JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://unitelabs.ch
SummaryA framework to build connectors based on the SiLA 2 standard specification.
upload_time2023-08-29 21:31:41
maintainer
docs_urlNone
authorUniteLabs AG
requires_python>=3.9,<4.0
licenseMIT
keywords sila 2 laboratory automation connectivity
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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&amp;labelColor=090422">](LINK)
[<img src="https://img.shields.io/badge/poetry-≥1.3.1-0052FF.svg?logo=LOGO&amp;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

Start by then exploring the UniteLabs Connector Framework [documentation](docs/0.index.md), dive into the
[core concepts](docs/3.concepts/1.feature.md), and try our [tutorials](docs/2.tutorial/index.md) for some hands-on learning.

## 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.ch) by sending us an
  [email](mailto:connectors@unitelabs.ch)!
- Get in touch with our developers regarding feedback and feature requests at [developers@unitelabs.ch](mailto:developers@unitelabs.ch)
- Give us a ⭐️ on [GitLab](https://gitlab.com/unitelabs/connector-framework)

## License

We, the UniteLabs AG, 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.ch). 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.ch",
    "name": "unitelabs-connector-framework",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "SiLA 2,laboratory,automation,connectivity",
    "author": "UniteLabs AG",
    "author_email": "developers+connector@unitelabs.ch",
    "download_url": "https://files.pythonhosted.org/packages/ee/dd/67e8c609ea6ac170e65db3f0601cc3e8226074d9293cf1bec371721bf08c/unitelabs_connector_framework-0.1.4.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&amp;labelColor=090422\">](LINK)\n[<img src=\"https://img.shields.io/badge/poetry-\u22651.3.1-0052FF.svg?logo=LOGO&amp;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\nStart by then exploring the UniteLabs Connector Framework [documentation](docs/0.index.md), dive into the\n[core concepts](docs/3.concepts/1.feature.md), and try our [tutorials](docs/2.tutorial/index.md) for some hands-on learning.\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.ch) by sending us an\n  [email](mailto:connectors@unitelabs.ch)!\n- Get in touch with our developers regarding feedback and feature requests at [developers@unitelabs.ch](mailto:developers@unitelabs.ch)\n- Give us a \u2b50\ufe0f on [GitLab](https://gitlab.com/unitelabs/connector-framework)\n\n## License\n\nWe, the UniteLabs AG, provide and maintain this free and open-source framework with the aim to enable the community to\novercome any barriers in digitalizing their laboratory environment. We highly appreciate, if the users of this framework\nvalue the same principles. Therefore, if you want to make your connectors available for others, we encourage you to \nshare them on our sharing platform, the [UniteHub](https://hub.unitelabs.ch). As we do not want to enforce disclosure of \nyour work, we distribute this framework under the [MIT license](LICENSE).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A framework to build connectors based on the SiLA 2 standard specification.",
    "version": "0.1.4",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/unitelabs/connector-framework/-/issues",
        "Documentation": "https://gitlab.com/unitelabs/connector-framework/-/tree/main/docs/",
        "Homepage": "https://unitelabs.ch",
        "Repository": "https://gitlab.com/unitelabs/connector-framework"
    },
    "split_keywords": [
        "sila 2",
        "laboratory",
        "automation",
        "connectivity"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "469b7b125ba9b919d4a4df13f8bb6afb17ee0d66bebf88b814579c24ce43589b",
                "md5": "8065d2953fd3caaad35f997b86aa8d6c",
                "sha256": "af6288d0d101feaa9c04a056c063a7113b3174e3dea74f12f94a4a6a35249337"
            },
            "downloads": -1,
            "filename": "unitelabs_connector_framework-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8065d2953fd3caaad35f997b86aa8d6c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 72876,
            "upload_time": "2023-08-29T21:31:39",
            "upload_time_iso_8601": "2023-08-29T21:31:39.109838Z",
            "url": "https://files.pythonhosted.org/packages/46/9b/7b125ba9b919d4a4df13f8bb6afb17ee0d66bebf88b814579c24ce43589b/unitelabs_connector_framework-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eedd67e8c609ea6ac170e65db3f0601cc3e8226074d9293cf1bec371721bf08c",
                "md5": "26424e1c9bd74a293e56649b58e03364",
                "sha256": "a50be6b665525a4c59d70f15ca4445af268bf3168f2938520ff0101ba0fb899b"
            },
            "downloads": -1,
            "filename": "unitelabs_connector_framework-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "26424e1c9bd74a293e56649b58e03364",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 36500,
            "upload_time": "2023-08-29T21:31:41",
            "upload_time_iso_8601": "2023-08-29T21:31:41.124299Z",
            "url": "https://files.pythonhosted.org/packages/ee/dd/67e8c609ea6ac170e65db3f0601cc3e8226074d9293cf1bec371721bf08c/unitelabs_connector_framework-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-29 21:31:41",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "unitelabs",
    "gitlab_project": "connector-framework",
    "lcname": "unitelabs-connector-framework"
}
        
Elapsed time: 0.11476s