Python bindings for Tempo (https://tempo-io.github.io/tempo-api-docs/)
Project description
tempo-api-python-client
Python bindings for Tempo Rest API.
This is a Tempo API client library to simplify the interaction with Tempo timesheets.
Pip release is available: https://pypi.org/project/tempo-api-python-client/
Tempo Rest API documentation can be found at https://tempo.io/doc/timesheets/api/rest/latest/
Installation
Install current reelase by pip
pip install tempo-api-python-client
Getting Started
You need an API token for communicating with tempo REST APIs.
from tempoapiclient import client
tempo = client.Tempo(
auth_token="<your_tempo_api_key>",
base_url="https://api.tempo.io/core/3")
worklogs = tempo.get_worklogs(
dateFrom="2019-11-10",
dateTo="2019-11-11"
)
for i in worklogs:
print(i)
There are also functions to retrieve user
and team
-specific worklogs.
Contributing
Contribution is welcome. See CONTRIBUTING.md for more details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size tempo_api_python_client-0.4.0-py3-none-any.whl (10.6 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size tempo-api-python-client-0.4.0.tar.gz (5.3 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for tempo_api_python_client-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89def04465ab356f73bba33b401c522c0e52a76103558e916a2ee84722201f17 |
|
MD5 | dbfb684b96cb3e17b5854e4f69da470c |
|
BLAKE2-256 | 64640c667a43e0672a962f8d47c156049564694b2e102f0c79af91ee8b67b258 |
Close
Hashes for tempo-api-python-client-0.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47558f5b6b33f3c2eb8f6cfaf115d0096db375c4f46d2a4877bcfe1d158fa9d2 |
|
MD5 | 378f3304a7fa9b789534b0161ad9a83d |
|
BLAKE2-256 | 580d7f8df133e02f4683f88c2792eeb63e675aa4318d0051323ebded0875fe87 |