Metadata-Version: 2.0
Name: topydo
Version: 0.7
Summary: A command-line 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
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Utilities
Requires-Dist: six (>=1.9.0)
Requires-Dist: arrow (>=0.7.0)
Requires-Dist: backports.shutil-get-terminal-size (>=1.0.0)
Requires-Dist: ushlex
Provides-Extra: ical
Requires-Dist: icalendar; extra == 'ical'
Provides-Extra: prompt-toolkit
Requires-Dist: prompt-toolkit (>=0.53); extra == 'prompt-toolkit'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: freezegun; extra == 'test'
Requires-Dist: green; extra == 'test'
Provides-Extra: test
Requires-Dist: pylint; python_version!="3.2" and extra == 'test'
Provides-Extra: test
Requires-Dist: mock; python_version=="2.7" and extra == 'test'

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)


