Metadata-Version: 1.1
Name: pytilities
Version: 0.1.4
Summary: A collection of python coding utilities
Home-page: http://pytilities.sourceforge.net
Author: Tim Diels
Author-email: limyreth@users.sourceforge.net
License: UNKNOWN
Description:     pytilities is a utility library for developers.
        
            It has the following 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/Subject like event dispatching with wrappers
                for hiding events on dispatchers and combining dispatchers
        
                - function overloading
        
                - various: Vector, Rectangle classes, custom types, ...
        
            Tested on python 2.6, it may work on other versions as well.
            
Keywords: utility,library,delegation,event,overloading
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides: pytilities
Provides: pytilities.types
Provides: pytilities.event
Provides: pytilities.test
Provides: pytilities.test.event
Provides: pytilities.test.delegation
Provides: pytilities.test.geometry
Provides: pytilities.test.overloading
Provides: pytilities.delegation
Provides: pytilities.geometry
Provides: pytilities.overloading
