Getting started with the emnify Python SDK
Installation
The emnify Python SDK is open source and the source code is available on GitHub.
Prerequisites
- Python (version 3.9.0 or higher)
Install from source code (requires build)
For local development install with pipenv:
Install with pip
The emnify Python SDK is also available on PyPI as emnify-sdk:
Configuration
Create an application token
To use the Python SDK, you need to create an application token. You can do this on the Integrations page of the emnify Portal under Application Tokens or the emnify REST API.
Once created, you’ll apply it to initiate the SDK.
Use the SDK
Before executing the code, define an environment variable containing your application token:
Explore more
Now that you have the SDK configured, it’s time to learn what you can do with it.
If you’re new to IoT connectivity and emnify, start by learning the common terminology and concepts.
Once you’re comfortable with these concepts, you can explore some use cases that show what the SDK is capable of based on a few examples.
Also, see the API reference.