log makeitso/template.py @ 256:f10f5beb8ad1

age author description
Sat, 27 May 2017 09:37:15 -0700 Jeff Hammel pytest now actually runs the tests
Tue, 30 Jul 2013 15:20:38 -0700 Jeff Hammel wip
Wed, 19 Jan 2011 18:24:58 -0800 Jeff Hammel get the description from the docstring if applicable
Mon, 17 Jan 2011 14:32:07 -0800 Jeff Hammel make variable getting logic a little less horrible
Fri, 14 Jan 2011 18:36:24 -0800 Jeff Hammel fix a few minor issues
Tue, 11 Jan 2011 14:23:17 -0800 Jeff Hammel fixed a few problems
Tue, 11 Jan 2011 12:04:25 -0800 Jeff Hammel now API template variables seem to work
Tue, 11 Jan 2011 11:53:02 -0800 Jeff Hammel fix up interactivity of API template a bit. still doesnt quite work
Mon, 10 Jan 2011 21:33:03 -0800 Jeff Hammel make the api for substitute() variables, output
Mon, 10 Jan 2011 19:57:13 -0800 Jeff Hammel fixed output broke other things
Sat, 08 Jan 2011 17:54:58 -0800 Jeff Hammel stub out python package creation
Fri, 07 Jan 2011 18:18:42 -0800 Jeff Hammel * fix with assemble function
Fri, 07 Jan 2011 18:14:21 -0800 Jeff Hammel check for subclassing, not instance of
Fri, 07 Jan 2011 18:11:29 -0800 Jeff Hammel typo
Fri, 07 Jan 2011 18:09:43 -0800 Jeff Hammel add function to assemble variables
Fri, 07 Jan 2011 16:53:55 -0800 Jeff Hammel add a copy method to a variable to get a non-futzed copy
Fri, 07 Jan 2011 16:31:28 -0800 Jeff Hammel why do we care if they have templates or not?
Fri, 07 Jan 2011 11:12:20 -0800 Jeff Hammel using **kw doesnt update the actual dict; fix this
Fri, 07 Jan 2011 10:58:28 -0800 Jeff Hammel API templates now hobble along on their own two feet
Fri, 07 Jan 2011 10:53:12 -0800 Jeff Hammel determine the location in a better way
Fri, 07 Jan 2011 10:17:48 -0800 Jeff Hammel check in a failing test wrt location
Thu, 06 Jan 2011 18:04:58 -0800 Jeff Hammel closer to substitution
Thu, 06 Jan 2011 17:58:34 -0800 Jeff Hammel override get_variables for API template; could instead do this in the ctor, alternately
Thu, 06 Jan 2011 17:49:40 -0800 Jeff Hammel display defaults with command line --help option
Thu, 06 Jan 2011 15:54:55 -0800 Jeff Hammel make a full CLI class for a single API template
Thu, 06 Jan 2011 14:25:51 -0800 Jeff Hammel * fix another variable-related bug
Tue, 04 Jan 2011 18:07:18 -0800 Jeff Hammel do API variable reading and stubbing a bit for control flow
Tue, 04 Jan 2011 07:38:49 -0800 Jeff Hammel more stubbing of API class; first get something off the ground; then rewrite
Mon, 03 Jan 2011 14:18:59 -0800 Jeff Hammel stub out what API templates will look like; put these in a separate file as theres no reason to clutter up the command line entry point any further