summaryrefslogtreecommitdiffstats
path: root/python/taskw/README
blob: 2aa1f078a748fb6d7f850b8470921e019a79ad2f (plain)
1
2
3
4
5
6
7
8
9
his is a python API for the taskwarrior command line tool.
It contains two implementations: taskw.TaskWarriorShellout
and taskw.TaskWarriorDirect. The first implementation is the
supported one recommended by the upstream taskwarrior core project.

It uses the task export and task import commands to manipulate
the task database. The second implementation opens the task db
file itself and directly manipulates it. It exists for backwards
compatibility, but should only be used when necessary.