pyazureutils is a collection of utilities for interacting with Microsoft Azure
Install using pip from pypi.org:
pip install pyazureutilsBrowse source code on github
Read API documentation on github
Read the changelog on github
pyazureutils can be used as a command-line interface or a library
To get top level help
pyazureutils --helpTo get help on specific command (in this example the iotcentral command)
pyazureutils iotcentral --helpTo get the pyazureutils version
pyazureutils --versionFor more CLI usage examples see pypi.md
pyazureutils can be used as a library. Its primary consumer is iotprovision
For usage examples see pypi.md.
This package uses pyedbglib and other libraries for USB transport and some udev rules are required.
For details see the pyedbglib package: https://pypi.org/project/pyedbglib
