| Name: | python3-importlib-metadata | 
|---|---|
| Version: | 0.23 | 
| Release: | 1.el8 | 
| Architecture: | noarch | 
| Group: | Unspecified | 
| Size: | 113174 | 
| License: | ASL 2.0 | 
| RPM: | python3-importlib-metadata-0.23-1.el8.noarch.rpm | 
| Source RPM: | python-importlib-metadata-0.23-1.el8.src.rpm | 
| Build Date: | Fri Sep 18 2020 | 
| Build Host: | jenkins-172-17-0-2-11fd70d9-f8d8-4d1e-9560-ba8e5bd65303.appad2iad.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.  |