File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,12 @@ tasklib
1010tasklib is a Python library for interacting with taskwarrior _ databases, using
1111a queryset API similar to that of Django's ORM.
1212
13- Supports Python 3.5 and above, with taskwarrior 2.1.x and above.
14- Older versions of taskwarrior are untested and may not work.
15-
1613Requirements
1714------------
1815
16+ * Python 3.5 or above
1917* taskwarrior _ v2.1.x or above.
18+ Older versions of taskwarrior are untested and may not work.
2019
2120Installation
2221------------
@@ -32,7 +31,7 @@ tasklib has a similar API to that of Django's ORM::
3231
3332 >>> from tasklib import TaskWarrior
3433
35- >>> tw = TaskWarrior('/home/rob /.task')
34+ >>> tw = TaskWarrior('~ /.task')
3635 >>> tasks = tw.tasks.pending()
3736 >>> tasks
3837 ['Tidy the house', 'Learn German']
You can’t perform that action at this time.
0 commit comments