Skip to main content

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


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 hashes)

Uploaded Source

Supported by

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