Description
Reads installed Python package metadata such as versions, entry points, dependencies, and distribution information. It helps tools inspect what is installed without hard-coding package details.
This is commonly used by Python applications, plugins, build tools, and compatibility code. It does not install packages; it only reads metadata already present in the environment.