Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
51 lines (31 loc) · 1.05 KB

README.rst

File metadata and controls

51 lines (31 loc) · 1.05 KB

todo.txt-pylib

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.

Installation

pip install todo.txt-pylib

Usage

from todotxt import Task
task = Task('do something')

There are more advanced examples in the documentation.

Hacking

Clone the repo, setup and activate a virtual envrionment, then

./setup.py develop
pip install requirements-dev.txt
./run-tests

Resources