Metadata-Version: 1.1
Name: fabuloso
Version: 1.0
Summary: FABuloso is a python tool to easily organize and deploy an OpenStack architecture using Fabric
Home-page: https://github.com/StackOps/fabuloso
Author: StackOps
Author-email: developers@stackops.com
License: Apache License 2.0
Description: FABuloso
        ========
        
        **FABuloso** is a python tool to easily organize and deploy an `OpenStack <http://www.openstack.org>`_ architecture using `Fabric <http://docs.fabfile.org/>`_. *FABuloso* manages configuration with **components** within **catalogs**. For a more deeper insight about what *FABuloso* does and how it does, take a look at the documentation `introduction <http://fabuloso.stackops.org/introduction.html>`_.
        
        
        Documentation
        -------------
        
        The *FABuloso* docs are hosted `here <http://fabuloso.stackops.org>`_.
        
        
        Installation
        ------------
        
        From the source code you can just run::
        
            $ python setup.py install
        
        
        Tests
        -----
        
        Although we have not tests yet, you can execute the ``run_tests.sh`` script in order to check the code with *flake8*::
        
            $ ./run_tests.sh
        
        
        License
        -------
        
        *FABuloso* is released under the *Apache 2.0* license.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System
