Metadata-Version: 1.1
Name: updatable
Version: 0.1.3
Summary: Finds packages that require updates on a python environment.
Home-page: http://nezhar.com/
Author: Harald Nezbeda
Author-email: hn@nezhar.com
License: MIT License
Description: =========
        Updatable
        =========
        
        Finds packages that require updates on a python environment
        
        Installation
        ~~~~~~~~~~~~
        
        The latest release of updatable can be installed via PyPI:
        
        ::
        
            pip install -U updatable
        
        
        Usage
        ~~~~~~~~~~~
        
        The package can be used as a command line tool, so you can get a list of all
        packages that require updates from your current environment. You may also use
        the package inside of your python application, to list the packages over a REST
        endpoint, forward them by mail or other purpose.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
