Description
Provides the core of the Zope Component Architecture, including interfaces, adapters, utilities, and component lookup patterns. It helps larger Python applications assemble behavior from replaceable pieces instead of direct hard-coded dependencies.
Developers use it as an application architecture library. Component registration changes how objects are resolved at runtime, so keep registrations explicit and covered by tests.