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

Uploaded Source

File details

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

File metadata

  • Download URL: pyclickup-0.1.2.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for pyclickup-0.1.2.tar.gz
Algorithm Hash digest
SHA256 18f2c3213cc130136881306adc0a3e876ff340b839f5a5d778ac901fcd9170dd
MD5 032f73738584c4266ad413f14839ce63
BLAKE2b-256 74de4b6f959d1af32a48e21791bea5e75d65866f757a5d41b1cdea892b2e4e44

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