Name: | python3-importlib-metadata |
---|---|
Version: | 1.7.0 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 138081 |
License: | ASL 2.0 |
RPM: | python3-importlib-metadata-1.7.0-1.el8.noarch.rpm |
Source RPM: | python-importlib-metadata-1.7.0-1.el8.src.rpm |
Build Date: | Wed Jul 14 2021 |
Build Host: | jenkins-172-17-0-2-7be30ccd-a860-4b75-b511-878d3a098236.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://importlib-metadata.readthedocs.io/ |
Summary: | Read metadata from Python packages |
Description: | 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. Along with importlib.resources in Python 3.7 and newer (backported as importlib_resources for older versions of Python), this can eliminate the need to use the older and less efficient pkg_resources package. |