Python wraper 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.2.tar.gz
(5.8 kB
view hashes)
Built Distribution
Close
Hashes for toggl_python-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4ec6bf3e8e147c78483dc199e0937dff513624e780599d010bd7265b093c648 |
|
MD5 | 282e14db1ce4065d810d21a7e0cac152 |
|
BLAKE2b-256 | ff0cad92b1e2b5131aad04f04b157710047db466515999c2c930b04023931c52 |