Skip to main content

Python bindings to the Zenhub API

Project description

PyZenHub

Python bindings to the Zenhub API.

Project status

License PyPI Python Version PR Test codecov

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>)

To select the enterprise version use the enterprise parameter.

from zenhub import Zenhub

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

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

Documentation

See ZenHub official API 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.3.1.tar.gz (14.4 kB view details)

Uploaded Source

Built Distribution

pyzenhub-0.3.1-py2.py3-none-any.whl (17.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pyzenhub-0.3.1.tar.gz.

File metadata

  • Download URL: pyzenhub-0.3.1.tar.gz
  • Upload date:
  • Size: 14.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for pyzenhub-0.3.1.tar.gz
Algorithm Hash digest
SHA256 a6fab42c7a8c0dd3155f597a5d478af55fa503985fbb6d588bad0ccd06c35a29
MD5 271f0d910d87d50e50a0f4557ff638c4
BLAKE2b-256 8153b64b1990e79a77d4b7143643c97fa274c11480ba7828635fcd5f26d66cd0

See more details on using hashes here.

File details

Details for the file pyzenhub-0.3.1-py2.py3-none-any.whl.

File metadata

  • Download URL: pyzenhub-0.3.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for pyzenhub-0.3.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 036e20811ce1559e4a714e4bd7dee705183b824ced1c72ce962b3fd6ba8ef44b
MD5 8a109d05388f7894cc5660a89cc1c53b
BLAKE2b-256 f1a7eef4ebd47ce74606feb14e4380a9b0c1ad5b6142f5fab660c3f7aa08d68c

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