How to Install cl-py-configparser in Ubuntu 18.04



Install cl-py-configparser by entering the following commands in the terminal:

sudo apt update
sudo apt install cl-py-configparser

Description:

implements the ConfigParser Python module functionality in Common Lisp

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.

Homepage: http://common-lisp.net/project/py-configparser/

Version: 20131003-1

Section: universe/lisp