Skip to main content

zype-python 0.2.0

A simple wrapper around Zype API inspired by SoundCloud API client.

Installation

Run:

pip install zype

To use:

from zype import Zype
client = Zype(api_key="<YOUR API KEY>")

Examples

To get all videos available on your account, you can do:

from zype import Zype
client = Zype(api_key="<YOUR API KEY>")
videos = client.get('videos')
if videos is not None:
    for v in videos:
        print v.title

Release history Release notifications | RSS feed

This release

0.2.0 This release

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page