Metadata-Version: 1.0
Name: pipdiff
Version: 0.2
Summary: View a summary list of package release differences between your local environment and PyPI.
Home-page: https://github.com/ogt/pipdiff
Author: Evgeny Demchenko
Author-email: little_pea@list.ru
License: BSD
Description: pipdiff
        =======
        - Copied from https://gist.github.com/jzempel/4624227
        - Original author : Jonathan Zempel, https://github.com/jzempel
        - PyPI: https://pypi.python.org/pypi/pipdiff/
        
        Description
        -------
        View a summary list of package release differences between your local environment and PyPI.
        
        Installation
        -------
        
            pip install pipdiff
            
        Usage
        -------
        
            $ pipdiff
            Django==1.4.3                            PyPI:Django==1.5
            Fabric==1.5.1                            PyPI:Fabric==1.6.0
            ...
            zope.interface==4.0.3                    PyPI:zope.interface==4.0.5
            $
Platform: UNKNOWN
