Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boozo-unlimited/cloudio-common-python

Contains code used in both cloud.iO endpoints and clients.
https://github.com/boozo-unlimited/cloudio-common-python

cloud iot mqtt

Last synced: about 2 months ago
JSON representation

Contains code used in both cloud.iO endpoints and clients.

Awesome Lists containing this project

README

        

# Cloud.iO Common Package
![python-version](https://img.shields.io/badge/python-3.x-blue.svg?style=flat)
![version](https://img.shields.io/pypi/v/cloudio-common-python.svg)
![](docs/images/coverage.svg)

This project makes part of [cloud.iO](https://cloudio.hevs.ch/).

The [cloudio-common-python](https://pypi.org/project/cloudio-common-python/) project contains
packages/modules used by other cloudio python packages.

Packages provided:
- [core](src/cloudio/common/core)
- [mqtt](src/cloudio/common/mqtt)
- [utils](src/cloudio/common/utils)

To install this package, enter the following command in a console:
```bash
$ pip install cloudio-common-python
```

For more details please refer to the internal documentation.