Language

Package: python-importlib-metadata @ 1.5.0

Synopsis

Read metadata from Python packages

Description

importlib_metadata is a library which provides an API for accessing an installed Python 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. Along with importlib.resources in Python 3.7 and newer, this can eliminate the need to use the older and less efficient pkg_resources package.

Home page
https://importlib-metadata.readthedocs.io/
Location
gnu/packages/python-xyz.scm (line: 6107, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings