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

    Исходный пакет: python-module-decorator
    Версия: 3.4.0-alt1.1
    Собран:  31 марта 2013 г. 6:11
    Категория: Разработка/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)
    python3-module-decorator (noarch)

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

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

    Права:
    Eugeny A. Rostovtsev
    @qa
    @python
    @everybody

      1. python3-devel
      2. python3-module-distribute
      3. rpm-build-python
      4. rpm-build-python3
      5. python-devel
      6. python-module-distribute

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


    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