{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/6"}],"enrichment":{"capability":"Provides a local and persistent site manager implementation for the Zope component architecture, enabling registration of local utilities and adapters organized in site management folders.","skillfed_tags":["zope-ecosystem","component-architecture","persistent-storage"],"use_cases":["Build a multi-tenant web application where each tenant has its own set of registered utilities and adapters.","Create a CMS where different sections of the site can have custom component configurations without affecting others.","Organize a large Zope application into logical subsites, each with its own local adapter and utility registries.","Override global component registrations at specific locations in your application hierarchy for testing or customization.","Implement a plugin architecture where plugins register themselves as local utilities within designated site folders."],"what_it_does":"zope.site provides a local site manager that allows you to register utilities and adapters at specific locations within your application, rather than globally. It works by organizing components into site management folders within a persistent object hierarchy, typically backed by ZODB. The package implements the Zope component architecture's location-based lookup mechanism, so that when you query for a component, the system can find local registrations before falling back to global ones.\n\nThe package is designed for multi-tenant or hierarchical applications where different parts of your system need different component configurations. You create a site by attaching a LocalSiteManager to a folder-like object, then register utilities and adapters into that manager's site management folders. Nested sites inherit from their parent sites, allowing you to override or extend component registrations at each level. This is useful in web frameworks, CMS systems, or any application that needs pluggable, location-aware component discovery.","worth_installing":"Yes, if you are building a Zope-based application or using the Zope component architecture and need location-aware component registration. The package is stable and has no known vulnerabilities, but install friction is low and maintenance is aging (336 days since last release). It is not a general-purpose tool\u2014it is tightly coupled to Zope's ecosystem and requires ZODB or similar persistent storage. Only install if you are already committed to Zope or the component architecture pattern."},"id":"zope-site","links":{"html":"https://skillfed.io/packages/zope-site","md":"https://skillfed.io/packages/zope-site.md","pypi":"https://pypi.org/project/zope-site/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-09-12","license_spdx":null,"license_treatment":"unclear","name":"zope.site","python_support":"supports_current","summary":"Local registries for zope component architecture"},"popularity":{"monthly_downloads":143459,"position":11178,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"6.0"}
