Welcome to togglwrapper’s documentation!

Release v 2.0.0. (Installation)

togglwrapper is a Python library to easily talk to Toggl’s Track API. Toggl Track is a free time tracking tool.

Works in Python 2.7+ and Python 3+.

Please see Toggl’s Track API Documentation for information about which keys and values to send for the data dict used during creating and updating.

Features

  • Handles authentication for you: only need to provide your API token once

  • The most complete Python wrapper: implements all of v8 API.

  • Convenient install from PyPI

  • Easy to make requests to custom URLs

  • Python2 and Python3 compatible

  • Uses requests for seamless HTTP requests

Guides

API Documentation

Reference