Metadata-Version: 1.1
Name: forge-cli
Version: 0.2
Summary: forge is a command line tool that allows to execute modules to configure a linux system
Home-page: https://github.com/lacion/forge
Author: Luis Morales
Author-email: luismmorales@gmail.com
License: BSD
Description: ======
        Forge
        ======
        
        .. image:: https://badge.fury.io/py/forge-cli.png
            :target: http://badge.fury.io/py/forge-cli
            
        .. image:: https://api.travis-ci.org/lacion/forge.png?branch=develop
                :target: https://travis-ci.org/lacion/forge
        
        .. image:: https://pypip.in/d/forge-cli/badge.png
                :target: https://crate.io/packages/forge-cli?version=latest
        
        
        forge is a command line tool that allows to execute modules to configure a linux system.
        
        Documentation
        -------------
        
        The full documentation is at https://forge-cli.readthedocs.org.
        
        Quickstart
        ----------
        
        Install forge::
        
            pip install forge-cli
        
        Then use it::
        
            $ forge -u username -p ModulesPath -m ModulesNames
        
        Features
        --------
        ToDo
        
        Future
        ------
        * Write more documentation
        * Add tests
        * Better way to handle messages
        * Config files templates
        
        
        
        History
        -------
        
        0.1 (August 2013)
        ++++++++++++++++++
        
        * First release on PyPI.
        
        0.2 (August 2013)
        ++++++++++++++++++
        
        * Module Class Refactored.
        * Now uses native canonical apt library
        * Added example module to repo
        
Keywords: forge
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
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
