Description
Discover plugin-style entry points declared by installed Python packages. It helps applications find extensions, commands, or integrations provided by other packages without hard-coding every module name.
This is a packaging and plugin-discovery library. Loading entry points runs code from installed packages, so applications should only trust extensions from sources they are willing to execute.