which configparse?

Neal Becker ndbecker2 at gmail.com
Thu Dec 6 10:25:31 EST 2007


I have all my options setup with optparse.  Now, I'd like to be able to
parse an ini file to set defaults (that could be overridden by command line
switches).

I'd like to make minimal change to my working optparse setup (there are lots
of options - I don't want to duplicate all the cmdline parsing with ini
file parsing code)

I've looked at configparse, cfgparse, iniparse.

configparse looks like what I want, but it seems last commit was >2years
ago.

What is the best choice?




More information about the Python-list mailing list