All rapyuta.io docs are open source. See something that's wrong or unclear? Submit a pull request.
Make a contributionrapyuta.io Python SDK enables you to provision packages either on the cloud or on a device, add a dependent deployment, and access various rapyuta.io resources and services in your python applications.
It is recommended you install the latest Python SDK using pip(the most popular tool for installing python packages).
pip install rapyuta-io
If you are using an old version of the Python SDK, please upgrade to the latest version.
For python client for rapyuta.io, click here
The rapyuta.io Python SDK is compatible with python applications supporting Python2.7
We have added Python3.9 support to the rapyuta.io python SDK. Note that this is still in the alpha stage.
To determine the auth token:
To determine the unique identifier of the device on-boarded on to rapyuta.io:
To determine the unique identifier of the project in rapyuta.io:
To determine the unique identifier of the organization in rapyuta.io:
To determine a rapyuta.io package’s unique identifier:
To determine a package’s plan id in rapyuta.io:
If you are looking for more detailed information about any class in the SDK, feel free to consult the full SDK reference.
Before walking through the examples, ensure you [obtain the auth token, project ID, device ID, package ID, and plan ID.