python3-importlib-metadata

library to access the metadata for a Python package - Python 3.x
  https://github.com/python/importlib_metadata
  0
  no reviews



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.

This package contains Python 3.x module.