mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
46efb66d01
Signed-off-by: B. Watson <yalhcru@gmail.com>
4 lines
248 B
Text
4 lines
248 B
Text
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.
|