Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
/ todo.txt-pylib Public archive

An easy to extend Python 3 library to parse, manipulate, query and render tasks in the todo.txt-format in a pythonic manner.

License

Notifications You must be signed in to change notification settings

funkyfuture/todo.txt-pylib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An easy to extend Python 3 library to parse, manipulate, query and render tasks in the todo.txt-format in a pythonic manner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published