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
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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file clockify-3.0.0-py3-none-any.whl
.
File metadata
- Download URL: clockify-3.0.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed80a91a354d96f129df188eab1aab00668027a2433d1186e3fe516d64b74182 |
|
MD5 | 051b9d165ed71f069dd55c98629d4cc6 |
|
BLAKE2b-256 | f8f0a3c7889c2f4152d458bd2549613a63498695df75c418028ed7da9a21ebe3 |