Skip to main content

Python Task Warrior library

Project description

https://travis-ci.org/robgolding63/tasklib.png?branch=develop https://coveralls.io/repos/robgolding63/tasklib/badge.png?branch=develop

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

Supports Python 3.5 and above, with taskwarrior 2.1.x and above. Older versions of taskwarrior are untested and may not work.

Requirements

Installation

Install via pip:

pip install tasklib

Usage

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

>>> from tasklib 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'>
>>> tasks[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-2.1.1.tar.gz (23.5 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: tasklib-2.1.1.tar.gz
  • Upload date:
  • Size: 23.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for tasklib-2.1.1.tar.gz
Algorithm Hash digest
SHA256 e2cfe5073b9d30c564e6c547fdb0f45eb66da5d4d138c20fb87d549315892f2c
MD5 4708eb603f4f502f680bbd4487b1ee68
BLAKE2b-256 e6049e054e28a109ae83bf6f52940e05d0a8dffd21b07f481e6e33894ef47dc2

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