https://github.com/pylons/plaster
Application config settings abstraction layer.
https://github.com/pylons/plaster
config ini pastedeploy settings wsgi
Last synced: 6 months ago
JSON representation
Application config settings abstraction layer.
- Host: GitHub
- URL: https://github.com/pylons/plaster
- Owner: Pylons
- License: mit
- Created: 2016-06-02T04:27:29.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T07:39:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-08T17:10:55.230Z (over 1 year ago)
- Topics: config, ini, pastedeploy, settings, wsgi
- Language: Python
- Homepage: https://docs.pylonsproject.org/projects/plaster/en/latest/
- Size: 178 KB
- Stars: 17
- Watchers: 9
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
=======
plaster
=======.. image:: https://img.shields.io/pypi/v/plaster.svg
:target: https://pypi.python.org/pypi/plaster.. image:: https://github.com/Pylons/plaster/workflows/Build%20and%20test/badge.svg?branch=main
:target: https://github.com/Pylons/plaster/actions?query=workflow%3A%22Build+and+test%22
:alt: main CI Status.. image:: https://readthedocs.org/projects/plaster/badge/?version=latest
:target: https://readthedocs.org/projects/plaster/?badge=latest
:alt: 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.