Пакет python-module-importlib_metadata: Информация

    Исходный пакет: python-module-importlib_metadata
    Версия: 0.11-alt1
    Собран:  14 мая 2019 г. 13:43
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/importlib-metadata/

    Лицензия: ASL2.0
    О пакете: Library to access the metadata for a Python package
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-importlib_metadata (noarch)
    python3-module-importlib_metadata (noarch)

    Сопровождающий: Stanislav Levin

    Список участников:
    Stanislav Levin

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

    Последнее изменение


    14 мая 2019 г. Stanislav Levin 0.11-alt1
    - 0.9 -> 0.11.
    22 апреля 2019 г. Stanislav Levin 0.9-alt1
    - 0.8 -> 0.9.
    - Fixed testing.
    25 января 2019 г. Stanislav Levin 0.8-alt1
    - Initial build.