Metadata-Version: 1.1
Name: fabix
Version: 0.0.3
Summary: Fabix is a serie of functions built on top of fabric and cuisine to easily deploy python web projects.
Home-page: http://github.com/quatix/fabix
Author: Rodrigo Machado
Author-email: rcmachado@gmail.com
License: MIT
Description: fabix
        =====
        
        Fabix is a serie of functions built on top of fabric and cuisine to easily
        deploy python web projects. It includes tasks to manage a Django installation,
        compile python, install libs, etc.
        
        Supported OSs
        -------------
        
        Currently, only Ubuntu is supported but patches supporting other OS/distros are
        welcome :).
        
        Requirements
        ------------
        
         * Fabric_ 1.4.2
         * cuisine_ 0.2.6
        
        Roadmap
        -------
        
        - Support framework installations (Django, Tornado, CherryPy, etc.)
        - Add support for RPM-based distros
        
        Contributing
        ------------
        
        Just do the usual thing: fork & send a pull request. Please, respect the coding
        style around you and try to respect `PEP 8`_ guidelines.
        
        License
        -------
        
        This project is licensed under MIT license. For details, please see file MIT-LICENSE.
        
        
        .. _Fabric: http://docs.fabfile.org/en/1.4.2/index.html
        .. _cuisine: https://github.com/sebastien/cuisine
        .. _`PEP 8`: http://www.python.org/dev/peps/pep-0008/
        
Keywords: fabric,cuisine,fabix
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
