pytilities is a utility library

Web site: http://pytilities.sourceforge.net/
Project site with svn, ...: http://sourceforge.net/projects/pytilities/
Releases: TODO (PyPI link)

Features:

    - delegation: decorate classes with attributes that are delegated to a
    target object without having to write those attributes on the decorating
    class

    - event dispatching: Observer/Listener like event dispatching with wrappers
    for hiding events on dispatchers and combining dispatchers

    - function overloading

    - various: a NumberType (anything numeric), a mangle function, ...

