Rapyuta.io Python SDK
Project description
Rapyuta.io Python SDK
Rapyuta.io Python SDK enables you to access platform services and resources in your python applications.
The SDK supports Python 3.7+. For older Python 2.x support, you can use the 0.x.x releases from Pypi.
Install
The SDK is distributed through PyPi index, and can be installed directly using pip.
pip install rapyuta-io
To install the SDK from source, you can use the setup.py script directly.
Clone the repository and from the root of the directory, run the following
command.
python setup.py install
Getting Started
Before using the SDK, you need the Rapyuta Token. You can get it from here.
from rapyuta_io import Client
TOKEN = "RAPYUTA_TOKEN"
client = rapyuta_io.Client(TOKEN)
# Create a Project and use it
from rapyuta_io import Project
project = client.create_project(Project("python-sdk"))
client.set_project(project.guid)
# Create a Build
from rapyuta_io import Build, StrategyType, DeviceArch
client.create_build(
Build(
"dummy",
StrategyType.DOCKER,
"https://github.com/ankitrgadiya/dummy-package",
DeviceArch.AMD64,
)
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rapyuta_io-1.10.0.tar.gz.
File metadata
- Download URL: rapyuta_io-1.10.0.tar.gz
- Upload date:
- Size: 83.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e849632ff51a8a3baa03f9ab1f0f91a9f32e21960bde9c4a57b68d4a368d90cc
|
|
| MD5 |
32610d0e7369eaccf8c7dda884d108c5
|
|
| BLAKE2b-256 |
7cc32b4acb3479a09ae864b2365b475a4bcd1a55847a0eb833cc3a7d4410f36b
|
File details
Details for the file rapyuta_io-1.10.0-py3-none-any.whl.
File metadata
- Download URL: rapyuta_io-1.10.0-py3-none-any.whl
- Upload date:
- Size: 99.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
874dbf669983dca0aa1787dca424a219d836cee17f01e4a821c85ae046cf79e6
|
|
| MD5 |
616c2be845748b730e372eb3558e2fe0
|
|
| BLAKE2b-256 |
16e1910c31c2a6339a4ebcad11a59af4b6b43cd24c32709df5cb89044ca58e9c
|