
Plaster is a loader interface around arbitrary config file formats. It exists to define a common API for applications to use when they wish to load configuration settings.
plaster_pastedeploy is a plaster plugin that provides a plaster.Loader that can parse ini files according to the standard set by PasteDeploy. It supports the wsgi plaster protocol, implementing the plaster.protocols.IWSGIProtocol interface.
This package provides the Python 3 version of the module.