{"categories":[{"label":"Systems Administration","url":"https://skillfed.io/packages/category/system-systems-administration"}],"enrichment":{"capability":"pip-review is a command-line wrapper around pip that lists available package updates and can automatically or interactively install them.","skillfed_tags":["package-management","cli-tool"],"use_cases":["Batch-check all installed packages for available updates without manually running pip list --outdated.","Automatically upgrade all packages in a development environment with a single command and constraint file.","Interactively review and selectively upgrade packages one at a time, with the option to skip or upgrade all remaining.","Manage package updates across multiple Python versions by invoking pip-review as a module.","Enforce version pinning via constraint files to prevent unwanted upgrades of critical dependencies."],"what_it_does":"pip-review is a thin command-line tool that wraps pip's update-checking and installation capabilities. It reads the list of outdated packages from `pip list --outdated` and can report them, upgrade them all at once with `--auto`, or prompt you interactively for each one with `--interactive`. The tool also respects pip's constraint files (via PIP_CONSTRAINT environment variable or pip.conf) to exclude specific packages from upgrades.\n\nThe package has no external runtime dependencies\u2014it relies entirely on pip itself being available. It supports Python 2.7 and Python 3.3 through 3.10 according to its classifiers. The tool can be invoked as a command-line script or as a module with `python -m pip_review`, which is useful when managing multiple Python versions.","worth_installing":"Yes, if you need a simple interactive or batch upgrade workflow for pip packages. The permissive BSD license and zero runtime dependencies make it lightweight. Verify compatibility with your current Python and pip versions before relying on it for production automation, given the release date of 2022-11-29."},"id":"pip-review","links":{"html":"https://skillfed.io/packages/pip-review","md":"https://skillfed.io/packages/pip-review.md","pypi":"https://pypi.org/project/pip-review/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2022-11-29","license_spdx":null,"license_treatment":"permissive","name":"pip-review","python_support":"supports_current","summary":"pip-review lets you smoothly manage all available PyPI updates."},"popularity":{"monthly_downloads":205626,"position":9585,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.3.0"}
