Metadata-Version: 1.1
Name: pip-conflict-checker
Version: 0.1
Summary: A tool that checks installed packages against all package requirements for version conflicts.
Home-page: https://github.com/ambitioninc/pip-conflict-checker
Author: Ambition
Author-email: opensource@ambition.com
License: MIT
Description: [![Build Status](https://travis-ci.org/ambitioninc/pip-conflict-checker.png)](https://travis-ci.org/ambitioninc/pip-conflict-checker)
        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.
        
Keywords: python pip dependencies conflicts versions checker
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
