--- id: pip-review version: "1.3.0" license: BSD license_treatment: permissive maintenance: active --- # pip-review — pip-review lets you smoothly manage all available PyPI updates. License: permissive · Maintenance: active · Downloads: 205.6K/mo ## What it is and 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. The package has no external runtime dependencies—it 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. Use it for: - 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. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. pip-review is a command-line wrapper around pip that lists available package updates and can automatically or interactively install them. 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. ## Install pip install pip-review uv add pip-review poetry add pip-review ## Installing pip-review Before you install: High install friction: the package has no runtime dependencies but has not been released since 2022-11-29. The repository is active and maintained, though the gap since the last release may warrant verification of compatibility with current Python and pip versions. License in practice: BSD license (permissive) means you can use, modify, and distribute this package with minimal restrictions, provided you include the license notice. Quickstart: pip install pip-review pip-review # or for interactive mode: pip-review --interactive # or to auto-upgrade all: pip-review --auto Requires pip to be installed and functional; pip-review defers all package operations to pip itself. Verify before relying: - Whether the package works reliably with modern Python and pip versions given the 2022-11-29 release date. - Whether the package handles modern Python packaging standards (PEP 517, pyproject.toml) or is limited to legacy workflows. - Current maintenance status and release velocity despite the 'active' repository label. ## Package facts - License: BSD (permissive) - Python support: supports_current - Install friction: high - Maintenance: active - Downloads: 205.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags pip package update checker, batch upgrade pip packages, interactive pip update tool, check outdated packages, pip dependency management, automated pip upgrades, pip update manager, package-management, cli-tool [View on SkillFed](https://skillfed.io/packages/pip-review) · [View on PyPI](https://pypi.org/project/pip-review/)