Skip to main content

Python client for Run:ai REST API

Project description

runapy

This project provides a Python client to interact with the Run:ai REST API.

The client offers:

  • A single classs interface to perform all API actions
  • Body scheme validation on compilation (with Pydantic)
  • Static type checks
  • Retry mechanism for resiliency on intermittent network errors
  • Debug messages flag

Requirements:

Note on token and permissions

When creating an application, it is important to select the relevant role and scope for the required API actions.
Some API calls may fail with 403 if the application token has no sufficient permissions.

Installation

runapy is avaialble in PyPi and can be downloaded directly as a python package

pip3 install runapy

Or you can clone the repo and run it with poetry:

git clone https://github.com/ofir-eldar1/runapy
poetry install
poetry run python3 main.py

Client

RunaiClient is the only class required to interact with the Run:ai REST API https://app.run.ai/api/docs

import runai

client = runai.RunaiClient(
            realm="myorgrealm",
            client_id="API"
            client_secret="clientsecret",
            runai_base_url="https://myorg.run.ai",
            cluster_id="513423qx-127t-4yk6-979g-5po843g37e2b",
            retries=3,
            debug=False
    )
Parameter Type Description
realm string Required: Can be obtained from the UI login screen at your Run:ai domain app.run.ai -> app.run.ai/auth/realms/
client_id string Required: The Run:ai application name
client_secret string Required: The Run:ai application password
runai_base_url string Required: The URL used to access Run:ai UI
retries int Required: Number of retries to attempt on each failed API call for 5xx errors
debug bool Optional: Debug mode output

Examples

See examples here

Warranty

This package is not maintained by the Run:ai product.

For any issues and requests, please open an issue, or contact the authors of this package.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

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

runapy-0.1.2.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

runapy-0.1.2-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file runapy-0.1.2.tar.gz.

File metadata

  • Download URL: runapy-0.1.2.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/23.5.0

File hashes

Hashes for runapy-0.1.2.tar.gz
Algorithm Hash digest
SHA256 8914163f629886952b2ccb5c2a83254eb5a577892ddab3af1ce7972a7ccc49a4
MD5 95c2d4568e426024a3c8a06ba226f4d6
BLAKE2b-256 eb7aae5b86a0ac22356f80ea6667eff2e65b85a32187cf69f27ca52912ea0719

See more details on using hashes here.

File details

Details for the file runapy-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: runapy-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/23.5.0

File hashes

Hashes for runapy-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8fe65279a2d53a6ca25165f34418fe392556123baac550b242734ba3c4422a68
MD5 a15b6118700a65d4b50323f61a1048a7
BLAKE2b-256 1325884512be9141f2a6f2ed4a0c41674c5c3c3b48da0515f2e745e6dd497ac0

See more details on using hashes here.

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