importlib-metadata - PyPI
pypi.org › project › importlib-metadataMar 13, 2022 · This package supplies third-party access to the functionality of importlib.metadata including improvements added to subsequent Python versions. Compatibility New features are introduced in this third-party library and later merged into CPython.
importlib.metadata – Real Python
https://realpython.com/lessons/importlibmetadataIn this lesson, you’ll learn about a new module in the standard library in Python 3.8, importlib.metadata. Through this module, you can access information about installed packages in your Python installation. Together with its companion module, importlib.resources, importlib.metadata improves on the functionality of the older pkg_resources.
importlib.metadata - Real Python
realpython.com › lessons › importlibmetadataIn this lesson, you’ll learn about a new module in the standard library in Python 3.8, importlib.metadata. Through this module, you can access information about installed packages in your Python installation. Together with its companion module, importlib.resources, importlib.metadata improves on the functionality of the older pkg_resources.