Hello, 

On Mar 13, 2011, at 3:29 PM, Mike Orr wrote:
> - Replace the INI file with an YAML file?

YAML is not as good as it can be for config file format:

 * It has slow parsers.

 * There's risk of bloating YAML file with Python type annotations (tags), 
   e.g. !!bool, !!python/tuple when dealing with YAML programmatically.
   
I better suggest looking for something that has syntax similar to Configgy
for Scala.

I propose another idea for GSoC -- generic (persistent agnostic,
pluggable, extensible) admin interface based on Pyramid. It seems Tres 
Seaver started doing something like this on github[1], but what about 
putting it on GSoC rails? I think this will be the killer feature for
Pyramid itself.

[1]: https://github.com/Pylons/bottlecap

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to