Skip to main content

Python wrapper for Clockify's API.

Project description

GitHub Workflow Status Coverage Status Documentation Status

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


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)

Uploaded Source

Built Distribution

clockify_api-0.1.2-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

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

Hashes for clockify-api-0.1.2.tar.gz
Algorithm Hash digest
SHA256 b5612a5494c165b066315f23400fcb58767814d6d7c025306a57203fa42483fa
MD5 17452c1be76e373106ab3f7afa878380
BLAKE2b-256 3b3d6a158333abf805fdf3d36df4fab2b92c53ea1087690849ec53b86e2bfe9a

See more details on using hashes here.

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

Hashes for clockify_api-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 61b91adea757222c533ad01bc57f6b1ed20e851b8cfb7182252ec69083d679b6
MD5 250efd30eabaa08ff245bd5beedbacf2
BLAKE2b-256 2fb84e9a2833dd7d6907b5463fb6feba30a131f9d36764592d59a15f9ab4769f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page