Metadata-Version: 1.0
Name: PyMultimethods
Version: 0.1
Summary: PyMultimethods: Multimethods for Python
Home-page: http://launchpad.net/pymultimethods
Author: Nathan Davis
Author-email: davisn90210@gmail.com
License: GNU AGPL, version 3
Description: PyMultimethods provides a pythonic library for implementing multimethods.  Multimethods are functions that exhibit polymorphic behaviour.  However, all of the function arguments are considered during dispatch.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
