Metadata-Version: 1.1
Name: nmmd
Version: 0.0.3
Summary: Tools for Non-Magical Multiple Dispatch
Home-page: http://github.com/twneale/nmmd
Author: Thom Neale
Author-email: twneale@gmail.com
License: UNKNOWN
Description: 
        Tools abound for single/double/multiple dispatch in python, but most
        resort to blatantly magical trickery, like inspecting and
        injecting names into lower stack frames, allowing strings to be
        passed as code and executed in the dispatchers context, and
        other things this package deems silly and/or garbage.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
