Metadata-Version: 1.1
Name: pydiploy
Version: 1.0.0
Summary: A tool to deploy applications, and automate processing with fabric
Home-page: https://github.com/unistra/pydiploy
Author: di-dip-unistra
Author-email: di-dip@unistra.fr
License: PSF
Download-URL: https://github.com/unistra/pydiploy
Description: pydiploy
        =========
        .. image:: https://secure.travis-ci.org/unistra/pydiploy.png?branch=master
            :target: https://travis-ci.org/unistra/pydiploy
        
        .. image:: http://coveralls.io/repos/unistra/pydiploy/badge.png?branch=master
            :target: http://coveralls.io/r/unistra/pydiploy?branch=master
        
        Pydiploy is a library used to deal with administration and deployment of applications on several environments (i.e : dev, test, pre-production, production) The library is based on fabric and fabtools.
        The purpose of the project is to deliver bunch of tools as generic as possible to standardize deployments and administrations tasks.
        To use it : create a fabfile (fabfile.py or fabfile/__init__.py) and start playing with your new toy !
        
        
        Install
        -------
        
            - Requirements : python2.7, fabtools and fabric
            - Installation : pip install pydiploy
        
        Usage
        -----
        
            - See documentation and examples to use the library.
        
        
        
        
        
        
Keywords: deploy,fabric,automation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
