Metadata-Version: 1.1
Name: upme
Version: 0.3.0
Summary: Detects outdated packages and updates them inside python scripts
Home-page: https://github.com/storax/upme
Author: David Zuber
Author-email: zuber.david@gmx.de
License: BSD
Description: =========================================================
        UpMe
        =========================================================
        
        .. image:: http://img.shields.io/pypi/v/upme.png
            :target: https://pypi.python.org/pypi/upme
        
        .. image:: https://travis-ci.org/storax/upme.png?branch=master
            :target: https://travis-ci.org/storax/upme
        
        .. image:: http://img.shields.io/pypi/dm/upme.png
            :target: https://pypi.python.org/pypi/upme
        
        .. image:: https://coveralls.io/repos/storax/upme/badge.png
          :target: https://coveralls.io/r/storax/upme
        
        .. image:: http://img.shields.io/pypi/l/upme.svg
            :target: https://pypi.python.org/pypi/upme
        
        
        
        
        
        Detects outdated packages and updates them inside python scripts
        
        
        Documentation
        -------------
        
        The full documentation is at http://upme.rtfd.org.
        
        
        Features
        --------
        
        * Check if package or dependencies are outdated and update them. No commandline, plain python. Easy to integrate in scripts.
        
        
        .. :changelog:
        
        History
        -------
        
        0.1.0 (2014-08-25)
        +++++++++++++++++++++++++++++++++++++++
        
        * First release on PyPI.
        
        0.2.0 (2014-08-26)
        +++++++++++++++++++++++++++++++++++++++
        
        * Core functionality
        
Keywords: upme
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
