Pre-release
This release is a pre-release and may not be stable for production use.
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.
Release files for iotccm-sdk 0.0.1a2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iotccm_sdk-0.0.1a2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / iotccm_sdk-0.0.1a2-py3-none-any.whl
| Download URL | iotccm_sdk-0.0.1a2-py3-none-any.whl |
|---|---|
| Size | 6.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d683d41336cf64b3922065fdbc118f2cbb0d63002df984d8a50598edfb57c088
|
|
BLAKE2b-256 checksum How to use checksums |
43908417749487114d3c31322ba10a406d9a78728cd51d512534e66d1e80d40f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.10
|