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 Python SDK supports Python 3.6+. For older Python 2.x support, you can use the 0.x.x releases from Pypi.
To determine the auth token:
To determine the unique identifier of the device on-boarded on to rapyuta.io:
To determine the project’s unique identifier in rapyuta.io:
To determine the organization’s unique identifier in rapyuta.io:
To determine the package’s unique identifier in rapyuta.io:
To determine a package’s plan id in rapyuta.io:
For more detailed information about any class in the SDK, see full SDK reference.