cl-py-configparser

implements the ConfigParser Python module functionality in Common Lisp
  http://common-lisp.net/project/py-configparser/
  0
  no reviews



The py-configparser package implements the ConfigParser Python module functionality in Common Lisp.

In short, it implements reading and writing of .INI-file style configuration files with sections containing key/value pairs of configuration options. In line with the functionalities in the python module, does this package implement basic interpolation of option values in other options.