Metadata-Version: 1.0
Name: openerp_pastertemplates
Version: 1.0a1
Summary: Paster template for creating new OpenERP modules
Home-page: UNKNOWN
Author: Simone Orsi
Author-email: simahawk@gmail.com
License: UNKNOWN
Description: Introduction
        ============
        
        Tired of copy&paste and find&replace for creating new OpenERP modules?
        
        This module adds Paste_ templates for bootstrapping your modules.
        
        Install
        =======
        
        No release available yet so you must install it 'manually'.
        
        Clone this repo, cd into it and launch::
        
            python setup.py install
        
        
        Usage
        =====
        
        List templates::
        
            paster create --list-templates
        
        You should see "openerp_newmodule" among the other templates.
        
        To create your module run::
        
            paster create -t openerp_newmodule
        
        and follow the instructions step by step.
        
        
        .. _Paste: http://pythonpaste.org/script/
        
        CHANGELOG
        =========
        
        1.0a1
        -----
        
        - 1st release
        
Keywords: OpenERP paster
Platform: UNKNOWN
