ClickUp Python Library
A Python library for the ClickUp API
Quick start
Installation
# install clickup
pip install clickup
Basic Usage
from clickup.client import Client
click_client = Client(EMAIL, PASS, PERSONAL_API_KEY)
for team_id, team_name in click_client.teams.items():
print(team_id, team_name)
Release files for clickup 0.0.10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| clickup-0.0.10.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| clickup-0.0.10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.4 kB
Release files / clickup-0.0.10.tar.gz
| Download URL | clickup-0.0.10.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
69791a491b49be10f90e347f128c68e7fdcc839f553538c221158622bdbe1ef7
|
|
BLAKE2b-256 checksum How to use checksums |
0c19efb7fdf50c65cfe1d0c2d8c138e337a5d6261e64d8f14494e0e772df77bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.0
|
Release files / clickup-0.0.10-py3-none-any.whl
| Download URL | clickup-0.0.10-py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f403cc869b7b118160cc717b63ce12877d6f6c4409cf5f6c220d165f465b3779
|
|
BLAKE2b-256 checksum How to use checksums |
d37b92faea77355802c495a65f42c45a6e61f56e56570e78f4ee31bced4f716b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.0
|