Metadata-Version: 1.1
Name: multimethodic
Version: 1.0
Summary: Clojure-style multimethods for Python
Home-page: http://github.com/danwerner/multimethodic
Author: Daniel Werner
Author-email: daniel.d.werner@googlemail.com
License: BSD 2-clause
Description: This module adds multimethod support to the Python programming language. In contrast to other multiple dispatch implementations, this one doesn't strictly dispatch on argument types, but on a user-provided dispatch function that can differ for each multimethod. 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
