Package python-module-importlib_metadata: Information
Source package: python-module-importlib_metadata
Version: 1.3.0-alt3
Build time: Sep 9, 2020, 10:18 PM in the task #257632
Category: Development/Python
Report package bugHome page: https://pypi.org/project/importlib-metadata/
License: Apache-2.0
Summary: Library to access the metadata for a Python package
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. importlib_metadata is a backport of Python 3.8's standard library importlib.metadata module for Python 2.7, and 3.4 through 3.7. Users of Python 3.8 and beyond are encouraged to use the standard library module, and in fact for these versions, importlib_metadata just shadows that module. Developers looking for detailed API descriptions should refer to the Python 3.8 standard library documentation.
Maintainer: Stanislav Levin
Last changed
Sept. 9, 2020 Stanislav Levin 1.3.0-alt3
- Disabled testing.
Feb. 13, 2020 Stanislav Levin 1.3.0-alt2
- Moved Python3 subpackage out to its own package.
Dec. 16, 2019 Stanislav Levin 1.3.0-alt1
- 0.23 -> 1.3.0.