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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for pyclickup-0.1.3.tar.gz
Algorithm Hash digest
SHA256 8cedff0a033ff5e0f3eb05c0d65abde39af6eff514e276a970f3b6ba654d6cc8
MD5 882b4953c8bf3e20260c7e44cb54d5c6
BLAKE2b-256 70525a23fa25b55d19bb510e8d76f26d1b9552a61a04b117eee0e0dd0154e679

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page