Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37402872
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-interfaces

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.0.4-alt2
Время сборки: 5 ноября 2019, 07:43 ( 232.4 недели назад )
Размер архива: 6794 b

Домашняя страница:   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.)

Текущий майнтейнер: Andrey Bychkov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • python3-module-interfaces
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin