{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/2"}],"enrichment":{"capability":"A plaster plugin that loads and parses INI configuration files using the PasteDeploy format, exposing methods to retrieve WSGI applications, filters, servers, and settings from named config sections.","skillfed_tags":["wsgi-config","ini-parser","pastedeploy"],"use_cases":["Load WSGI application instances from INI configuration files in Pyramid or other Pylons-based web frameworks.","Retrieve application settings and defaults from named sections in a PasteDeploy-format INI file for initialization.","Configure WSGI filters and middleware chains by parsing filter definitions from an INI configuration source.","Set up and start WSGI servers defined in an INI file without hardcoding server parameters in application code.","Manage logging configuration alongside application settings by parsing logging setup from a single INI file."],"what_it_does":"plaster_pastedeploy is a plugin for the plaster configuration framework that enables loading and parsing INI files according to the PasteDeploy standard. It implements the WSGI protocol interface, allowing applications to retrieve WSGI applications, filters, servers, and configuration settings from named sections in an INI file. The plugin bridges plaster's generic loader interface with PasteDeploy's specific INI syntax, supporting features like default value interpolation, environment variable injection, and logging configuration.\n\nThe package is typically used in web application frameworks (particularly Pyramid and other Pylons projects) to centralize application configuration. Developers call plaster.get_loader() with a URI pointing to an INI file, then use methods like get_wsgi_app() or get_settings() to retrieve configured components. The returned settings objects carry both local config and global defaults, plus a reference to the loader itself.","worth_installing":"Yes. The package has low install friction, no known vulnerabilities, permissive licensing, and active maintenance. It is a stable, production-ready solution for applications that already use plaster and PasteDeploy or are adopting the Pylons ecosystem's configuration conventions. Install it if your application needs to load WSGI configuration from INI files; skip it if you use a different configuration framework or format."},"id":"plaster-pastedeploy","links":{"html":"https://skillfed.io/packages/plaster-pastedeploy","md":"https://skillfed.io/packages/plaster-pastedeploy.md","pypi":"https://pypi.org/project/plaster-pastedeploy/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2022-11-07","license_spdx":null,"license_treatment":"permissive","name":"plaster-pastedeploy","python_support":"supports_current","summary":"A loader implementing the PasteDeploy syntax to be used by plaster."},"popularity":{"monthly_downloads":2393831,"position":3085,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.0.1"}
