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

Uploaded Source

Built Distribution

wistiapy-0.0.13-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: wistiapy-0.0.13.tar.gz
  • Upload date:
  • Size: 13.6 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.13.tar.gz
Algorithm Hash digest
SHA256 b7aea54e64448d7aaf171c507e48e6908bd78262109140df7608f4d2cee60856
MD5 1e621c7cfe26ae2bfecb9ea85a242e8c
BLAKE2b-256 73df12660ae1af63c58c3a47154719afc6d63771a5094bf9ba816d23fed3b5d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wistiapy-0.0.13-py3-none-any.whl
  • Upload date:
  • Size: 16.4 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.13-py3-none-any.whl
Algorithm Hash digest
SHA256 497e9c83e2a4aa7ad6a50b926a7657e28fa334f688763a73255121218ab6396e
MD5 24de180cd575873efec166434b57669d
BLAKE2b-256 fbf4541ce69b6ba0b72b3a4b2caebb513ac08f7c07bc8775bbab4ee70ac4a4a6

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