pyloader

log

age author description
22 months Jeff Hammel add a file to import from the webdefault tip
23 months Jeff Hammel comment
23 months Jeff Hammel note formal syntax of section names
23 months Jeff Hammel test for verbose decorators
23 months Jeff Hammel rearrange test.ini file to make more sense; write another test class
23 months Jeff Hammel update comments/docstring
23 months Jeff Hammel add another test
23 months Jeff Hammel inline wrapper arguments now seem to work....thats....uncanny
23 months Jeff Hammel interpolate inline wrapper options
23 months Jeff Hammel replace path
23 months Jeff Hammel modernize comment; this morning is SOOO out of date
23 months Jeff Hammel interpolate "inline" wrapper arguments
23 months Jeff Hammel stub getting wrapper options: [foo:@:bar=fleem:baz]
23 months Jeff Hammel override section now works
23 months Jeff Hammel move around when we create the (local) section dict so that we can override it as desired
23 months Jeff Hammel move setting the configuration to later so that we can easily move around sect
23 months Jeff Hammel comment + whitespace
23 months Jeff Hammel stub getting the override options
23 months Jeff Hammel test calling the section wrapper, [foo:@:fibonacci]
23 months Jeff Hammel stub: override section: [foo:bar]
23 months Jeff Hammel shouldnt need to go through the whole sequence when youre wrapping a known section
23 months Jeff Hammel check in a passing test for a change
23 months Jeff Hammel stub out future directions for decorators and their testing a bit
23 months Jeff Hammel add a failing test for wrapper of type [foo:@:fibonacci]
23 months Jeff Hammel pass values via wrap wrapper
23 months Jeff Hammel * illustrate another pattern
23 months Jeff Hammel add decorator of a section pattern
23 months Jeff Hammel make the test wrapper more interesting (and testable)
23 months Jeff Hammel houston, we have a pyloader
23 months Jeff Hammel maybe the wrapper works now; to write a test
23 months Jeff Hammel pointless whitespace change
23 months Jeff Hammel interpolate options
23 months Jeff Hammel stub interpolation of wrapper options
23 months Jeff Hammel fix test failure
23 months Jeff Hammel start recursively fetching the wrapper; tests fail
23 months Jeff Hammel get wrapper section
23 months Jeff Hammel stub using the names....we are only beginning
23 months Jeff Hammel finish hashing the names
23 months Jeff Hammel a bit of restructure
23 months Jeff Hammel set ourselves up to detect circular reference errors
23 months Jeff Hammel introduce a section with a wrapper; not yet used
23 months Jeff Hammel split reading and interpreting the .ini into different functions
23 months Jeff Hammel finalize (hopefully) decorator syntax
23 months Jeff Hammel update decorator syntax
23 months Jeff Hammel test fibonacci sequence
23 months Jeff Hammel stub a fibonacci sequence for testing
23 months Jeff Hammel start stubbing out wrappers....i am somewhat perplexed
23 months Jeff Hammel stub decorators
23 months Jeff Hammel test loading a different section
23 months Jeff Hammel test calling the thing
23 months Jeff Hammel split IniFactory tests to their own file
23 months Jeff Hammel make the arg parser work
23 months Jeff Hammel more stubbing
23 months Jeff Hammel use IniFactory.__doc__ as parser description
23 months Jeff Hammel stub command line parser
23 months Jeff Hammel give IniFactory
23 months Jeff Hammel this now works
23 months Jeff Hammel make factory.py executable
23 months Jeff Hammel fix syntax error
23 months Jeff Hammel wire up command line entry point