Metadata-Version: 1.1
Name: multimethods.py
Version: 0.1
Summary: Clojure-style multimethods for Python
Home-page: http://github.com/weissjeffm/multimethods
Author: Jeff Weiss
Author-email: me@jweiss.com
License: BSD 2-clause
Description: This module adds multimethod support to the Python programming language. It has custom dispatch functions, method preference, and module namespacing. This design is inspired the Clojure programming language's multimethods.
Keywords: multimethods dispatch
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
