Skip to main content

Python bindings for Tempo (https://tempo-io.github.io/tempo-api-docs/)

Project description

tempo-api-python-client

Python bindings for Tempo (https://tempo-io.github.io/tempo-api-docs/)

This is a Tempo API client library to simplify the interaction with Tempo timesheets.

Getting Started

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("2019-11-10", "2019-11-11")

for i in worklogs:
    print(i)

Changelog

  • 2019-12-17: Initial version with /worklogs, /work-attributes and /user-schedule
  • 2019-12-18: Updated client initialization, internal code reorganization

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.

Source Distribution

tempo-api-python-client-0.0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

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