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

Uploaded Source

File details

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

File metadata

  • Download URL: pyclickup-0.0.8.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.3

File hashes

Hashes for pyclickup-0.0.8.tar.gz
Algorithm Hash digest
SHA256 a7b635ed752f31eac5a918c1fb76dfb6fdcf5f28bc92070d8aa6c7099d377676
MD5 4f5859b87cef7f3c916942052fedf5c0
BLAKE2b-256 06f97ac53e2b1f94b2cd96703a0d01ea7e17a663f5dc507d2e1c7d24e0822b29

See more details on using hashes here.

Provenance

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