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

    Исходный пакет: python3-module-immutabledict
    Версия: 2.2.4-alt1
    Последняя версия по данным Repology
    Собран:  16 июня 2023 г. 10:22 в задании #323103
    Категория: Разработка/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

    Права:
    Anton Midyukov
    @everybody

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

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


    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