Metadata-Version: 2.1
Name: unitelabs-sila
Version: 0.1.3
Summary: An un-opinionated SiLA 2 library.
Home-page: https://sila-standard.com
License: MIT
Keywords: SiLA 2,laboratory,automation,connectivity
Author: UniteLabs AG
Author-email: developers+sila@unitelabs.ch
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: grpcio (==1.54.2)
Requires-Dist: pure-protobuf (==3.0.0a5)
Requires-Dist: zeroconf (==0.64.1)
Project-URL: Bug Tracker, https://gitlab.com/unitelabs/integrations/sila2/sila-python/-/issues
Project-URL: Documentation, https://gitlab.com/unitelabs/integrations/sila2/sila-python/-/tree/main/docs/
Project-URL: Repository, https://gitlab.com/unitelabs/integrations/sila2/sila-python
Description-Content-Type: text/markdown

![pipeline](https://gitlab.com/unitelabs/integrations/sila2/sila-python/badges/main/pipeline.svg?ignore_skipped=true)
![coverage](https://gitlab.com/unitelabs/integrations/sila2/sila-python/badges/main/coverage.svg?job=test)
![license](https://img.shields.io/gitlab/license/unitelabs/integrations/sila2/sila-python)

# SiLA

This repository is an un-opinionated library that provides you with all means to develop a SiLA 2 1.1 compliant python
application. It adheres to the [SiLA 2 specification](https://sila2.gitlab.io/sila_base/) and is used by the [UniteLabs 
Connector Framework](https://gitlab.com/unitelabs/connector-framework/) to enable rapid development of cloud-native SiLA 
Servers with a code-first approach.

## Installation

The SiLA library requires Python 3.9 or later. To get started quickly, we recommend to use the [UniteLabs Connector
Framework](https://gitlab.com/unitelabs/connector-framework/) to develop your SiLA 2 server. Clone one of the starter
projects with:

```
$ git clone https://gitlab.com/unitelabs/connector-starter.git my-connector
$ cd my-connector
$ poetry install
$ poetry run connector start
```

You can also manually create a new project from scratch and install the library with pip. In this case, of course,
you'll be responsible for creating the project boilerplate files yourself.

```
$ pip install unitelabs-sila
```

## Documentation

🧱🚧🏗️ This is still work in progress 🧱🚧🏗️  

## Contribute

Submit and share your work!
https://hub.unitelabs.ch

Please submit your feature requests and bug reports using the GitLab issue system with a clear description.
If you have further questions, issues, or suggestions for improvement, don't hesitate to reach out to us at
[developers@unitelabs.ch](mailto:developers+sila@unitelabs.ch).

Join the Python channel in the [SiLA Slack](https://sila-standard.org/slack)
workspace to stay up-to-date with new developments and announcements from the community.

## License

This code is licensed under the [MIT license](LICENSE).

