{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/5"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/2"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content"},{"label":"WSGI","url":"https://skillfed.io/packages/category/internet-www-http-wsgi"},{"label":"Middleware","url":"https://skillfed.io/packages/category/internet-www-http-wsgi-middleware"}],"enrichment":{"capability":"PasteDeploy loads and configures WSGI applications and servers from URI-based configuration files, allowing you to compose web applications declaratively.","skillfed_tags":["wsgi-deployment","configuration-management"],"use_cases":["Load a WSGI application from an INI configuration file without writing deployment code.","Compose multiple WSGI middleware layers declaratively in a single configuration file.","Load different application configurations for development, staging, and production environments.","Set up web servers with configuration-driven initialization in legacy or Paste-based projects."],"what_it_does":"PasteDeploy is a mature WSGI application loader that reads declarative configuration files (typically INI format) to instantiate and compose web applications and servers. Rather than writing code to wire up your application, you describe it in a configuration file with URIs pointing to entry points, and PasteDeploy handles the loading and initialization.\n\nThe package has been in active development since its first release in 2005 and supports Python 3.7 through 3.12. It depends only on importlib-metadata and installs with minimal friction. It is primarily used in environments where declarative, file-based application setup is preferred over programmatic initialization.","worth_installing":"Yes, if you are working with WSGI applications in environments that use INI-style configuration. The package is mature, actively maintained, has no known vulnerabilities, and installs cleanly. However, if you are starting a new project, verify whether your chosen web framework or deployment tool has a more modern alternative, as this package reflects older Python web practices."},"id":"pastedeploy","links":{"html":"https://skillfed.io/packages/pastedeploy","md":"https://skillfed.io/packages/pastedeploy.md","pypi":"https://pypi.org/project/pastedeploy/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2023-11-21","license_spdx":null,"license_treatment":"permissive","name":"PasteDeploy","python_support":"supports_current","summary":"Load, configure, and compose WSGI applications and servers"},"popularity":{"monthly_downloads":3077790,"position":2763,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.1.0"}
