Skip to main content

Python client library for Staroid cloud platform

Project description

staroid-python

Staroid python client library

Install

pip install staroid

Quickstart

Initialize

from staroid import Staroid

# with no argument, it searches configuration ~/.staroid/config first and then try in-cluster configuration
strd = Staroid()

# alternatively, pass access token through the argument
strd = Staroid(access_token="<access token>", org="<org_name>")

Select cluster

cluster1 = strd.cluster("<cluster_name>")

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

staroid-0.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

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