Skip to content

Pylons/plaster

Folders and files

NameName
Last commit message
Last commit date
Sep 5, 2023
Nov 21, 2022
Nov 21, 2022
Nov 7, 2022
Mar 23, 2017
Nov 7, 2022
Jun 15, 2016
Nov 21, 2022
Jun 12, 2017
May 31, 2019
Mar 28, 2017
Nov 7, 2022
Dec 29, 2022
Nov 7, 2022
Nov 7, 2022
Jun 13, 2016
Jan 3, 2023
Nov 7, 2022
Dec 29, 2022

Repository files navigation

plaster

main CI Status Documentation Status

plaster is a loader interface around multiple config file formats. It exists to define a common API for applications to use when they wish to load configuration. The library itself does not aim to handle anything except a basic API that applications may use to find and load configuration settings. Any specific constraints should be implemented in a pluggable loader which can be registered via an entrypoint.

See https://docs.pylonsproject.org/projects/plaster/en/latest/ or docs/index.rst in this distribution for detailed documentation.