lib for easy access to pivotal tracker's APIv5
Project description
Pyvotal
Python 3 lib for easy access to pivotal tracker's APIv5
Installation
Install using pip
python3 -m pip install pyvotal5
Example
List all epics in all projects
from pyvotal5.pyvotal import set_token, Project
set_token('yOuRsEcReTtOk3n')
for p in Project.fetch_all():
for e in p.epics():
print(e.name)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyvotal5-0.0.2.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyvotal5-0.0.2.tar.gz.
File metadata
- Download URL: pyvotal5-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.3.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a78cf3a68b2acda41814775503f1083a4da96cc0a1de65f3eb3e27f3fd83fae7
|
|
| MD5 |
8a11cdb8d71f890bb59986f65b96d462
|
|
| BLAKE2b-256 |
9d8cd1f9fc93f585fb74ba3000f04da345119f411574eff65a9d91b52aa7ade9
|
File details
Details for the file pyvotal5-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pyvotal5-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.3.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a00b71acc320abc29a31a44b7a1d050cefa25258cfc6fc991c1f82a1dc07408d
|
|
| MD5 |
c448c969e71405b9e3b5668fcf9cefe2
|
|
| BLAKE2b-256 |
f3e082c3f998ad039af5e7b159271143e36ed0dacecb5bc3061c69e921c64a98
|