Description
Provides a hook and plugin system for Python applications. It helps projects let extensions register behavior, respond to events, and integrate without hard-coding every optional feature.
Plugin systems can load third-party code. Applications using it should define clear trust boundaries and review which plugins are enabled.