questionary
questionary copied to clipboard
Python library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ...
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.25.2 to 2.0.1. Release notes Sourced from sphinx-autodoc-typehints's releases. 2.0.1 What's Changed Extend linter/formatter rules by @gaborbernat in tox-dev/sphinx-autodoc-typehints#427 Fix the CI by @gaborbernat in tox-dev/sphinx-autodoc-typehints#434 Add...
### Question I've been looking through the docs but I can't find anything about this. Say I want to set `qmark` to ` - ` all the time, or have...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_. Switched docs theme...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.1.1. Release notes Sourced from pytest's releases. 8.1.1 pytest 8.1.1 (2024-03-08) ::: {.note} ::: {.title} Note ::: This release is not a usual bug fix...
Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Mypy 1.9 We’ve just uploaded mypy 1.9 to the Python Package Index (PyPI). Mypy is a...
### Question Hi, thanks for this wonderful library. My issue when using questionary is that the latest questionary requires prompt_toolkit=3.0.41 https://github.com/ipython/ipython/blob/main/setup.cfg#L38. Because of pip's terrible dependency management, I cannot make...
Currently one test will fail with latest prompt_toolkit(3.0.43). test_blank_line_fix will throw RuntimeError: no running event loop. By bisecting commit, the culprit is https://github.com/prompt-toolkit/python-prompt-toolkit/commit/a7759969891c54ea56abfa286524cc301eedaf05. This commit replaces custom `get_event_loop` with `asyncio.get_event_loop`....
### Describe the problem Hello everyone, first of all, thanks to the author for this amazing library. I like to write cli and this project is what I have wanted...
Bumps [Gr1N/setup-poetry](https://github.com/gr1n/setup-poetry) from 8 to 9. Release notes Sourced from Gr1N/setup-poetry's releases. v9 Action updated to use Node 20 Support for Python 3.12 Breaking Change, removed support for Python 3.7...