Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/boozo-unlimited/cloudio-common-python
- Owner: boozo-unlimited
- License: mit
- Created: 2021-03-29T09:12:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T15:13:38.000Z (over 2 years ago)
- Last Synced: 2024-11-13T14:22:22.897Z (2 months ago)
- Topics: cloud, iot, mqtt
- Language: Python
- Homepage: https://cloudio.hevs.ch/
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.