ConfigObj is a python module for configuration file reading, writing and validation, with validation being the primary feature that distinguishes it from the built-in configparser module.
configobj is a Python module to easily write values to a file and read them back later for use. The common imports are from configobj import ConfigObj and import configobj.