{"categories":[{"label":"Terminals","url":"https://skillfed.io/packages/category/terminals"}],"enrichment":{"capability":"pyfzf wraps the fzf command-line fuzzy finder, letting you invoke interactive selection dialogs from Python code by passing lists of items to a prompt function.","skillfed_tags":["cli-tool","interactive-selection"],"use_cases":["Build a CLI tool that lets users interactively select from a list of files, branches, or options","Add fuzzy search to a Python script that needs user input in an interactive terminal session","Create a system administration or DevOps tool that presents filtered choices to operators","Implement fuzzy filtering in a terminal-based menu or configuration utility"],"what_it_does":"pyfzf is a thin Python wrapper around fzf, the command-line fuzzy finder. It lets you call fzf from Python code to present an interactive selection dialog to users, passing in a list of items and getting back the user's choice. The wrapper handles writing items to a temporary file, invoking the fzf binary, and parsing the result.\n\nThe package has no Python runtime dependencies\u2014it only requires that fzf itself be installed and available on your system PATH (or you can specify a custom path). It's designed for console applications and terminal-based workflows where you want to let users interactively pick from a list rather than typing or passing arguments.","worth_installing":"Yes, if you need interactive fuzzy selection in a terminal application and fzf is already part of your environment. The package is lightweight, has no Python dependencies, and works as advertised for its narrow purpose. The dormant maintenance status is not a blocker\u2014the code is simple and stable\u2014but verify compatibility with your Python version and fzf version before relying on it in production."},"id":"pyfzf","links":{"html":"https://skillfed.io/packages/pyfzf","md":"https://skillfed.io/packages/pyfzf.md","pypi":"https://pypi.org/project/pyfzf/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2022-03-01","license_spdx":null,"license_treatment":"permissive","name":"pyfzf","python_support":"unspecified","summary":"Python wrapper for junegunn's fuzzyfinder (fzf)"},"popularity":{"monthly_downloads":420473,"position":6790,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.1"}
