{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development"},{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/2"},{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks"},{"label":"User Interfaces","url":"https://skillfed.io/packages/category/software-development-user-interfaces"}],"enrichment":{"capability":"InquirerPy provides interactive command-line prompts (text input, confirmations, selections, checkboxes, fuzzy search) for building conversational CLI interfaces in Python.","skillfed_tags":["cli-framework","terminal-ui","interactive-prompts"],"use_cases":["Build interactive CLI setup wizards that guide users through configuration steps with text inputs, confirmations, and selections.","Create menu-driven command-line tools where users select from lists or checkboxes to control application behavior.","Implement fuzzy-searchable selection prompts for choosing from large lists of options (files, resources, configurations).","Add interactive surveys or questionnaires to CLI applications that collect structured user responses.","Build terminal-based installers or deployment scripts that prompt for environment-specific choices."],"what_it_does":"InquirerPy is a Python implementation of Inquirer.js, providing a collection of interactive command-line prompts for building conversational CLI applications. It wraps prompt-toolkit to deliver cross-platform terminal UI components including text input, confirmations, single and multi-select lists, checkboxes, and fuzzy-searchable selections. The library was created as a modernized successor to PyInquirer, addressing its limitations (outdated prompt-toolkit pinning, color and cursor issues, missing key-binding options) while maintaining backward compatibility and adding new features like pagination and a fuzzy prompt.\n\nMost developers use it to build CLI tools that guide users through interactive workflows\u2014configuration wizards, multi-step forms, or menu-driven applications. It supports both a classic dictionary-based API (compatible with PyInquirer) and a fluent builder syntax. The package is lightweight, with only two runtime dependencies, and works on Windows, macOS, and Linux, though Unix platforms generally have better terminal support.","worth_installing":"Yes, with conditions. InquirerPy is stable and well-suited for building interactive CLIs with low install friction and no known vulnerabilities. However, the project is dormant (last release 2022-06-27), so adopt it only if you need its specific feature set (especially the fuzzy prompt) and can tolerate no active maintenance. For new projects, consider whether an actively maintained alternative better fits your risk tolerance."},"id":"inquirerpy","links":{"html":"https://skillfed.io/packages/inquirerpy","md":"https://skillfed.io/packages/inquirerpy.md","pypi":"https://pypi.org/project/inquirerpy/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2022-06-27","license_spdx":null,"license_treatment":"permissive","name":"inquirerpy","python_support":"supports_current","summary":"Python port of Inquirer.js (A collection of common interactive command-line user interfaces)"},"popularity":{"monthly_downloads":16385473,"position":1155,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.3.4"}
