Python wrapper for Toggl API.
Project description
Toggl Python API
Toggl Python API
- Based on open Toggl API documentation: https://github.com/toggl/toggl_api_docs/blob/master/toggl_api.md
- Free software: MIT license
- Documentation: https://toggl-python.readthedocs.io.
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
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
toggl_python-0.2.7.tar.gz
(7.2 kB
view hashes)
Built Distribution
Close
Hashes for toggl_python-0.2.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e567b85a0be7bc777137e8bd64de984e603e35e9a384f90d29e46a8d984accfb |
|
MD5 | 27631069b9de35fa262f1aa070f63501 |
|
BLAKE2b-256 | 0d7a5df4bf1d3cfa31fda096b18d77595ffe9650dee0684535ee289442489124 |