New submission from Ian Bicking <[EMAIL PROTECTED]>:

You might want to look at INITools (http://svn.colorstudy.com/INITools/trunk)
for configuration parsing, as it allows things similar to what zc.buildout does
in configuration files, extending other files and variable interpolation.  You
subclass initools.configparser.RawConfigParser and turn on some flags
(documented in the source)

----------
messages: 110
nosy: ianb
priority: feature
status: unread
title: INITools for zc.buildout-style config files
topic: repoze.who

__________________________________
Repoze Bugs <[EMAIL PROTECTED]>
<http://bugs.repoze.org/issue41>
__________________________________
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to