Skip to main content

Official Taskwarrior library for Python

Project description

https://travis-ci.org/robgolding/tasklib.png?branch=develop https://coveralls.io/repos/robgolding/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.

Requirements

Older versions of taskwarrior are untested and may not work.

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('~/.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.4.3.tar.gz (23.8 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: tasklib-2.4.3.tar.gz
  • Upload date:
  • Size: 23.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.7

File hashes

Hashes for tasklib-2.4.3.tar.gz
Algorithm Hash digest
SHA256 b523bc12893d26c8173a6b8d84b16259c9a9c5acaaf8932bc018117f907b3bc5
MD5 e8ed0fb4b97b5c65c817270b743eb3f1
BLAKE2b-256 bdcd419a4a0db43d579b1d883ad081cf321feb97ba2afe78d875a9a148b75331

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