Metadata-Version: 1.1
Name: pygeneric
Version: 0.4.2
Summary: Generic functions for Python
Home-page: https://github.com/fabiommendes/pygeneric
Author: Fábio Macêdo Mendes
Author-email: fabiomacedomendes@gmail.com
License: GPL
Description: `pygeneric` implements type dispatch for generic functions in Python. A generic
        function gathers many different implementations (or methods) under the same 
        name. The actual implementation is choosen at runtime depending on the function 
        arguments.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
