Package python-module-importlib_metadata: Information

    Source package: python-module-importlib_metadata
    Version: 0.11-alt1.c9.1
    Build time:  Oct 26, 2023, 06:26 PM in the task #319698
    Report package bug
    License: ASL2.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.

    List of rpms provided by this srpm:
    python-module-importlib_metadata (noarch)

    Maintainer: Andrey Cherepanov


      1. python3(setuptools_scm)
      2. rpm-build-python3
      3. python3(tox)
      4. python3(packaging)
      5. python3(zipp)
      6. python-module-setuptools
      7. python2.7(configparser)
      8. python2.7(contextlib2)
      9. python2.7(importlib_resources)
      10. python2.7(json)
      11. python2.7(packaging)
      12. python2.7(setuptools_scm)
      13. python2.7(zipp)

    Last changed


    May 2, 2023 Andrey Cherepanov 0.11-alt1.c9.1
    - Built only python2 module.
    May 14, 2019 Stanislav Levin 0.11-alt1
    - 0.9 -> 0.11.
    April 22, 2019 Stanislav Levin 0.9-alt1
    - 0.8 -> 0.9.
    - Fixed testing.