Metadata-Version: 2.1
Name: etopydo
Version: 0.0.1
Summary: A powerful todo.txt application for the console
Home-page: https://www.example.org
Author: Eddie
Author-email: eddie@example.org
License: UNKNOWN
Platform: UNKNOWN
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
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'

\This is just eddie dicking around with topydo.
I am very new to programming and make no garuntees of anything working.

