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.5.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: acho_sdk-0.3.5.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.5.tar.gz
Algorithm Hash digest
SHA256 552a791ad4ce3aca0c2fc2a8032ea5b19ff156aedc860c33c8fe2d94a6878979
MD5 ceb2b22be971b2edcb2cfb2b17bbed56
BLAKE2b-256 a176ba57d1c1e88e25df6158997198e30146132163766361e466de78feb5ff82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: acho_sdk-0.3.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0f0868b85168b04baac16bb4550d52a439f9d74c255c98dcb35123d485defd6d
MD5 a1cec6ad54ed719cfc50e93860d08406
BLAKE2b-256 acb93e6a9334c6f60b895f3df8f52c7bdeafbd5f0fbd33ea5bec77c0d5cd449e

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