{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/5"}],"enrichment":{"capability":"zope.publisher handles HTTP request and response objects for publishing Python objects on the web, with support for HTTP/WebDAV, browsers, XML-RPC, and FTP clients via a WSGI-compatible interface.","skillfed_tags":["zope-ecosystem","wsgi-compatible","request-response"],"use_cases":["Build a Zope-based web application that needs to parse HTTP requests and manage responses for browser clients.","Handle multipart form data and file uploads in a web framework that integrates with the Zope component architecture.","Expose Python objects via XML-RPC or WebDAV protocols alongside standard HTTP/browser access.","Implement custom request/response handling by subclassing BrowserRequest or BaseRequest for specialized encoding or security policies.","Migrate a legacy Zope application to modern Python (3.10+) while preserving request/response semantics."],"what_it_does":"zope.publisher is a web request/response handler that sits between HTTP clients and Python application objects. It parses incoming HTTP requests (including multipart form data and file uploads) into request objects and manages response serialization, supporting multiple client types\u2014browsers, XML-RPC clients, WebDAV, and FTP\u2014through a unified WSGI-compatible interface. The package is part of the Zope ecosystem and provides the foundational request/response machinery for web frameworks built on Zope.\n\nThe package has been actively maintained since 2007, with recent updates focused on Python 3 compatibility and modern standards compliance. It handles character encoding, file uploads via the multipart library, and request/response lifecycle management. Its 12 runtime dependencies are all from the zope namespace, making it tightly integrated with the Zope component architecture. The recent version 8.1 dropped Python 3.9 support and added Python 3.14 support, reflecting active alignment with current Python releases.","worth_installing":"Yes, if you are building or maintaining a Zope-based web application or framework. The package is actively maintained, has no known vulnerabilities, and supports current Python versions. The unclear license treatment warrants a quick verification, but the ZPL-2.1 license itself is permissive. Install friction is low. Not recommended for new projects outside the Zope ecosystem\u2014modern alternatives like Werkzeug or Starlette are more widely adopted."},"id":"zope-publisher","links":{"html":"https://skillfed.io/packages/zope-publisher","md":"https://skillfed.io/packages/zope-publisher.md","pypi":"https://pypi.org/project/zope-publisher/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-24","license_spdx":"ZPL-2.1","license_treatment":"unclear","name":"zope.publisher","python_support":"supports_current","summary":"The Zope publisher publishes Python objects on the web."},"popularity":{"monthly_downloads":182340,"position":10103,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"8.1"}
