Azure IoT SDK for Python - v2.0.0 Preview
Перейти к файлу
Pierre Cauchois 50060e8c36
Update readme to signal the repo is archived (#178)
2019-09-06 17:04:31 -07:00
azure-iot-device [CARRYOVER] Message.set_as_security_message() (#176) 2019-08-28 14:39:05 -07:00
azure-iot-nspkg Add pip bumpversion to setup.cfg and build-release.yaml (#134) 2019-07-16 14:44:05 -07:00
azure_provisioning_e2e E2E tests for DPS (#167) 2019-08-26 15:51:26 -07:00
scripts E2E tests for DPS (#167) 2019-08-26 15:51:26 -07:00
vsts E2E tests for DPS (#167) 2019-08-26 15:51:26 -07:00
.flake8 Add pre-commit hooks for black and flake8 (#23) 2018-11-21 15:23:14 -08:00
.gitattributes marshal all calls into a single pipeline thread (#133) 2019-07-22 06:03:27 -07:00
.gitignore script (#116) 2019-06-30 15:15:39 -07:00
.pre-commit-config.yaml Add pre-commit hooks for black and flake8 (#23) 2018-11-21 15:23:14 -08:00
LICENSE Initial commit 2018-09-13 10:58:00 -07:00
README.md Update readme to signal the repo is archived (#178) 2019-09-06 17:04:31 -07:00
build_packages.py Packaging + Distribution (#83) 2019-04-22 15:15:39 -07:00
env_setup.py Improved dependency management (#137) 2019-07-16 11:11:28 -07:00
pyproject.toml Add pre-commit hooks for black and flake8 (#23) 2018-11-21 15:23:14 -08:00
pytest.ini twin implementation and tests. Also unit test speedup. (#114) 2019-06-24 20:15:05 -07:00
requirements_dev.txt Improved dependency management (#137) 2019-07-16 11:11:28 -07:00
requirements_test.txt E2E tests for DPS (#167) 2019-08-26 15:51:26 -07:00
test_packages.py Packaging + Distribution (#83) 2019-04-22 15:15:39 -07:00

README.md

ARCHIVED REPOSITORY

The work in this repository has graduated into the main repository for the Azure IoT client library for Python: Azure/azure-iot-sdk-python

This repository is now archived and readonly.

Azure IoT Hub Python SDKs v2 - PREVIEW

This repository contains the code for the future v2.0.0 of the Azure IoT SDKs for Python. The goal of v2.0.0 is to be a complete rewrite of the existing SDK that maximizes the use of the Python language and its standard features rather than wrap over the C SDK, like v1.x.x of the SDK did.

Note that these SDKs are currently in preview, and are subject to change.

SDKs

This repository contains the following SDKs:

  • Azure IoT Device SDK - /azure-iot-device

    • Provision a device using the Device Provisioning Service for use with the Azure IoT Hub
    • Send/receive telemetry between a device and the Azure IoT Hub
    • Handle direct methods invoked by the Azure IoT Hub on a device
  • Azure IoT Hub SDK (COMING SOON)

    • Do service/management operations on the Azure IoT Hub
  • Azure IoT Hub Provisioning SDK (COMING SOON)

    • Do service/management operations on the Azure IoT Device Provisioning Service

How to install the SDKs

pip install azure-iot-device

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.