log

age author description
2012-12-02 Jeff Hammel order imports and add an add_options() API
2012-12-02 Jeff Hammel .strip() the description
2012-12-02 Jeff Hammel make this slightly less sucky
2012-12-02 Jeff Hammel move to ABC
2012-03-24 Jeff Hammel convenience import
2012-03-23 Jeff Hammel strip the description
2012-03-19 Jeff Hammel correct capitalization
2012-03-05 Jeff Hammel add a unit test skeleton
2012-03-05 Jeff Hammel whitespace
2012-03-05 Jeff Hammel we always want doctest.ELLIPSIS. why the hell wouldnt we?
2012-03-01 Jeff Hammel bump version
2012-03-01 Jeff Hammel finish install script
2012-02-29 Jeff Hammel better organization
2012-02-29 Jeff Hammel add extra data
2012-02-22 Jeff Hammel fix up sectioning
2012-02-22 Jeff Hammel whitespace
2012-02-22 Jeff Hammel peg to tempita version and eliminate cruft
2012-02-22 Jeff Hammel use the right variable
2012-02-22 Jeff Hammel * multiple install_requires; * use requires for distutils
2012-02-22 Jeff Hammel misspelling
2012-02-20 Jeff Hammel make the python package distutils compatible
2011-11-03 Jeff Hammel WIP
2011-09-17 Jeff Hammel adding __init__.py
2011-08-22 Jeff Hammel add single module to registered templates
2011-08-02 Jeff Hammel better description formatting
2011-07-08 Jeff Hammel add a single-file module to the thingy
2011-07-08 Jeff Hammel fix typo
2011-05-25 Jeff Hammel DRY
2011-05-25 Jeff Hammel add a description to the OptionParser
2011-05-19 Jeff Hammel do the import right
2011-05-19 Jeff Hammel correct syntax
2011-05-19 Jeff Hammel tame that beast called doctest
2011-01-20 Jeff Hammel get the description from the docstring if applicable
2011-01-20 Jeff Hammel do not use undefined defaults
2011-01-26 Jeff Hammel fix an error on CLI finding Undefined variables
2011-01-22 Jeff Hammel bump version
2011-01-21 Jeff Hammel correct syntax error
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