Metadata-Version: 1.0
Name: deployrecipes
Version: 1.0a4
Summary: Buildout recipes for PasteDeploy
Home-page: http://bitbucket.org/2degrees/deployrecipes/
Author: 2degrees Limited
Author-email: 2degrees-dev@googlegroups.com
License: BSD (http://dev.2degreesnetwork.com/p/2degrees-license.html)
Description: ********************************************************
        deployrecipes -- Set of Buildout recipes for PasteDeploy
        ********************************************************
        
        This package offers `PasteDeploy <http://pythonpaste.org/deploy/>`_-specific
        `Buildout <http://www.buildout.org/>`_ recipes, such as:
        
        - One to make all the variables in the section of a PasteDeploy configuration
        file available in a Buildout parts section.
        - One to generate WSGI scripts where the application is loaded by PasteDeploy.
        
        The end-user manual is available at: http://packages.python.org/deployrecipes/
        
        **PasteDeploy** releases
        ========================
        
        Version 1.0 Alpha 4 (2010-02-15)
        --------------------------------
        
        - Renamed the ``eggs`` option to ``factory_distribution`` in the ``confvars``
        recipe.
        - Made the ``confvars`` recipe really load the distribution that provides the
        PasteDeploy application factory. Thanks to Jim Fulton for explaining how to
        do it!
        
        
        Version 1.0 Alpha 3 (2010-02-10)
        --------------------------------
        
        - Fixed packaging problem, where the module was not included in the distribution.
        
        
        Version 1.0 Alpha 2 (2010-02-10)
        --------------------------------
        
        - Fixed typos in the documentation.
        - Added `Paste itself <http://pythonpaste.org/>`_ as a dependency, to avoid
        import errors.
        
        
        Version 1.0 Alpha 1 (2010-02-08)
        --------------------------------
        
        Implemented the **confvars** recipe.
        
Keywords: buildout recipe wsgi paste deploy web PasteDeploy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Buildout
Classifier: Framework :: Paste
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
