Skip to main content

Acho Python SDK

Project description

README

This package will serve as the programmatic interface between Acho and your python scripts

Features

  • Get data from Acho Project view
  • Connect to an Acho Published App instance's eventing system
  • Manage Media Assets on Acho

Installing

Package Manager

$ pip install acho-sdk
from acho import Project

Example with Project Endpoints

Initializing the Acho Client

project = Project()

The SDK will use the environment variables from your system

ACHO_PYTHON_SDK_TOKEN: The Acho develoepr API token

  • If you are a current subscriber, retrieve it from your profile page
  • If you want to try out the SDK without an active subscription, please contact us

ACHO_PYTHON_SDK_BASE_URL: The service backend you are connecting to

  • Default to https://kube.acho.io
  • This setting is irrelevant unless you subscribe to on-premise or dedicated server

If you prefer convenience in testing, you could also initialize the instance by passing in the variables in constructor

project = Project(token=token, base_url=host)

Note: It is not recommended to expose your API token in the code base, especially on production
If you suspect your token might be leaked, you can invalidate the token in your profile page, or report to contact@acho.io


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

acho_sdk-0.3.4.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

acho_sdk-0.3.4-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file acho_sdk-0.3.4.tar.gz.

File metadata

  • Download URL: acho_sdk-0.3.4.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.12

File hashes

Hashes for acho_sdk-0.3.4.tar.gz
Algorithm Hash digest
SHA256 4a6f2a5009212a2f1cc23397780c871592f463f1a0732a9eac49a529a1ac46c0
MD5 06422cde568e68da2da2e93bae3ce1a8
BLAKE2b-256 1665d5ece119754705f5cfe5b3e6a6b79ba633ed8910d56dc4c38dd967499e6d

See more details on using hashes here.

File details

Details for the file acho_sdk-0.3.4-py3-none-any.whl.

File metadata

  • Download URL: acho_sdk-0.3.4-py3-none-any.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.12

File hashes

Hashes for acho_sdk-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6ccf795728da22a1d6cac6080c6966645e3cbff685a307d05645e950c7810043
MD5 9cb984ddfd7be1eda316bd286be8c170
BLAKE2b-256 7a83b49a60f5b0180c69f55085e11deda47152fe7784ccd935e19ae9175eef8b

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