ConfigParser shootout, preliminary entry

Vinay Sajip vinay_sajip at yahoo.co.uk
Sun Oct 24 15:12:20 EDT 2004


Skip Montanaro <skip at pobox.com> wrote in message news:<mailman.5369.1098558392.5135.python-list at python.org>...
> I wrote my Configuration class (note the new name!) based upon my needs
> (which are based on my recent experience):
> 
>     * I prefer attribute-style or dict-style access
>     * I need more than one level of sections
>     * YAML and XML are too complex
>     * I want it to be readable and editable by humans
> 

+1

Vinay Sajip



More information about the Python-list mailing list