Skip to main content

A lib to access the Clockify API

Project description

Goal

It is reponsible for sending command to Clockify API.

This lib was build based on API documentation da ferramenta.

Installation

To install clockify, run this command in your terminal:

pip install clockify

Usage

To use clockify in a Python project:

from clockify.clockify import Clockify
from pprint import pprint 
clockify_server = Clockify("secretkey")
workspaces = clockify_server.get_all_workspaces()

for workspace in workspaces:
    pprint (workspace)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

clockify-1.0.17-py3-none-any.whl (2.9 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