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

    Исходный пакет: python3-module-interfaces
    Версия: 0.0.4-alt2
    Последняя версия по данным Repology
    Собран:  5 ноября 2019 г. 10:47 в задании #240203
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/interfaces/

    Лицензия: Apache v2
    О пакете: Simple decorator implementation of an interface
    Описание: 
    This library is a trivial implementation of an interface in Python,
    with the following aspects / features:
    
    * It fails at import time, not at construction, so you know
      immediately when you have a problem.
    * It's quite simple (very few LOC) and lenient where it counts
    * It exclusively uses decorators, so...
    * It does not require inheritance (reducing 'forced' subclassing)
    * It does not enforce any typing checks
    * It is intended to 'enhance' duck typing by avoiding common
      pitfalls (forgot to implement something on your fake duck class,
      overwrote something fundamental, etc.)

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    python3-module-interfaces (noarch)

    Сопровождающий: Andrey Bychkov


    Права:
    @python
    @everybody

      1. rpm-build-python3
      2. python3-module-setuptools

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


    5 ноября 2019 г. Andrey Bychkov 0.0.4-alt2
    - disable python2
    17 января 2017 г. Igor Vlasenko 0.0.4-alt1
    - automated PyPI update
    13 марта 2016 г. Ivan Zakharyaschev 0.0.2-alt1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)