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

    Исходный пакет: python-module-peak-util-AddOns
    Версия: 0.6-alt2.1
    Собран:  15 ноября 2011 г. 22:50
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/AddOns/

    Лицензия: PSF or ZPL
    О пакете: Dynamically extend other objects with AddOns (formerly ObjectRoles)
    Описание: 
    In any sufficiently-sized application or framework, it's common to end up
    lumping a lot of different concerns into the same class.  For example, you may
    have business logic, persistence code, and UI all jammed into a single class.
    Attribute and method names for all sorts of different operations get shoved
    into a single namespace -- even when using mixin classes.
    
    Separating concerns into different objects, however, makes it easier to write
    reusable and separately-testable components.  The AddOns package
    (``peak.util.addons``) lets you manage concerns using ``AddOn`` classes.

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

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Kuznetsov
    Vitaly Lipatov

    Права:
    Vitaly Lipatov
    @everybody

      1. python-devel = 2.7
      2. rpm-build-python >= 0.8
      3. python-module-setuptools

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


    20 октября 2011 г. Vitaly Kuznetsov 0.6-alt2.1
    - Rebuild with Python-2.7
    6 октября 2010 г. Vitaly Lipatov 0.6-alt2
    - fix packing peak/util dir
    6 октября 2010 г. Vitaly Lipatov 0.6-alt1
    - initial build for ALT Linux Sisyphus