Skip to main content

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.0.0rc10.tar.gz (255.9 kB view hashes)

Uploaded Source

Built Distribution

rime_sdk-2.0.0rc10-py3-none-any.whl (758.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page