Skip to main content

A Python library for the ClickUp API

Project description

A Python library for the ClickUp API

Quick start

Installation

# install clickup
pip install clickup

Basic Usage

from clickup.client import Client
click_client = Client(EMAIL, PASS, PERSONAL_API_KEY)
for team_id, team_name in click_client.teams.items():
    print(team_id, team_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

clickup-0.0.10.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

clickup-0.0.10-py3-none-any.whl (4.8 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