LICENSE
README.md
mypy.ini
pytest.ini
setup.py
autotui/__init__.py
autotui/exceptions.py
autotui/fileio.py
autotui/namedtuple_prompt.py
autotui/py.typed
autotui/serialize.py
autotui/shortcuts.py
autotui/typehelpers.py
autotui/validators.py
autotui.egg-info/PKG-INFO
autotui.egg-info/SOURCES.txt
autotui.egg-info/dependency_links.txt
autotui.egg-info/requires.txt
autotui.egg-info/top_level.txt
examples/all_builtin.py
examples/optionals_and_lists.py
examples/shortcuts.py
examples/shortcuts_load.py
examples/timedelta_serializer.py