Skip to main content

Python SDK for rapyuta.io v2 APIs

Project description

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.

Project details


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.4.1.tar.gz (123.0 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.4.1-py3-none-any.whl (54.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for rapyuta_io_sdk_v2-0.4.1.tar.gz
Algorithm Hash digest
SHA256 d88584ae4529adcc162096d0ad79b887b8cef52540087f36ff48836f2d3f0d71
MD5 e958e0da53e3558844c930b1602e6ce4
BLAKE2b-256 62473c894e641202d5b44aa3456e6ec8c1df2688c81d7e8f4c0d3ee69fd47b87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapyuta_io_sdk_v2-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f3bebb1f2f033a6c91e0f1cc7cfb596def6bae1e9925776a1ca6f9cbfb3ad4a8
MD5 8723e088c90941de1462a420739cc186
BLAKE2b-256 5c4a63bc34992d26ce0f9262631782055923536d06086898e97dcac6acbab976

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 Pingdom Monitoring Sentry Error logging StatusPage Status page