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

    Исходный пакет: python3-module-immutabledict
    Версия: 2.2.4-alt1
    Собран:  15 августа 2023 г. 21:13
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/corenting/immutabledict

    Лицензия: MIT
    О пакете: A fork of frozendict, an immutable wrapper around dictionaries
    Описание: 
    It implements the complete mapping interface and can be used as a drop-in
    replacement for dictionaries where immutability is desired. The immutabledict
    constructor mimics dict, and all of the expected interfaces (iter, len, repr,
    hash, getitem) are provided. Note that an immutabledict does not guarantee
    the immutability of its values, so the utility of hash method is restricted
    by usage.
    
    The only difference is that the copy() method of immutable takes variable
    keyword arguments, which will be present as key/value pairs in the new,
    immutable copy.

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

    Сопровождающий: Anton Midyukov

    Список участников:
    Anton Midyukov

      1. python3-dev
      2. python3(poetry)
      3. python3(poetry.core)
      4. python3-module-pyproject-installer >= 0.4.0
      5. python3(setuptools)
      6. rpm-build-python3
      7. rpm-macros-python3
      8. python3(wheel)
      9. pytest3

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


    15 июня 2023 г. Anton Midyukov 2.2.4-alt1
    - new version (2.2.4) with rpmgs script
    - Migration to PEP517
    - enable check
    4 февраля 2022 г. Anton Midyukov 2.2.1-alt1
    - initial build