Skip to content

ddkasa/toggl-api-wrapper

Repository files navigation

Python Toggl API Wrapper

PyPI - Version PyPI - Python Version GitHub Actions Workflow Status Codecov


Warning

Alpha Stage: Anything might change without notice at any moment.

Simple Python Toggl API wrapper for non-premium features primarily focused on creating a cached framework for developing custom commands.


Installation

Poetry

poetry add toggl-api-wrapper

Pip

pip install toggl-api-wrapper

Usage

  • Currently supports interacting with Trackers, Projects, Clients & Tags and some extras.
  • Designed to be rudimentary to allow simple development of custom commands.

Documentation

Development

See CONTRIBUTING.

License

MIT. Check LICENSE for more information.