.gitignore
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
LICENSE.txt
MANIFEST.in
README.rst
TODO.md
pytest_coverage.sh
pytest_coverage_report.sh
requirements.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
cooked_input/__init__.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_utils.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/test_cleaners.py
cooked_input/tests/test_convertors.py
cooked_input/tests/test_create_table.py
cooked_input/tests/test_get_float.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_not_in_err_fmt.py
cooked_input/tests/test_utils.py
cooked_input/tests/test_validate.py
cooked_input/tests/utils.py
docs/CCV.svg
docs/CCV_get_list.svg
docs/CHANGELOG.rst
docs/Makefile
docs/README.rst
docs/_config.yml
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/make.bat
docs/quick_start.rst
docs/readthedocs.yml
docs/tutorial.rst
docs/tutorial2-DESKTOP-69046AL.rst
docs/tutorial2.rst
docs/validators.rst