Simple python API client for clockify. Inspired by https://pypi.org/project/clockify/library.
Project description
Clockify API Client
Simple API client for Clockify.
Simple Python API client for Clockify. Clockify API reference
- Base endpoints
- Client
- Project
- Task
- Time Entry
- User
- Workspace
- Reports Endpoints
- Reports
- Shared reports
1. Installation
Add package to your project:
pipenv install clockify-api-client
2. Usage
from clockify_api_client.client import ClockifyAPIClient
API_KEY = 'yourclockifyAPIkey'
API_URL = 'api.clockify.me/v1'
client = ClockifyAPIClient().build(API_KEY, API_URL)
workspaces = client.workspaces.get_workspaces() # Returns list of workspaces.
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
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-client-0.1.0.tar.gz.
File metadata
- Download URL: clockify-api-client-0.1.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd01c625275c5905ab77af916f58c1f7b0a1eeb20907061a68e176331ad62ffd
|
|
| MD5 |
b509dbc6ea6bcdc6e8f21f9fb517ff93
|
|
| BLAKE2b-256 |
8a17c0cda86ecdb21defe1d6b585366b9582c2b24cdb9d1b4b3522b6526caeb4
|
File details
Details for the file clockify_api_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: clockify_api_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6efdca799a38f8eb5b7da18319602631c25bc6c04616e0cc68aacca9f5bf4ab3
|
|
| MD5 |
0b6e0b4b0439d4bd644623d33cc0b3d1
|
|
| BLAKE2b-256 |
b27a96eae2fa8f9c2e13d4c54419f3b354ddcb1c31e05f343b256c7947123572
|