2011-01-21 |
Jeff Hammel |
minor docstring correction
|
2011-01-21 |
Jeff Hammel |
fix a syntax error in the python template thanks to some friendly tests
|
2011-01-18 |
Jeff Hammel |
add a test for the python-package template
|
2011-01-17 |
Jeff Hammel |
stub out project name -> package name
|
2011-01-17 |
Jeff Hammel |
make variable getting logic a little less horrible
|
2011-01-15 |
Jeff Hammel |
fix a few minor issues
|
2011-01-15 |
Jeff Hammel |
minor syntax corrections
|
2011-01-15 |
Jeff Hammel |
add a --list-templates command
|
2011-01-15 |
Jeff Hammel |
make the python package template a little fancier
|
2011-01-14 |
Jeff Hammel |
stub out a better python package
|
2011-01-14 |
Jeff Hammel |
we can has entry points
|
2011-01-12 |
Jeff Hammel |
move stubbing around...maybe last minute will work better? ::shrug::
|
2011-01-12 |
Jeff Hammel |
stub out loading api templates; this wont work, however, since one is in the middle of a module trying to load a module that depends on the module you are in
|
2011-01-12 |
Jeff Hammel |
update comment
|
2011-01-12 |
Jeff Hammel |
do rudimentary interpretation of config files
|
2011-01-12 |
Jeff Hammel |
template fixes....not the best, but will do
|
2011-01-11 |
Jeff Hammel |
fixed a few problems
|
2011-01-11 |
Jeff Hammel |
now API template variables seem to work
|
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?
|
2011-01-07 |
Jeff Hammel |
using **kw doesnt update the actual dict; fix this
|
2011-01-07 |
Jeff Hammel |
remove deprecated variable setting from command line front end
|
2011-01-07 |
Jeff Hammel |
API templates now hobble along on their own two feet
|
2011-01-07 |
Jeff Hammel |
determine the location in a better way
|
2011-01-07 |
Jeff Hammel |
check in a failing test wrt location
|
2011-01-07 |
Jeff Hammel |
closer to substitution
|
2011-01-07 |
Jeff Hammel |
override get_variables for API template; could instead do this in the ctor, alternately
|
2011-01-07 |
Jeff Hammel |
display defaults with command line --help option
|
2011-01-07 |
Jeff Hammel |
wait, its completely silly to print the variables since OptionParser already does that
|
2011-01-07 |
Jeff Hammel |
what i really meant to do with variables
|
2011-01-07 |
Jeff Hammel |
add a comment
|
2011-01-06 |
Jeff Hammel |
make a full CLI class for a single API template
|