{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/5"}],"enrichment":{"capability":"Provides a function to retrieve the currently active request object in Zope-based web frameworks without passing it through function parameters.","skillfed_tags":["zope-ecosystem","request-context","plone"],"use_cases":["Retrieve the current HTTP request in Plone add-ons without modifying function signatures throughout the codebase.","Access request headers, form data, or session information from deeply nested utility functions in Zope applications.","Migrate legacy Plone code that relies on implicit request availability to modern Python versions.","Implement request-scoped caching or logging in Zope middleware without explicit parameter passing."],"what_it_does":"zope.globalrequest is a small utility that exposes a single function, getRequest(), to retrieve the currently active HTTP request object in Zope and Plone web applications without threading it through function parameters. It works by hooking into Zope's request-handling machinery via zope.publisher and zope.traversing.\n\nThe package is explicitly designed for the Zope/Plone ecosystem, where it serves as a convenience for accessing request context. The Zope3 framework itself discourages this pattern in favor of explicit dependency injection, so this package is most relevant for legacy Plone codebases or projects that prioritize pragmatism over strict separation of concerns. It has no external dependencies beyond the Zope framework stack itself.","worth_installing":"Yes, if you are actively developing or maintaining Plone or Zope applications. The package is stable, has no known vulnerabilities, and installs with low friction. No, if you are starting a new Zope3 project or prefer explicit dependency injection patterns. The aging maintenance status (336 days since last release) is not a blocker for a stable utility, but verify that your Zope/Plone version is compatible before relying on it for new projects."},"id":"zope-globalrequest","links":{"html":"https://skillfed.io/packages/zope-globalrequest","md":"https://skillfed.io/packages/zope-globalrequest.md","pypi":"https://pypi.org/project/zope-globalrequest/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-09-12","license_spdx":null,"license_treatment":"unclear","name":"zope.globalrequest","python_support":"supports_current","summary":"Global way of retrieving the currently active request."},"popularity":{"monthly_downloads":125023,"position":11839,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.0"}
