slackbuilds_ponce/python/python-importlib_metadata/README

5 lines
248 B
Text
Raw Normal View History

importlib_metadata is a library which provides an API for accessing
an installed package's metadata, such as its entry points or its
top-level name. This functionality intends to replace most uses of
pkg_resources entry point API and metadata API.