LICENSE
MANIFEST.in
Readme.md
changelog.md
requirements.txt
setup.cfg
setup.py
update.md
src/tko/__init__.py
src/tko/__main__.py
src/tko/actions.py
src/tko/cdiff.py
src/tko/down.py
src/tko/execution.py
src/tko.egg-info/PKG-INFO
src/tko.egg-info/SOURCES.txt
src/tko.egg-info/dependency_links.txt
src/tko.egg-info/entry_points.txt
src/tko.egg-info/requires.txt
src/tko.egg-info/top_level.txt
src/tko/game/__init__.py
src/tko/game/cluster.py
src/tko/game/game.py
src/tko/game/graph.py
src/tko/game/quest.py
src/tko/game/task.py
src/tko/game/xp.py
src/tko/play/__init__.py
src/tko/play/flags.py
src/tko/play/floating.py
src/tko/play/floating_manager.py
src/tko/play/fmt.py
src/tko/play/frame.py
src/tko/play/gui.py
src/tko/play/images.py
src/tko/play/opener.py
src/tko/play/play.py
src/tko/play/quit_msgs.py
src/tko/play/style.py
src/tko/play/tasktree.py
src/tko/run/__init__.py
src/tko/run/basic.py
src/tko/run/diff.py
src/tko/run/label_factory.py
src/tko/run/loader.py
src/tko/run/param.py
src/tko/run/report.py
src/tko/run/solver.py
src/tko/run/unit.py
src/tko/run/wdir.py
src/tko/run/writer.py
src/tko/settings/__init__.py
src/tko/settings/geral_settings.py
src/tko/settings/rep_settings.py
src/tko/settings/settings.py
src/tko/settings/settings_parser.py
src/tko/util/__init__.py
src/tko/util/freerun.py
src/tko/util/guide.py
src/tko/util/pattern.py
src/tko/util/remote.py
src/tko/util/runner.py
src/tko/util/sentence.py
src/tko/util/symbols.py
src/tko/util/term_color.py
tests/test_cio.py
tests/test_diff.py
tests/test_failures.py
tests/test_ftext.py
tests/test_list.py
tests/test_loading.py
tests/test_one.py
tests/test_run_cmd.py
tests/test_run_fup.py
tests/test_run_overflow.py
tests/test_run_poo.py
tests/test_run_sql.py
tests/test_show_guide.py