Skip to main content

This is a python API for the taskwarrior command line tool.

Getting taskw

Installing

Using taskw requires that you first install taskwarrior.

Installing it from http://pypi.python.org/pypi/taskw is easy with pip:

$ pip install taskw

The Source

You can find the source on github at http://github.com/ralphbean/taskw

Examples

Looking at tasks

>>> from taskw import load_tasks
>>> tasks = load_tasks()
>>> tasks.keys()
['completed', 'pending']
>>> type(tasks['pending'])
<type 'list'>
>>> type(tasks['pending'][0])
<type 'dict'>

Adding tasks

>>> from taskw import task_add
>>> task_add("Eat food")
>>> task_add("Take a nap", priority="H", project="life")

Completing tasks

>>> from taskw import task_done
>>> task_done(46)

Looking at the config

>>> 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.3.tar.gz (16.0 kB view details)

Uploaded Source

File details

Details for the file taskw-0.1.3.tar.gz.

File metadata

  • Download URL: taskw-0.1.3.tar.gz
  • Upload date:
  • Size: 16.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for taskw-0.1.3.tar.gz
Algorithm Hash digest
SHA256 704ec45cf129df7afae6acecbdd99eb0c2d14221052a482f98ef0b19fefd56c2
MD5 24f8d297cd10314fd0faf0dc1c841c62
BLAKE2b-256 cb67c360d8cad92becc675c76c71a3993833f742cd6a3e53126a7679bb45df2c

See more details on using hashes here.

Supported by

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