Metadata-Version: 1.0
Name: currypy
Version: 0.1.1
Summary: pickleable partial functions
Home-page: http://code.google.com/p/currypy/
Author: michael j pan
Author-email: mikepan@gmail.com
License: New BSD
Description: functools.partial allows for the currying of arguments. However, being implemented in C, functools.partial objects are not pickleable. This package implements a wrapper class for the partial objects, such that enables pickling of the objects.
Keywords: functools partial curry pickle
Platform: All
