2011-01-11 |
Jeff Hammel |
fix up interactivity of API template a bit. still doesnt quite work
|
2011-01-11 |
Jeff Hammel |
separate out variable getting to its own function
|
2011-01-11 |
Jeff Hammel |
update variable conventions with {{repo}}
|
2011-01-11 |
Jeff Hammel |
add an install script template
|
2011-01-11 |
Jeff Hammel |
fix CLI interface a bit....write a test for it
|
2011-01-11 |
Jeff Hammel |
allow Polytemplates to take template objects
|
2011-01-11 |
Jeff Hammel |
note command line options needed for variable handling
|
2011-01-11 |
Jeff Hammel |
add some more documentation tidbits
|
2011-01-11 |
Jeff Hammel |
document a bit and add a test for an include example
|
2011-01-11 |
Jeff Hammel |
make the api for substitute() variables, output
|
2011-01-11 |
Jeff Hammel |
fixed double read problem
|
2011-01-11 |
Jeff Hammel |
fixed output broke other things
|
2011-01-10 |
Jeff Hammel |
interpolate file permissions
|
2011-01-10 |
Jeff Hammel |
try to interpolate templates
|
2011-01-10 |
Jeff Hammel |
allow .parse() to be consumed
|
2011-01-09 |
Jeff Hammel |
use correct delimeters
|
2011-01-09 |
Jeff Hammel |
add a sample web handler
|
2011-01-09 |
Jeff Hammel |
add a template to create templates. tricky, eh?
|
2011-01-09 |
Jeff Hammel |
add a template for doctests
|
2011-01-09 |
Jeff Hammel |
add a setup.py template
|
2011-01-09 |
Jeff Hammel |
add a CLI template
|
2011-01-09 |
Jeff Hammel |
stub out python package creation
|
2011-01-09 |
Jeff Hammel |
ensure the description exists
|
2011-01-08 |
Jeff Hammel |
note about adding more metadata
|
2011-01-08 |
Jeff Hammel |
* fix with assemble function
|
2011-01-08 |
Jeff Hammel |
check for subclassing, not instance of
|
2011-01-08 |
Jeff Hammel |
typo
|
2011-01-08 |
Jeff Hammel |
add function to assemble variables
|
2011-01-08 |
Jeff Hammel |
add a copy method to a variable to get a non-futzed copy
|
2011-01-08 |
Jeff Hammel |
why do we care if they have templates or not?
|