pyclickup 0.1.4
pip install pyclickup==0.1.4
Latest version
Released:
A python wrapper for the ClickUp API
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: LICENSE
- Author: Jacobi Petrucciani
- Tags clickup, python
Classifiers
- Programming Language
Project description
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: LICENSE
- Author: Jacobi Petrucciani
- Tags clickup, python
Classifiers
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyclickup-0.1.4.tar.gz
.
File metadata
- Download URL: pyclickup-0.1.4.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ceb7121363d4b2db4bd4641dafaccdc742d7027ef8df5254caf2de2d434584d |
|
MD5 | 2b788bd8570d327f7e272522b1fd947c |
|
BLAKE2b-256 | 82e369d23b235aadd6a16490c1ea03ed59dd087a70ff3c649cd99e1376a6ed35 |