Metadata-Version: 2.1
Name: topydo
Version: 0.14
Summary: A powerful todo.txt application for the console
Home-page: https://github.com/topydo/topydo
Author: Bram Schoenmakers
Author-email: bram@topydo.org
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 :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
License-File: LICENSE.txt
License-File: AUTHORS.md
Requires-Dist: arrow >=0.7.0
Requires-Dist: backports.shutil-get-terminal-size >=1.0.0 ; python_version=="3.2"
Requires-Dist: colorama >=0.2.5 ; sys_platform=="win32"
Provides-Extra: columns
Requires-Dist: urwid >=1.3.0 ; extra == 'columns'
Requires-Dist: watchdog >=0.8.3 ; extra == 'columns'
Provides-Extra: ical
Requires-Dist: icalendar ; extra == 'ical'
Provides-Extra: prompt
Requires-Dist: prompt-toolkit >=0.53 ; extra == 'prompt'
Requires-Dist: watchdog >=0.8.3 ; extra == 'prompt'
Provides-Extra: test
Requires-Dist: coverage >=4.3 ; extra == 'test'
Requires-Dist: freezegun ; extra == 'test'
Requires-Dist: green ; extra == 'test'
Requires-Dist: icalendar ; extra == 'test'
Requires-Dist: pylint >=1.7.1 ; extra == 'test'
Requires-Dist: mock ; (python_version=="3.2") and extra == 'test'

topydo is a powerful and customizable todo.txt application for the console, inspired by the todo.txt CLI by Gina Trapani.

Highlights of the additional features it provides:

* Set due and start dates;
* Multiple UIs (CLI, prompt and a column-based TUI);
* Custom sorting;
* Manage 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)
