Python SDK for rapyuta.io v2 APIs
Project description
rapyuta.io SDK v2
rapyuta.io SDK v2 provides a comprehensive set of tools and functionalities to interact with the rapyuta.io platform.
Installation
pip install rapyuta-io-sdk-v2
Usage
To use the SDK, you need to configure it with your rapyuta.io credentials.
From a Configuration File
You can create a Configuration object from a JSON file.
from rapyuta_io_sdk_v2.config import Configuration, Client
config = Configuration.from_file("/path/to/config.json")
client = Client(config)
Using email and password
from rapyuta_io_sdk_v2.config import Configuration, Client
config = Configuration(organization_guid="ORGANIZATION_GUID")
client = Client(config)
client.login(email="EMAIL", password="PASSWORD")
You are now set to invoke various methods on the client object.
For example, this is how you can list projects.
projects = client.list_projects()
print(projects)
Contributing
We welcome contributions. Please read our contribution guidelines to get started.
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_sdk_v2-0.2.1.tar.gz.
File metadata
- Download URL: rapyuta_io_sdk_v2-0.2.1.tar.gz
- Upload date:
- Size: 77.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.4.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ee1ab872fc9733a5e7fb2b402b6501208c98a555eef706862107eb54c0cc864
|
|
| MD5 |
b9a5e7fa6c92bfebf0c6977c7b9152a3
|
|
| BLAKE2b-256 |
49d006379c181c8c1e807fcb765c0c6faa0cc8acffbced660f9ad9ed1b872b0e
|
File details
Details for the file rapyuta_io_sdk_v2-0.2.1-py3-none-any.whl.
File metadata
- Download URL: rapyuta_io_sdk_v2-0.2.1-py3-none-any.whl
- Upload date:
- Size: 28.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.4.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
036c82d8089e9c289e88a933f91c9f83d21e427f9a0a5f8e158a4d1720f50027
|
|
| MD5 |
580c0658ca755e4b572631c764c39f3e
|
|
| BLAKE2b-256 |
234836add036b3f046236e7a4a7f96a256057b10191c83d44b79234a0f135aaf
|