MANIFEST.in
README.md
setup.cfg
setup.py
todone/__init__.py
todone/__main__.py
todone/application.py
todone/config.py
todone/printers.py
todone.egg-info/PKG-INFO
todone.egg-info/SOURCES.txt
todone.egg-info/dependency_links.txt
todone.egg-info/entry_points.txt
todone.egg-info/not-zip-safe
todone.egg-info/requires.txt
todone.egg-info/top_level.txt
todone/backends/__init__.py
todone/backends/db.py
todone/backends/flat.py
todone/backends/tests/__init__.py
todone/backends/tests/test_db.py
todone/backends/tests/test_flat.py
todone/commands/__init__.py
todone/commands/constants.py
todone/commands/dispatch.py
todone/commands/folder.py
todone/commands/help.py
todone/commands/list.py
todone/commands/move.py
todone/commands/new.py
todone/commands/setup.py
todone/commands/tests/__init__.py
todone/commands/tests/test_dispatch.py
todone/commands/tests/test_folder.py
todone/commands/tests/test_help.py
todone/commands/tests/test_list.py
todone/commands/tests/test_move.py
todone/commands/tests/test_new.py
todone/commands/tests/test_setup.py
todone/parser/__init__.py
todone/parser/exceptions.py
todone/parser/factory.py
todone/parser/format.py
todone/parser/match.py
todone/parser/textparser.py
todone/parser/tests/__init__.py
todone/parser/tests/test_factory.py
todone/parser/tests/test_format.py
todone/parser/tests/test_match.py
todone/parser/tests/test_textparser.py
todone/tests/__init__.py
todone/tests/base.py
todone/tests/test_application.py
todone/tests/test_config.py
todone/tests/test_db_backend.py