Package to programmatically access a RIME deployment
Project description
Overview
The RIME SDK provides a programmatic interface to a Robust Intelligence instance, allowing you to create projects, start stress tests, query the backend for test run results, and more from within your Python code.
To begin, import the Client object from the package like so:
from rime_sdk import Client
The Client is the main entry point to SDK functions. To initialize the Client, provide the URL of your
Robust Intelligence instance and an API key generated from a workspace on that instance.
rime_client = Client("my_vpc.rime.com", "api-key")
Once initialized, you can use this Client to interact with your Robust Intelligence instance.
- Please refer to the full SDK documentation for further instructions.
- Example notebooks of using the SDK to run tests using Robust Intelligence are available here.
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 rime_sdk-2.13.2.tar.gz.
File metadata
- Download URL: rime_sdk-2.13.2.tar.gz
- Upload date:
- Size: 356.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
248bb5e80abb720f37dc209cfb24fccbd26644298c5500380fe0bc2aa6ff22d2
|
|
| MD5 |
3640bd382cc84ac1ff5dd3fac03aa4ac
|
|
| BLAKE2b-256 |
bf8ab5c07e489e4c04edfbf34edd7032bf9280513fc80f428ab100eb30b632ec
|
File details
Details for the file rime_sdk-2.13.2-py3-none-any.whl.
File metadata
- Download URL: rime_sdk-2.13.2-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b72a058a72354a4e2679757ca21ed3be524fbb153f59dc9c37373cd4a32ecb3e
|
|
| MD5 |
3fa32eb5b973d903c38916bee9fdff33
|
|
| BLAKE2b-256 |
05cdc0a86b6ba18ed60a26b4ceef230fd461f1ff7b55a4baede04d3edb7c6eb2
|