todo.txt-pylib
is a Python 3 library to parse, manipulate, query and render
tasks in the todo.txt-format in a pythonic manner. It can easily be extended.
pip install todo.txt-pylib
from todotxt import Task
task = Task('do something')
There are more advanced examples in the documentation.
Clone the repo, setup and activate a virtual envrionment, then
./setup.py develop pip install requirements-dev.txt ./run-tests