MANIFEST.in
README.rst
setup.cfg
setup.py
todotxt_machine/__init__.py
todotxt_machine/cli.py
todotxt_machine/colorscheme.py
todotxt_machine/terminal_operations.py
todotxt_machine/todo.py
todotxt_machine/urwid_ui.py
todotxt_machine.egg-info/PKG-INFO
todotxt_machine.egg-info/SOURCES.txt
todotxt_machine.egg-info/dependency_links.txt
todotxt_machine.egg-info/entry_points.txt
todotxt_machine.egg-info/requires.txt
todotxt_machine.egg-info/top_level.txt
todotxt_machine/colors/base16-dark
todotxt_machine/colors/base16-dark-256
todotxt_machine/colors/base16-light
todotxt_machine/colors/base16-light-256
todotxt_machine/colors/default
todotxt_machine/colors/solarized-dark
todotxt_machine/colors/solarized-light
todotxt_machine/test/__init__.py
todotxt_machine/test/terminal_operations_test.py
todotxt_machine/test/todo_test.py