ChangeLog
LICENSE.md
MANIFEST.in
Makefile
README.md
setup.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/guide.rst
docs/index.rst
docs/introduction.rst
docs/make.bat
docs/api/adv_widgets.rst
docs/api/advanced_input.rst
docs/api/app.rst
docs/api/containers.rst
docs/api/errors.rst
docs/api/event_loops.rst
docs/api/prompt.rst
docs/api/screen.rst
docs/api/screen_handling.rst
docs/api/signals.rst
docs/api/widgets.rst
po/Makefile
po/ca.po
po/cs.po
po/da.po
po/en_GB.po
po/es.po
po/fi.po
po/fr.po
po/hr.po
po/ja.po
po/ka.po
po/ko.po
po/lt.po
po/pl.po
po/pt_BR.po
po/python-simpleline.pot
po/ro.po
po/si.po
po/sk.po
po/sv.po
po/tr.po
po/uk.po
po/zh_CN.po
simpleline/__init__.py
simpleline/errors.py
simpleline/global_configuration.py
simpleline/logging.py
simpleline.egg-info/PKG-INFO
simpleline.egg-info/SOURCES.txt
simpleline.egg-info/dependency_links.txt
simpleline.egg-info/top_level.txt
simpleline/event_loop/__init__.py
simpleline/event_loop/event_queue.py
simpleline/event_loop/glib_event_loop.py
simpleline/event_loop/main_loop.py
simpleline/event_loop/signals.py
simpleline/event_loop/ticket_machine.py
simpleline/input/__init__.py
simpleline/input/input_handler.py
simpleline/input/input_threading.py
simpleline/render/__init__.py
simpleline/render/adv_widgets.py
simpleline/render/containers.py
simpleline/render/prompt.py
simpleline/render/screen_handler.py
simpleline/render/screen_scheduler.py
simpleline/render/screen_stack.py
simpleline/render/widgets.py
simpleline/render/screen/__init__.py
simpleline/render/screen/input_manager.py
simpleline/render/screen/signal_handler.py
simpleline/utils/__init__.py
simpleline/utils/i18n.py
tests/units/__init__.py
tests/units/run_test.sh
tests/units/glib/__init__.py
tests/units/glib/event_loop_glib_test.py
tests/units/glib/input_handler_glib_test.py
tests/units/glib/render_screen_glib_test.py
tests/units/glib/screen_scheduler_glib_test.py
tests/units/main/__init__.py
tests/units/main/adv_widgets_test.py
tests/units/main/app_test.py
tests/units/main/containers_test.py
tests/units/main/event_loop_test.py
tests/units/main/event_queue_test.py
tests/units/main/global_configuration_test.py
tests/units/main/input_handler_test.py
tests/units/main/prompt_test.py
tests/units/main/render_screen_test.py
tests/units/main/scheduler_test.py
tests/units/main/screen_scheduler_test.py
tests/units/main/screen_stack_test.py
tests/units/main/signal_handler_test.py
tests/units/main/ticket_machine_test.py
tests/units/main/widgets_test.py