Description
Installed package metadata can be read by legacy Python 2 tools through an importlib.metadata backport. This library helps applications inspect versions, entry points, and distribution information.
It is imported by packaging and plugin systems, not used as a package manager by itself. Metadata should be treated as descriptive input from installed packages.