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_adgstudios_adgstudios.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
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
File details
Details for the file clockify-api-client-adgstudios-1.0.7.tar.gz
.
File metadata
- Download URL: clockify-api-client-adgstudios-1.0.7.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a6441e25fb38e1a2b185d5d41d9f8cf8cbefdcce2dd7aea574bd711494a4cbb |
|
MD5 | b211a81ed3f83b94a676c3dd88bd24c5 |
|
BLAKE2b-256 | 7dd2051056155c666b4d7e26171c84b1d692165b449f7af3f0ce581d99082f83 |
File details
Details for the file clockify_api_client_adgstudios-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: clockify_api_client_adgstudios-1.0.7-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4f081d67aa72f2ddf3380c0602b880212156dbdea7e5ff198bf9690bf9fdb90 |
|
MD5 | 3021033b81928deff6e6cafa18983b04 |
|
BLAKE2b-256 | 908e54b8e05ceb1291910a21125ef50b232a6cafcdb4b06af94bdf78342cdf2f |