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
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.0.tar.gz
(5.1 kB
view hashes)
Built Distribution
Close
Hashes for pyzenhub-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b086e2e7eea874f5275ba84e1e325675bc175e0a0b4682a02af53ffcf005c31 |
|
MD5 | 84d70d75f3a5cb9d7b2f770a2ff307e0 |
|
BLAKE2b-256 | 92c4b714dc3f81bcb8077b5d77ec2875675810349c18bf9e7603825b48405b09 |