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.2.3.tar.gz (77.9 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.2.3-py3-none-any.whl (28.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for rapyuta_io_sdk_v2-0.2.3.tar.gz
Algorithm Hash digest
SHA256 0e73e2eda25258cff7d878ae7038f5bcdd101ad215e62f16ebf78a67fd2dd285
MD5 e125989d2e1518374f67436f63d4478f
BLAKE2b-256 b3582ac94b675016a563c5dcf30dc597cdf1159052a3734a45a79f94db0f1a80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapyuta_io_sdk_v2-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a212ef778052dc0ba934fa0f02e7fc71b25692ddd3cd981a8cbd63d5cc733396
MD5 43907713ab34bfc6c9da55bfadad92d4
BLAKE2b-256 1b74f8cfb80eced10b585b9073b054c56cb1e8094827e3089358a5c15b213d3c

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