.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
tox.ini
.tox/py311/.tox-info.json
.tox/py39/.tox-info.json
docs/Makefile
docs/api.md
docs/changelog.md
docs/clean-up.md
docs/conf.py
docs/extensions.md
docs/index.md
docs/license.md
docs/make.bat
docs/prompts.md
docs/quickstart.md
docs/testing.md
docs/contributing/index.md
docs/customization/custom-formatter.md
docs/customization/custom-prompt-engine.md
docs/customization/custom-widgets.md
docs/customization/directory-structure.md
docs/customization/index.md
docs/media/prompt-choice.gif
docs/media/prompt-confirm.gif
examples/poll.py
examples/signup.py
examples/using_argparse.py
examples/yesno.py
src/aprompt/__init__.py
src/aprompt/_utils.py
src/aprompt/exceptions.py
src/aprompt/formatters.py
src/aprompt/prompts.py
src/aprompt/py.typed
src/aprompt/result.py
src/aprompt/widgets.py
src/aprompt.egg-info/PKG-INFO
src/aprompt.egg-info/SOURCES.txt
src/aprompt.egg-info/dependency_links.txt
src/aprompt.egg-info/requires.txt
src/aprompt.egg-info/top_level.txt
src/aprompt/ext/argparse/__init__.py
tests/test_confirm.py
tests/test_meta.py
tests/test_number.py
tests/test_pin.py