Python wrapper for Clockify's API.
Project description
Clockify
Documentation
Installation
# Pip
pip install clockify-api
# Poetry
poetry add clockify-api
Example Usage
from clockify.session import ClockifySession
KEY = "YOUR_API KEY"
WORKSPACE = "YOUR WORKSPACE ID"
clockify_session = ClockifySession(KEY)
projects = clockify_session.project.get_projects(WORKSPACE)
for project in projects:
print(f"Project {project.name}, Client: {project.client_name}")
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 Distribution
clockify-api-0.1.2.tar.gz
(8.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clockify-api-0.1.2.tar.gz.
File metadata
- Download URL: clockify-api-0.1.2.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.12 Darwin/20.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5612a5494c165b066315f23400fcb58767814d6d7c025306a57203fa42483fa
|
|
| MD5 |
17452c1be76e373106ab3f7afa878380
|
|
| BLAKE2b-256 |
3b3d6a158333abf805fdf3d36df4fab2b92c53ea1087690849ec53b86e2bfe9a
|
File details
Details for the file clockify_api-0.1.2-py3-none-any.whl.
File metadata
- Download URL: clockify_api-0.1.2-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.12 Darwin/20.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61b91adea757222c533ad01bc57f6b1ed20e851b8cfb7182252ec69083d679b6
|
|
| MD5 |
250efd30eabaa08ff245bd5beedbacf2
|
|
| BLAKE2b-256 |
2fb84e9a2833dd7d6907b5463fb6feba30a131f9d36764592d59a15f9ab4769f
|