python3-plaster-pastedeploy

PasteDeploy configuration format plugin for plaster - Python 3.x module
  https://github.com/pylons/plaster_pastedeploy
  0
  no reviews



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.