CLI for asana.
Project description
Python wrapper for asana. Requires Python 3.6+.
Install
pip3 install --upgrade asana-cli
CLI
$ asana Usage: asana [OPTIONS] COMMAND [ARGS]... Examples: asana list workspaces asana list projects --workspace="Personal Projects" asana list tasks --workspace="Personal Projects" --project="Test" asana list sections --workspace="Personal Projects" --project="Test" asana list tasks --workspace="Personal Projects" --project="Test" --section="Column 1" asana delete tasks --workspace="Personal Projects" --project="Test" --section="Column 1" asana mark tasks --workspace="Personal Projects" --project="Test" --section="Column 1" --completed asana mark tasks --workspace="Personal Projects" --project="Test" --section="Column 1" --not-completed asana move tasks --workspace="Personal Projects" --from-project="Test" --from-section="Column 1" --to-section="Column 2" Options: --help Show this message and exit. Commands: delete list mark move
Usage
Most command outputs line json and works well with the jq command line tool.
Examples:
Create csv of tasks within a project where the columns are id, name, section.
$ asana list tasks --workspace="Personal Projects" --project="Test" | jq -r '[.id,.name,.memberships[].section.name] | @csv' > tasks.csv
Development
Setup
make install
Test
make test
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
asana-cli-0.0.3.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file asana-cli-0.0.3.tar.gz
.
File metadata
- Download URL: asana-cli-0.0.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d45f7e66147348feb99c45b45990596e6404c48ea8f0a18b6a743d8ec900a1f8 |
|
MD5 | 311fa7bab961abaeb77669d1134d830f |
|
BLAKE2b-256 | eb7d5e5e430f130ec990de2763e0f0d1137327270af68ea34d5e309075ba2789 |
File details
Details for the file asana_cli-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: asana_cli-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa28393f3d7db316710db352625206795894efbae64c2f086f5818a03e9ba2fe |
|
MD5 | cfdac0d8935171e9cc70fa71b0b1f993 |
|
BLAKE2b-256 | 50581074867c2cd1c9d7145a1d2b1de0b4a5122d29d6e26e3996f9ab37b8d458 |