LICENSE
LICENSE.txt
MANIFEST.in
README.rst
pyproject.toml
cooked_input/__init__.py
cooked_input/_typing.py
cooked_input/cleaners.py
cooked_input/convertors.py
cooked_input/error_callbacks.py
cooked_input/get_input.py
cooked_input/get_table.py
cooked_input/input_convenience.py
cooked_input/input_utils.py
cooked_input/py.typed
cooked_input/table_convenience.py
cooked_input/validators.py
cooked_input/version.py
cooked_input.egg-info/PKG-INFO
cooked_input.egg-info/SOURCES.txt
cooked_input.egg-info/dependency_links.txt
cooked_input.egg-info/requires.txt
cooked_input.egg-info/top_level.txt
cooked_input/examples/cleaners.py
cooked_input/examples/commands.py
cooked_input/examples/custom_ccv.py
cooked_input/examples/events.py
cooked_input/examples/get_database.py
cooked_input/examples/get_ints.py
cooked_input/examples/get_lists.py
cooked_input/examples/get_menu.py
cooked_input/examples/get_passwords.py
cooked_input/examples/get_phone_number.py
cooked_input/examples/get_strs.py
cooked_input/examples/get_table_input.py
cooked_input/examples/get_unicode.py
cooked_input/examples/get_user_info.py
cooked_input/examples/simple_input.py
cooked_input/examples/tk_get_page_list.py
cooked_input/examples/validate_tk.py
cooked_input/tests/__init__.py
cooked_input/tests/conftest.py
cooked_input/tests/test_call_signatures.py
cooked_input/tests/test_cleaners.py
cooked_input/tests/test_convertors.py
cooked_input/tests/test_create_table.py
cooked_input/tests/test_error_callbacks.py
cooked_input/tests/test_get_float.py
cooked_input/tests/test_get_input_options.py
cooked_input/tests/test_get_int.py
cooked_input/tests/test_get_list.py
cooked_input/tests/test_get_str.py
cooked_input/tests/test_get_table_commands.py
cooked_input/tests/test_get_table_helpers.py
cooked_input/tests/test_input_utils.py
cooked_input/tests/test_not_in_err_fmt.py
cooked_input/tests/test_process_value.py
cooked_input/tests/test_remaining_branches.py
cooked_input/tests/test_table_construction.py
cooked_input/tests/test_table_display.py
cooked_input/tests/test_table_pagination.py
cooked_input/tests/test_table_run.py
cooked_input/tests/test_utils.py
cooked_input/tests/test_validate.py
cooked_input/tests/test_validators.py
docs/CHANGELOG.rst
docs/Makefile
docs/README.rst
docs/cleaners.rst
docs/conf.py
docs/convertors.rst
docs/error_callbacks.rst
docs/events.rst
docs/get_input.rst
docs/get_input_commands.rst
docs/get_input_convenience.rst
docs/get_input_exceptions.rst
docs/get_table.rst
docs/how_to.rst
docs/index.rst
docs/quick_start.rst
docs/tutorial.rst
docs/tutorial2.rst
docs/validators.rst