| Name: | python36-importlib-metadata |
|---|---|
| Version: | 0.23 |
| Release: | 4.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 141699 |
| License: | Apache-2.0 |
| RPM: | python36-importlib-metadata-0.23-4.el7.noarch.rpm |
| Source RPM: | python-importlib-metadata-0.23-4.el7.src.rpm |
| Build Date: | Sat Jan 14 2023 |
| Build Host: | build-ol7-x86_64.oracle.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. |