Skip to main content

A python wrapper for the ClickUp API

Project description

PyPI version Build Status Coverage Status Code style: black

A python wrapper for the ClickUp API

Quick start

Installation

# install pyclickup
pip install pyclickup

Basic Usage

from pyclickup import ClickUp


clickup = ClickUp('$ACCESS_TOKEN')

main_team = clickup.teams[0]
main_space = main_team.spaces[0]
members = main_space.members

main_project = main_space.projects[0]
main_list = main_project.lists[0]

tasks = main_list.get_all_tasks(include_closed=True)

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

pyclickup-0.0.5.tar.gz (6.7 kB view hashes)

Uploaded Source

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