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: 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T15:13:38.000Z (almost 4 years ago)
- Last Synced: 2025-02-19T14:42:45.191Z (over 1 year 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



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.