Templer system extensions for buildouts and buildout recipes
Project description
Introduction
This package extends the functionality of the templer code generation system. It builds upon the functionality of templer.core, and depends on that package. This package provides basic support for creating buildouts and buildout recipes using zc.buildout. Included are packages for basic buildout skeletons and buildout recipes.
Creating Packages
As with the parent package, templer.core, creating packages using templer.buildout templates is accomplished by using the templer script. The script is invoked thus:
templer basic_buildout
This will create a basic buildout skeleton, containing the zc.buildout bootstrap.py file and a buildout.cfg file which may be edited to taste.
Included Templates
- basic_buildout
This creates a basic skeleton for a buildout.
- recipe
This creates a skeleton for a buildout recipe for use with zc.buildout
Other Functions
The templer script provides a number of other functions, these are described in full on the index page for templer.core at PyPI
Contributors
Cris Ewing, original author
Hector Velarde
Based on code from zopeskel, contributors to which include:
Daniel Nouri
Tarek Ziadé
Mustapha Benali
Sylvain Viollon
Alan Hoey
Josh Johnson
Emanuel Sartor
Matthew Wilkes
Joel Burton
Cris Ewing
Chris Calloway
Chris Rossi
Changelog
1.0b1 - May 17, 2012
Update tests to unittest2, remove deprected test aliases [hvelarde]
Fix up packaging [hvelarde]
1.0a2 - October 7, 2011
Updated license to MIT [cewing]
Created new basic_buildout template to serve as a basis for other buildout templates (and to be useful on its own as a simple core buildout) [Cris Ewing]
Added zc.buildout recipe template from templer.core [Cris Ewing]
Package created using templer.core [Cris Ewing]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.