inheritance needed in program configuration - config module or python oo?

Vinay Sajip vinay_sajip at yahoo.co.uk
Mon Sep 4 20:22:29 EDT 2006


metaperl wrote:

> Inheritance needed in app configuration
> =============================
[snip]
> When it comes to HTML generation, every form of mini-language that I've
> seen does not appeal to me. I use DOM to rewrite HTML. I hate the
> limitations of mini-languages and prefer full-strength programming
> languages. Now it is appearing that application configuration is yet
> one more place to avoid mini-language convenience and simply use a
> programming language for the task.

You could try my hierarchical config module:

http://www.red-dove.com/python_config.html

which is intended for configuring hierarchies of application
components.

Best regards,

Vinay Sajip




More information about the Python-list mailing list