Registry / http-networking / questo

questo

JSON →
library0.4.2pypypiunverified

Questo is a Python library for building extensible and modular CLI prompt elements, such as text inputs, confirmations, and lists with spinners and progress bars. Current version is 0.4.2, released with a relaxed Python constraint. The project is actively maintained with occasional releases.

pip install questo
INSTALL
IMPORT
SIG · QUESTO
Q
questo
http-networkingpythonv0.4.2
Install
2.6s avg
Import
Disk
29MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.4.2 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 30.2MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 2.6s · import 0.000s · 31MB
29MB installed
● package 29MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TextPrompt
from questo.prompt import TextPrompt
from questo import TextPrompt

Simple example of using TextPrompt to get user input.

from questo import TextPrompt name = TextPrompt("What is your name?").ask() print(f"Hello, {name}!")
Debug
Known issues
breakingImport paths changed in v0.2.0 from module-level (e.g., questo.prompts.TextPrompt) to top-level (questo.TextPrompt).
fix
Use `from questo import TextPrompt` instead of `from questo.prompts import TextPrompt`.
affects: >=0.2.0
deprecatedThe `ask()` method returns a string for TextPrompt, but other prompts like ConfirmPrompt return bool or int. Mixing types can cause unexpected output.
fix
Check the prompt type documentation for return types.
affects: all
gotchaQuesto requires Python >=3.7.8, but some prompt elements may not work on Windows if using Rich features without proper terminal support.
fix
Ensure your terminal supports ANSI escape codes or use a compatible terminal emulator.
affects: all
Upgrade
Version history
0.4.2latest on PyPI · released Nov 30, 2025
Audit
Dependencies
richrequiredUsed for terminal styling and rendering
Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources
questo — pip install questo · libregistry