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.6.0.tar.gz (134.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.6.0-py3-none-any.whl (58.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for rapyuta_io_sdk_v2-0.6.0.tar.gz
Algorithm Hash digest
SHA256 3ad7ade537b2362559973fdc2028ec25652cfdbd2224db693d87da73de923f10
MD5 4a4d1045f5ad04a165d2003fdd61a4cc
BLAKE2b-256 d8bd7c32c6118ecdbddc70064b33a79f3f5bcde70a7c366f9d558a100a000178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapyuta_io_sdk_v2-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a6e09b2e198739755e31a10d49d85857cff14b3685f0827d63b5847d00c3f076
MD5 cd8e7a15eaf7668bcfe5a7bf7768bb33
BLAKE2b-256 11f6321cad7a5a70de3afa12af07db8907acda174185a34d9a3a079ae4a8bbf3

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