Skip to main content

Python Task Warrior library

Project description

https://travis-ci.org/robgolding63/tasklib.png

tasklib is a Python library for interacting with taskwarrior databases, using a queryset API similar to that of Django’s ORM.

Supports Python 2.6, 2.7, 3.2 and 3.3 with taskwarrior 2.2.0 or 2.3.0 beta2. Older versions of taskwarrior are untested and probably won’t work.

Requirements

Installation

Install via pip:

pip install tasklib

Usage

tasklib has a similar API to that of Django’s ORM:

>>> from tasklib.task import TaskWarrior

>>> tw = TaskWarrior('/home/rob/.task')
>>> tasks = tw.tasks.pending()
>>> tasks
['Tidy the house', 'Learn German']
>>> tasks.filter(tags__contain='chores')
['Tidy the house']
>>> type(tasks[0])
<class 'tasklib.task.Task'>
>>> task[0].done()
>>> tasks = tw.tasks.pending()
>>> tasks
['Learn German']
>>> tasks[0]['tags'] = ['languages']
>>> tasks[0].save()

For more advanced usage, see the documentation.

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

tasklib-0.2.tar.gz (5.1 kB view details)

Uploaded Source

File details

Details for the file tasklib-0.2.tar.gz.

File metadata

  • Download URL: tasklib-0.2.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tasklib-0.2.tar.gz
Algorithm Hash digest
SHA256 51216dec59d7d3cc46ab294c0a4639e199d45a12a0848524582c3ceee54019a1
MD5 3f977a292923e2a98549749046785e71
BLAKE2b-256 08121098a18ee794a7896034b35c165660379e85588de9185b117a6deb225add

See more details on using hashes here.

Supported by

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