Skip to main content

Telemetry Pipeline Logo

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rapyuta_io_sdk_v2-0.8.2.tar.gz (184.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rapyuta_io_sdk_v2-0.8.2-py3-none-any.whl (61.2 kB view details)

Uploaded Python 3

File details

Details for the file rapyuta_io_sdk_v2-0.8.2.tar.gz.

File metadata

  • Download URL: rapyuta_io_sdk_v2-0.8.2.tar.gz
  • Upload date:
  • Size: 184.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.4.22

File hashes

Hashes for rapyuta_io_sdk_v2-0.8.2.tar.gz
Algorithm Hash digest
SHA256 1f7b30664ebd8c58103f9a65e23738062b4de47e8c67ba52d5970a89bb6952f3
MD5 1a42139aa7385d92911c89c821674da6
BLAKE2b-256 7ec541e364250b1e8a8f1bab966dfcf2060a75ee2809ebc8ef10c3c1cc74dc37

See more details on using hashes here.

File details

Details for the file rapyuta_io_sdk_v2-0.8.2-py3-none-any.whl.

File metadata

File hashes

Hashes for rapyuta_io_sdk_v2-0.8.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5f3f2ec4aedfa7b52709eda908825805fc8422b1c6423870706c5c3436a10f1c
MD5 5e0f36c48cc2806fa76f7ac61e10907b
BLAKE2b-256 2c8034ab36cc4b7ecd83fd032b39dc799e9929396486f13241cc4f22095534fd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page