AWS IoT SDK based on the AWS Common Runtime
Project description
AWS IoT Device SDK v2 for Python
This document provides information about the AWS IoT Device SDK v2 for Python. This SDK is built on the AWS Common Runtime
Jump To:
Installation
Minimum Requirements
- Python 3.7+
Install from PyPI
MacOS and Linux:
python3 -m pip install awsiotsdk
Windows:
python -m pip install awsiotsdk
Install from source
# 1. Create a workspace directory to hold all the SDK files
mkdir sdk-workspace
cd sdk-workspace
# 2. Clone the repository. You could select the version of the SDK you desire to use.
git clone -b <SDK_VERSION> https://github.com/aws/aws-iot-device-sdk-python-v2.git
# 3. (Optional) Setup the version number of your local build. The default version
# for awsiotsdk is set to "1.0.0-dev", you can set the version number of the
# local build in "aws-iot-device-sdk-python-v2/awsiot/__init__.py"
sed -i "s/__version__ = '1.0.0-dev'/__version__ = '<SDK_VERSION>'/" \
aws-iot-device-sdk-python-v2/awsiot/__init__.py
# 4. Install using Pip (use 'python' instead of 'python3' on Windows)
python3 -m pip install ./aws-iot-device-sdk-python-v2
Samples
Getting Help
The best way to interact with our team is through GitHub. You can open a discussion for guidance questions or an issue for bug reports, or feature requests. You may also find help on community resources such as StackOverFlow with the tag #aws-iot or if you have a support plan with AWS Support, you can also create a new support case.
Please make sure to check out our resources too before opening an issue:
- FAQ
- API Docs
- IoT Guide (source)
- Check for similar Issues
- AWS IoT Core Documentation
- Dev Blog
- Integration with AWS IoT Services such as Device Shadow and Jobs is provided by code that been generated from a model of the service.
- Contributions Guidelines
License
This library is licensed under the Apache 2.0 License.
Latest released version: v1.20.0
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 Distribution
Built Distribution
File details
Details for the file awsiotsdk-1.20.0.tar.gz
.
File metadata
- Download URL: awsiotsdk-1.20.0.tar.gz
- Upload date:
- Size: 76.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af857c5c8053b622b52dacf927e3d812c55b22301f00381cbc75452090c85ee5 |
|
MD5 | 7f9dc5fae0299f5e32d52db5a3b4294c |
|
BLAKE2b-256 | 82c072094f1ac5ce9dbb06b939dcb471596c52e615ca427d933dce2b3d56989e |
File details
Details for the file awsiotsdk-1.20.0-py3-none-any.whl
.
File metadata
- Download URL: awsiotsdk-1.20.0-py3-none-any.whl
- Upload date:
- Size: 73.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09ebd985e3bd8e3f402aedc9b7db8589d2db3fb5e92ef5e3f6c1d9b30329bd39 |
|
MD5 | 2305ae9b778948e0e6ac9736e75be1b1 |
|
BLAKE2b-256 | 4faf7413fe94143ff95ce60f4dc9f7ed327302a507cdb495de9d76031e9fa1b3 |