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

    Бинарный пакет: python-module-decorator
    Версия: 3.4.0-alt1.1
    Архитектура: noarch
    Собран:  31 марта 2013 г. 6:11
    Исходный пакет: python-module-decorator
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/decorator

    Лицензия: BSD
    О пакете: Better living through Python with decorators
    Описание: 
    Python decorators are an interesting example of why syntactic sugar
    matters. In principle, their introduction in Python changed nothing,
    since they do not provide any new functionality which was not already
    present in the language. In practice, their introduction has
    significantly changed the way we structure our programs in Python. I
    believe the change is for the best, and that decorators are a great idea
    since:
    
    * decorators help reducing boilerplate code;
    
    * decorators help separation of concerns;
    
    * decorators enhance readability and maintenability;
    
    * decorators are explicit.
    
                         Michele Simionato <michele simionato at gmail com>

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

    Список участников:
    Aleksey Avdeev
    Eugeny A. Rostovtsev
    Vitaly Kuznetsov

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


    22 марта 2013 г. Aleksey Avdeev 3.4.0-alt1.1
    - Rebuild with Python-3.3
    13 февраля 2013 г. Eugeny A. Rostovtsev 3.4.0-alt1
    - Version 3.4.0
    12 мая 2012 г. Eugeny A. Rostovtsev 3.3.3-alt1
    - Version 3.3.3
    - Added module for Python 3