Metadata-Version: 1.1
Name: forge-cli
Version: 0.1
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.png
            :target: http://badge.fury.io/py/forge
            
        .. image:: https://api.travis-ci.org/lacion/forge.png?branch=develop
                :target: https://travis-ci.org/lacion/forge
        
        .. image:: https://pypip.in/d/forge/badge.png
                :target: https://crate.io/packages/forge?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
        
        
        
        History
        -------
        
        0.1 (August 2013)
        ++++++++++++++++++
        
        * First release on PyPI.
        
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
