Metadata-Version: 1.1
Name: update_checker
Version: 0.1
Summary: A python module that will check for package updates.
Home-page: https://github.com/bboe/update_checker
Author: Bryce Boe
Author-email: bbzbryce@gmail.com
License: Simplified BSD License
Description: # update_checker
        
        A python module that will check for package updates.
        
        ### Installation
        
        The update_checker module can be installed via:
        
            pip install update_checker
        
        ### Usage
        
        To see if there is a newer version of the `update_checker` package, you can use
        the following bit of code:
        
            from update_checker import UpdateChecker
            checker = UpdateChecker()
            checker.output('update_checker', '0.0.1')
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
