Skip to main content

Python wraper for Toggl API.

Project description

Toggl Python API

https://pypi.python.org/pypi/toggl_python https://travis-ci.com/evrone/toggl_python https://toggl-python.readthedocs.io/en/latest/?badge=latest https://pyup.io/repos/github/evrone/toggl_python/

Toggl Python API

Installation

pip install toggl-python or use poetry poetry add toggl-python

Features

  • Get TimeEntries.
from toggl_python import TokenAuth, TimeEntries

if __name__ == "__main__":
    auth = TokenAuth('AUTH_TOKEN')
    print(TimeEntries(auth=auth).list())
  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

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

toggl_python-0.2.2.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

toggl_python-0.2.2-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

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