This is a python API for the taskwarrior command line tool.
Example
- ::
>>> from taskw import load_tasks >>> tasks = load_tasks() >>> tasks.keys() ['completed', 'pending'] >>> type(tasks['pending']) <type 'list'> >>> type(tasks['pending'][0]) <type 'dict'>
>>> from taskw import load_config >>> config = load_config() >>> config['data']['location'] '/home/threebean/.task' >>> config['_forcecolor'] 'yes'
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
taskw-0.1.tar.gz
(2.1 kB
view details)
File details
Details for the file taskw-0.1.tar.gz.
File metadata
- Download URL: taskw-0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2832b4fbd0d50611c6cba8e45d21146e80469bb2547056ecb82fd4b46189a0d8
|
|
| MD5 |
4aaa753ef0b90a01d9a3c1eada6d7a14
|
|
| BLAKE2b-256 |
46b8587af9c3fd557912eb261d9c197fb714a4f9c11c21b9ad1c91526100a3ed
|