https://github.com/homelab-00/smart_pip_package_updater
A smart `pip` package update script that respects package dependency version constraints
https://github.com/homelab-00/smart_pip_package_updater
pip python update version-constraints
Last synced: 14 days ago
JSON representation
A smart `pip` package update script that respects package dependency version constraints
- Host: GitHub
- URL: https://github.com/homelab-00/smart_pip_package_updater
- Owner: homelab-00
- License: mit
- Created: 2025-05-02T15:31:04.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2025-05-02T22:33:58.000Z (23 days ago)
- Last Synced: 2025-05-11T09:11:47.355Z (14 days ago)
- Topics: pip, python, update, version-constraints
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Smart pip Package Updater
A script that updates your `pip` packages intelligently. It first analyzes dependency relationships with `pipdeptree`, then compares those constraints against available updates from `pip list --outdated`. You'll only see prompts for updates that won't break your existing packages.Requires `packaging` and `pipdeptree` – the script will offer to install them if missing.