Metadata-Version: 1.1
Name: saliere
Version: 0.1
Summary: Helps you create a formula for Salt.
Home-page: http://docs.livelovely.com/developer/saliere
Author: Rémy Greinhofer
Author-email: remy.greinhofer@livelovely.com
License: MIT License
Description: Salière
        =======
        
        .. image:: https://requires.io/github/TeamLovely/Saliere/requirements.svg?branch=master
            :target: https://requires.io/github/TeamLovely/Saliere/requirements/?branch=master
            :alt: Requirements Status
        
        .. image:: https://readthedocs.org/projects/saliere/badge/?version=latest
            :target: https://readthedocs.org/projects/saliere/?badge=latest
            :alt: Documentation Status
        
        Salière is a tool giving devops the ability to easily generate a skeleton for a Salt formula.
        
        Read the docs
        -------------
        
        The latest documentation is published on Read the Docs: http://saliere.readthedocs.org.
        
        Build the docs
        --------------
        
        To build the documentation::
        
            $ pip install sphinx
            $ python setup.py build_sphinx
        
        And then browse to doc/build/html/index.html
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
