IoT CCM SDK for Python 3
Project description
IoT CCM SDK for Python 3
A Python 3 Software Development Kit for the Internet of Things Component Capability Model - NIST IR 8316.
Prerequisites
- Python 3 version 3.6 and later
Getting started
Install the SDK
First, install the SDK:
- from PyPi:
pip install iotccm_sdk
- locally:
pip install -e .
or
python setup.py install
Examples
from iotccm_sdk.component import Component
comp = Component("my_comp_1")
comp.start()
Contributing
For details on contributing to this repository, see CONTRIBUTING.md
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.
See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for iotccm_sdk-0.0.1a2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d683d41336cf64b3922065fdbc118f2cbb0d63002df984d8a50598edfb57c088 |
|
MD5 | 757d65bae99ebf78242abd5fb6f6eef4 |
|
BLAKE2b-256 | 43908417749487114d3c31322ba10a406d9a78728cd51d512534e66d1e80d40f |