A Python library for the ClickUp API
Project description
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)
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
clickup-0.0.10.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clickup-0.0.10.tar.gz.
File metadata
- Download URL: clickup-0.0.10.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69791a491b49be10f90e347f128c68e7fdcc839f553538c221158622bdbe1ef7
|
|
| MD5 |
770942064c2a9b6c09bd9a707da6d9d6
|
|
| BLAKE2b-256 |
0c19efb7fdf50c65cfe1d0c2d8c138e337a5d6261e64d8f14494e0e772df77bf
|
File details
Details for the file clickup-0.0.10-py3-none-any.whl.
File metadata
- Download URL: clickup-0.0.10-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f403cc869b7b118160cc717b63ce12877d6f6c4409cf5f6c220d165f465b3779
|
|
| MD5 |
c494aa58c625eeacdc2212bcb4ebfbff
|
|
| BLAKE2b-256 |
d37b92faea77355802c495a65f42c45a6e61f56e56570e78f4ee31bced4f716b
|