Skip to main content

A python wrapper for the ClickUp API

Project description

PyPI version Build Status Coverage Status Code style: black Documentation Status

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.1.4.tar.gz (9.5 kB view details)

Uploaded Source

File details

Details for the file pyclickup-0.1.4.tar.gz.

File metadata

  • Download URL: pyclickup-0.1.4.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.1

File hashes

Hashes for pyclickup-0.1.4.tar.gz
Algorithm Hash digest
SHA256 1ceb7121363d4b2db4bd4641dafaccdc742d7027ef8df5254caf2de2d434584d
MD5 2b788bd8570d327f7e272522b1fd947c
BLAKE2b-256 82e369d23b235aadd6a16490c1ea03ed59dd087a70ff3c649cd99e1376a6ed35

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