Metadata-Version: 1.1
Name: pumuckl
Version: 0.2.0
Summary: Check a Puppetfile for modules with newer versions
Home-page: https://github.com/Mayflower/pumuckl
Author: Robin Gloster
Author-email: robin.gloster@mayflower.de
License: GPL v3
Description: Pumuckl
        =======
        
        .. image:: https://travis-ci.org/Mayflower/pumuckl.svg?branch=master
            :target: https://travis-ci.org/Mayflower/pumuckl
        
        **pumuckl** (Puppet Module Version Checker) is a simple script to check
        a Puppetfile if there are newer module versions on the forge.
        
        Requirements
        ------------
        
        -  Python >=3.3
        -  pip(3)
        
        Installation
        ------------
        
        To install system-wide run:
        
        ::
        
            sudo pip3 install pumuckl
        
        Alternatively you may create a virtualenv and install it there.
        
        Usage
        -----
        
        -  Either run ``pumuckl`` in a folder containing a ``Puppetfile``.
        -  Run ``pumuckl path/to/Puppetfile``
        
        Contributing
        ------------
        
        -  If you find a bug or wish to have a new feature simply open an issue.
        -  Otherwise if you are really motivated pull requests are always
           welcome, too.
        
        Credits
        -------
        
        Created by `Robin Gloster <https://github.com/globin>`__
        
        Named by `Tristan Helmich <https://github.com/fadenb>`__
        
        License
        -------
        
        GPLv3, see `LICENSE <https://github.com/Mayflower/pumuckl/blob/master/LICENSE>`__ for details.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Classifier: Intended Audience :: System Administrators
Classifier: Environment :: Console
