PasteScript template to create advanced setuptools-enabled package with buildout and namespace support
Project 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).