Metadata-Version: 1.0
Name: harobed.paster_template.advanced_package
Version: 0.2
Summary: PasteScript template to create advanced setuptools-enabled package with buildout and namespace support
Home-page: http://code.google.com/p/paste-script-advanced-package-template/
Author: KLEIN Stephane
Author-email: stephane@harobed.org
License: GNU General Public License v3
Description: 
        Features supports
        =================
        
        * namespace support (handle multiple namespaces levels)
        * buildout support
        
        Install
        =======
        
        Install the template :
        
        ::
        
        $ sudo easy_install harobed.paster_template.advanced_package
        
        
        Using
        =====
        
        Create a new package with advanced_package template :
        
        ::
        
        $ paster create -t advanced_package my.new.package package=my.new.package
        
        You can answer True to buildout question to install buildout files (bootstrap.py and buildout.cfg).
        
Platform: UNKNOWN
