Metadata-Version: 1.1
Name: bobtemplates.ecreall
Version: 0.6
Summary: Templates for Ecréall projects.
Home-page: https://github.com/cedricmessiant/bobtemplates.ecreall
Author: Cédric Messiant
Author-email: cedricmessiant@ecreall.com
License: GPL
Description: Introduction
        ============
        
        ``bobtemplates.ecreall`` provides `mr.bob`_ templates to generate packages for
        Plone projects.
        
        This product is freely based on ``bobtemplates.niteoweb``.
        
        Usage
        =====
        
        Create a mr.bob virtualenv
        --------------------------
        
        ::
        
          mkvirtualenv mrbob
        
        Install mr.bob and bobtemplates.ecreall
        ---------------------------------------
        
        ::
        
          pip install mr.bob
        
          pip install bobtemplates.ecreall
        
        Create your package
        -------------------
        
        ::
        
          mrbob -O collective.foo bobtemplates:plone_addon
        
        See `mr.bob`_ documentation for further information : http://mrbob.readthedocs.org/en/latest/
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Utilities
