Description
Implements ZCML, the Zope Configuration Markup Language used to configure components, adapters, and application behavior in Zope-based projects. It helps projects express wiring and registration outside ordinary Python code.
Developers use it as configuration infrastructure. Configuration files can change application behavior broadly, so review trusted sources and keep configuration under version control.