{"categories":[{"label":"Terminals","url":"https://skillfed.io/packages/category/terminals"}],"enrichment":{"capability":"Questo provides modular, extensible CLI prompt elements (text input and list selection) that expose internal state and rendering for full customization within your own event loop.","skillfed_tags":["interactive-cli","terminal-ui"],"use_cases":["Build interactive CLI tools that need text input or menu selection without being locked into a single prompt library's design.","Integrate custom terminal UI elements into existing event-driven applications by controlling the render loop yourself.","Create terminal UIs with non-standard appearance or behavior by providing custom renderer and key-handler functions.","Add pagination and filtering to large option lists in interactive selection prompts.","Prototype or test CLI interactions by manipulating state directly without running a full event loop."],"what_it_does":"Questo is a library for building interactive CLI prompts and selections in Python. It differs from higher-level prompt libraries by exposing the underlying state machine, event loop, and rendering functions, giving you direct control over how keypresses are handled and how elements appear on screen. You provide your own event loop (typically using python-yakh for key capture), update the element's state in response to each keypress, and render the result\u2014this architecture lets you integrate prompts seamlessly into existing terminal applications or add custom behavior without fighting against library abstractions.\n\nThe library includes two main elements: Prompt for text input with completion and cursor navigation support, and Select for single or multi-select lists with filtering and pagination. Both are built on a consistent pattern of state dataclasses, key handlers, and renderer functions. Dependencies are minimal\u2014just python-yakh for cross-platform key input and rich for terminal rendering\u2014making it lightweight to add to existing projects.","worth_installing":"Yes, if you need customizable CLI prompts and are comfortable managing your own event loop. The low install friction, active maintenance, permissive license, and no known vulnerabilities make it a safe choice. Not ideal if you want a batteries-included prompt library that handles the event loop for you\u2014consider it when you need fine-grained control over terminal interaction."},"id":"questo","links":{"html":"https://skillfed.io/packages/questo","md":"https://skillfed.io/packages/questo.md","pypi":"https://pypi.org/project/questo/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-11-30","license_spdx":null,"license_treatment":"permissive","name":"questo","python_support":"supports_current","summary":"A library of extensible and modular CLI prompt elements"},"popularity":{"monthly_downloads":91347,"position":13519,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.2"}
