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
Project description
Clockify
General Information
- Software:clockify
- Author:Paulo Sérgio dos Santos Júnior
- Author's e-mail:paulossjunior@gmail.com
- Source Repository: https://gitlab.com/integration_seon/libs/application/clockify
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
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 Distributions
Built Distribution
Hashes for clockifya-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 303b20ea0222f98a26c79a9d5a46b865d0eb4bfa9896bcde395fb835dacb7380 |
|
MD5 | 9139db8e1502667c2d557a5c208484fa |
|
BLAKE2b-256 | 8e68cf421ad7b386c7e21c25769d0704dfe23c82e92db9524bfbcb7e56e31b3c |