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.1.tar.gz
(5.1 kB
view hashes)
Built Distribution
Close
Hashes for pyzenhub-0.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc1e0ec42456731e0fcf29c2bbce9a17d2cf6a165186859df2566b9e6184f7f8 |
|
MD5 | 9bece7629d5d4cd52c49c1369af7d480 |
|
BLAKE2b-256 | 4458777f196632be25c54ab578b2178db61dd518abf5908a07c5ac9a43bd0a1c |