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

    Исходный пакет: python-module-decorator
    Версия: 3.1.2-alt1
    Собран:  29 сентября 2009 г. 10:13
    Категория: Разработка/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>

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-decorator (noarch)

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

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

    Права:
    @qa_p5

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

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


    29 сентября 2009 г. Eugeny A. Rostovtsev 3.1.2-alt1
    - Initial build for Sisyphus