Package python-module-peak-util-AddOns: Information

    Binary package: python-module-peak-util-AddOns
    Version: 0.7-alt1
    Architecture: noarch
    Build time:  Jun 10, 2019, 11:13 PM
    Report package bug
    License: PSF or ZPL
    Summary: Dynamically extend other objects with AddOns (formerly ObjectRoles)
    Description: 
    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.

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov
    Vitaly Kuznetsov

    Last changed


    Aug. 4, 2013 Vitaly Lipatov 0.7-alt1
    - new version 0.7 (with rpmrb script)
    Oct. 20, 2011 Vitaly Kuznetsov 0.6-alt2.1
    - Rebuild with Python-2.7
    Oct. 6, 2010 Vitaly Lipatov 0.6-alt2
    - fix packing peak/util dir