Metadata-Version: 1.1
Name: bobtemplates.jpcw
Version: 0.2
Summary: bobtemplates basic_namespace
Home-page: https://github.com/jpcw/bobtemplates.jpcw
Author: Jean-Philippe Camguilhem
Author-email: jp.camguilhem@gmail.com
License: BSD
Description: .. contents::
        
        Introduction
        ============
        
        `mr.bob`_ templates : http://mrbob.readthedocs.org/en/latest/
        
        + basic_namespace : provide a zopeskel-like (basic_namespace) template
        
        
        installation
        ---------------
        
        ::
         
         easy_install bobtemplates.jpcw
        
        or simply add bobtemplates.jpcw to your eggs zc.buildout section 
        
        or with pip
        
        :: 
         
         pip install mr.bob
         pip install bobtemplates.jpcw
        
        
        
        templates
        ------------
        
        basic_namespace
        ++++++++++++++++++
        
        :: 
           
         --> Namespace Package Name [paulla]:
         --> Package Name [paste]:
         --> Description:
         --> Author: 
         --> Author Email:
         --> Keywords ['']:
         --> Project URL ['']: 
         --> Project License [BSD|GPL] [BSD]:
         --> Zip-Safe [true/false] [false]:
        
        pkg_ns (namespace) and pkg_project (package name) are guessed from -O option 
        
        ::
         
         bin/mrbob -O paulla.paste bobtemplates.jpcw:basic_namespace
        
        return ::
         
         --> Namespace Package Name [paulla]:
         --> Package Name [paste]:
        
        
        Tests
        =====
        
        bobtemplates.jpcw is continuously 
        
        + tested on Travis |travisstatus|_ 
        
        + coverage tracked on coveralls.io |coveralls|_.
        
        .. |travisstatus| image:: https://api.travis-ci.org/jpcw/bobtemplates.jpcw.png
        .. _travisstatus:  http://travis-ci.org/jpcw/bobtemplates.jpcw
        
        
        .. |coveralls| image:: https://coveralls.io/repos/jpcw/bobtemplates.jpcw/badge.png
        .. _coveralls: https://coveralls.io/r/jpcw/bobtemplates.jpcw
        
        
        
        Changelog
        =========
        
        0.2 (2014-11-08)
        ----------------
        
        - Nothing changed yet.
        
        
        0.1 (2013-10-29)
        ----------------
        
        - Jean-Philippe Camguilhem <jp.camguilhem@gmail.com>
        
        
        Contributors
        ==============
        
        Jean-Philippe Camguilhem, Author
        
Keywords: bobtemplates
Platform: any
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: BSD License
