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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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