Metadata-Version: 1.0
Name: generic
Version: 0.2
Summary: A set of tools for generic programming.
Home-page: UNKNOWN
Author: Andrey Popp
Author-email: 8mayday@gmail.com
License: BSD
Description: Generic programming library for Python
        ======================================
        
        Generic is trying to be simple and easy-to-use programming library that
        provides a set of tools for generic programming with Python.
        
        Documentation is at http://packages.python.org/generic/.
        Its development takes place at http://github.com/andreypopp.
        
        
        Changes
        =======
        
        0.2
        ---
        
        - Method with multidispatch by object type and positional arguments.
        - Override multifunctions with ``override`` method.
        
        0.1
        ---
        
        - Registry with simple and type axes.
        - Functions with multidispatch by positional arguments.
        
Platform: UNKNOWN
