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
Release files for clockifya 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| clockifya-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / clockifya-0.0.2-py3-none-any.whl
| Download URL | clockifya-0.0.2-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f14f9d4422915c8d2c95e8c4a5e702a5e36042e7741244f1f9840ea64d269917
|
|
BLAKE2b-256 checksum How to use checksums |
63c002ded79c367adcd5a94d7867d569d42f824457b709eb7ec196c3a534d795
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.12
|