Skip to main content

Python bindings to the Zenhub API

Project description

PyZenHub

Python bindings to the Zenhub API

Usage

from zenhub import Zenhub

zh = Zenhub(<zenhub_token>)
zh.get_epics(<repo_id>)

For enterprise installs:

from zenhub import Zenhub

zh = Zenhub(<zenhub_token>, base_url=<enterprise-api-endpoint>)
zh.get_epics(<repo_id>)

Documentation

See ZenHub official API docmuentation.

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

pyzenhub-0.2.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

pyzenhub-0.2.1-py2.py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 2 Python 3

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