Metadata-Version: 1.1
Name: topydo
Version: 0.1
Summary: A todo list application using the todo.txt format.
Home-page: https://github.com/bram85/topydo
Author: Bram Schoenmakers
Author-email: me@bramschoenmakers.nl
License: UNKNOWN
Description: topydo is a todo list application using the todo.txt format. It is heavily inspired by the todo.txt CLI by Gina Trapani. This tool is actually a merge between the todo.txt CLI and a number of extensions that I wrote on top of the CLI. These extensions are:
        
        * Set due and start dates;
        * Custom sorting;
        * Dealing with tags;
        * Maintain dependencies between todo items;
        * Allow todos to recur;
        * Some conveniences when adding new items (e.g. adding creation date and use relative dates)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Utilities
