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
rime_sdk-2.3.0rc6.tar.gz
(276.7 kB
view hashes)
Built Distribution
rime_sdk-2.3.0rc6-py3-none-any.whl
(816.5 kB
view hashes)
Close
Hashes for rime_sdk-2.3.0rc6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 022717ce2082f3b98f318d1fed39bdf2ef221468be4bc33695133e8783a28a16 |
|
MD5 | 078d77c7aa573b4cc7f0a67731146160 |
|
BLAKE2b-256 | d6ddb176454732a0a5ba47d892ef7e713baf1797cb014faf7b350f205447c7d5 |