py-configparser

MIT

Common Lisp implementation of the Python ConfigParser module

$ area51 add py-configparserCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(py-configparser:some-function ...)