This module provides the ConfigParser class which implements a basic configuration language in INI files. You can use this to write Python programs which can be customized by end users easily.
All return values from ConfigParser.ConfigParser().get
are strings. It can be converted to more common types thanks to eval