i'm prepping something for release, and have a question...
how can i address both the camelcase and lowercase versions of
"MyAppName" using the paster templating system ?
according to docs, {{package}}(contents) and +package+(directory) will
become myappname . but how can i name files or contents "MyAppName"
where needed?
project= what you type in
package= clean_space_dash_etc( project.lower() )
egg= eggify( package )
anything_else= commandline or prompts
{{varname}} = substitute in file that ends with _tmpl
+varname+ = substitute in filename, does not need to be the entirety
of filename, can be string in filename