Metadata-Version: 1.0
Name: pip-check
Version: 0.1
Summary: Display installed pip packages and their update status..
Home-page: https://github.com/bartTC/pip-check/
Author: Martin Mahner
Author-email: martin@mahner.org
License: UNKNOWN
Description: =========
        pip-check
        =========
        
        Gives you a quick overview of all installes packages and their update status.
        Very much like `pip list -o` but with colors. Inspired by `npm-check`_ though
        lacks most of its features (yet).
        
        .. _npm-check: https://www.npmjs.com/package/npm-check
        
        .. image:: http://d.pr/i/1e7wJ.png
        
        Installation and Usage
        ----------------------
        
        ::
        
            $ pip install pip-check
            $ pip-check
        
        Changelog
        ---------
        
        v0.1 (2016-02-06):
            Very first version, and yet with very limited features.
        
Platform: UNKNOWN
