pyloader

log

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