Clockify
General Information
Goal
Clockify is the only truly free time tracker and timesheet app for teams of all sizes. Unlike all the other time trackers, Clockify is available for an unlimited numbers of users for free
Documentation
The Documentation can be found in this link
Generate documentation
To create the code documentation:
pdoc --html --force clockify/ --output docs
Acess code documentation
To accesss the documenation, go to folder docs/clockify and open index.html
Instalation
To install clockify, run this command in your terminal:
pip install clockify
Usage
from clockify import factories
from pprint import pprint
api_key = "<personal _token>"
workspace_services = factories.WorkspaceFactory(api_key=api_key)
worspaces = workspace_services.get_all_workspaces()
for workspace in worspaces:
pprint (workspace)
Copyright
This lib was PowerRight by SEON Application Lib Generator