pip-conflict-checker

A tool that checks installed packages against all package requirements for version conflicts.


Keywords
python, pip, dependencies, conflicts, versions, checker
License
MIT
Install
pip install pip-conflict-checker==0.5.0

Documentation

Build Status pip-conflict-checker

A tool that checks installed packages against all package requirements to ensure that there are no dependency version conflicts.

Installation

pip install pip-conflict-checker

Usage

Simply run the command pipconflictchecker. If any dependency conflicts are found an output dump of all conflicts will be shown, and an exit code of 1 will be returned.