A wrapper for the ClickUp API to expedite automations
Project description
================ ta-bitwarden-cli
Thoughtful Automation BitWarden CLI installation package
Installation
For correct work please use python virtualenv approach! Also use --no-cache-dir option. Otherwise it would cache package wheel and wont download bw CLI binary anymore
python3 -m virtualenv venv
source venv/bin/activate
pip install --no-cache-dir ta-bitwarden-cli
Code above will additionally install bw CLI binary to a first available folder in the $PATH
Example Usage
import os
from ta_clickup import ClickUp
credentials = {
'login': os.getenv("CLICKUP_LOGIN"),
'password': os.getenv("CLICKUP_PASSWORD"),
'API Key': os.getenv("CLICKUP_API_KEY")
}
clickup = ClickUp(credentials)
Development
Prepare local dev env
python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
Project details
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
ta_clickup-0.0.3.tar.gz
(4.8 kB
view details)
File details
Details for the file ta_clickup-0.0.3.tar.gz
.
File metadata
- Download URL: ta_clickup-0.0.3.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43955a22be17b68a701295cb4d9bcba1b65cdca9b6e24d0aabe68fa1408017bd |
|
MD5 | 18dc4c0ee0e8af457e71228b60842cd0 |
|
BLAKE2b-256 | 13dfa0122f352f8f340a23f4e8311214075b1c814369f065216e0ab4fdbf0ea2 |