Metadata-Version: 1.1
Name: octomotron
Version: 0.2
Summary: A tool for rapid deployment of multiple evluation copies of a web application based on different git branches.
Home-page: http://pylonsproject.org
Author: Chris Rossi
Author-email: pylons-devel@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ==========
        Octomotron
        ==========
        
        Octomotron is a tool for rapidly deploying multiple evaluation instances of a
        webapp from branches stored in git.  Octomotron sets up intances using
        zc.buildout and mr.developer.  Developers using Octomotron will need to provide
        a buildout configuration as well as a plugin written in Python that Octomotron
        can call into for logic pertaining to your application.
        
        Currently in alpha.
        
        
        ========================
        Changelog for Octomotron
        ========================
        
        0.1 (Unreleased)
        ----------------
        
        - Initial release.
        
        
Keywords: web wsgi pylons
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: License :: Repoze Public License
