azure-iot-sdk-python
azure-iot-sdk-python copied to clipboard
A Python SDK for connecting devices to Microsoft Azure IoT services
# Context - **OS and version used:** Ubuntu 20.03 - **Python version:**3.8 - **pip version:** 20.0.2 - **list of installed packages:** Package Version Location ----------------------- ------------ ------------------------------- absl-py 0.15.0 appdirs...
Please allow higher version of `urllib3`. The one required in this package is quite old.
riadhhasnaoui@raspberrypi:~ $ curl https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb > ./packages-microsoft-prod.deb sudo apt install ./packages-microsoft-prod.deb % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3134...
## Description of the problem Current implementation of the sync version of `provision_symmetric_key.py` calls disconnect API repeatedly, it seems weird. ## Description of the solution I think it would be...
**Is your feature request related to a problem? Please describe.** I'm loading the certificate to get the common name. I'd like to pass the contents of the certificate and key...
**Is your feature request related to a problem? Please describe.** We would like to upgrade `requests` for https://github.com/advisories/GHSA-9wx4-h78v-vm56 **Describe the solution you'd like** requests-unixsocket has been forked to address the...
## Description of the problem ``` _load_entrypoint_plugins eps = importlib_metadata.entry_points().get(self.namespace, ()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'EntryPoints' object has no attribute 'get' ``` ## Description of the solution Bump flake8 pre-commit hook version...
Hi, I have some Azure IoTHub direct methods working, and I want to call them through Python. I can instantiate the clients using create_from_connection_string, but I want to use DefaultAzureCredential...
* Updated to modern versions of `pytest` and `pytest-asyncio` * Removed manual async pytestmark Currently these changes work for unit, but not E2E testing. More investigation is required.
**Is your feature request related to a problem? Please describe.** We are currently developing a solution were we need to bridge from IoThub to a local mqtt broker, and would...