You might be able to use the "Project" variable, if you pass in a 
Capitalized form

$ pcreate --scaffold starter Foo
> 'project': Foo,
> 'package': foo,

Note that this doesn't "Capitalize" the name.  it keeps it as-is:

$ pcreate --scaffold starter FooBarBash
> 'project': FooBarBash,
> 'package': foobarbash,


Otherwise you'd have to patch or monkeypatch pcreate.py in order to do that:

    
https://github.com/Pylons/pyramid/blob/master/pyramid/scripts/pcreate.py#L106-L112

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-devel+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to