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

    Исходный пакет: python-module-interfaces
    Версия: 0.0.4-alt1
    Собран:  17 января 2017 г. 18:14 в задании #176695
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: 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-пакетом:
    python-module-interfaces (noarch)
    python3-module-interfaces (noarch)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Igor Vlasenko
    Ivan Zakharyaschev
    Eugeny A. Rostovtsev

      1. python3-devel
      2. python-devel
      3. rpm-build-python3

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


    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)
    17 июля 2014 г. Eugeny A. Rostovtsev 0.0.2-alt1
    - Initial build for Sisyphus