Skip to main content

A Python client for the Wistia data API

Project description

Wistia Python client

A Python client for the Wistia Data API

PyPI version

Installation

pip install wistiapy

You'll need to create an access token as documented.

Usage

from wistia import WistiaClient
wistia = WistiaClient(api_password='YOUR_API_PASSWORD')
projects = wistia.list_projects()

Alternatively, you can set your password in an environment variable, or, if using Django, in a setting called WISTIA_API_PASSWORD. Then use the factory function:

from wistia import get_wistia_client
wistia = get_wistia_client()

Dummy Client

Included is a mock version of the client for testing purposes. It will log any calls made to it, and attempts to respond in the same manner as the live service. Currently a work-in-progress. If using Django, including the setting WISTIA_CLIENT_CLASS = 'WistiaDummyClient' will make get_wistia_client provide a dummy client.

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

wistiapy-0.0.12.tar.gz (13.5 kB view details)

Uploaded Source

Built Distribution

wistiapy-0.0.12-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

Details for the file wistiapy-0.0.12.tar.gz.

File metadata

  • Download URL: wistiapy-0.0.12.tar.gz
  • Upload date:
  • Size: 13.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for wistiapy-0.0.12.tar.gz
Algorithm Hash digest
SHA256 fae5983e12e05684aacef2e184ea764b7187ef85238905abb1059d47139ec82f
MD5 fcd901f249e75a06b8746f72b64d6eb7
BLAKE2b-256 6663aa13d2724605499c258d4c4a5324a0d1b7ef0417dd422c36146e897dc7eb

See more details on using hashes here.

File details

Details for the file wistiapy-0.0.12-py3-none-any.whl.

File metadata

  • Download URL: wistiapy-0.0.12-py3-none-any.whl
  • Upload date:
  • Size: 16.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for wistiapy-0.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 caaaf45ac23bf9b76daddbc173fa9e858a6e17889501057de14e1ca884dd75f5
MD5 13d26fc1edaa1c3363a6e991482cbec5
BLAKE2b-256 a3eb78411bf02c0899e89bfd3889154bd0a247bc6c3993e156f67a7f954f0800

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