Metadata-Version: 2.2
Name: multidispatch
Version: 0.2
Summary: Create multi-dispatch functions.
Home-page: code.google.com/p/py-multimethod
Author: Fábio Macêdo Mendes
Author-email: fabiomacedomendes@gmail.com
Classifier: Development Status :: 5 - Production/Stable
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: summary

Multidispatch functions: easily define multiple implementations for the same 
function depending on the number and type of its arguments.
