Metadata-Version: 1.0
Name: placeholder
Version: 0.1
Summary: Operator overloading for fast anonymous functions.
Home-page: UNKNOWN
Author: Aric Coady
Author-email: coady@bent-arrow.com
License: UNKNOWN
Description: 
        A placeholder object uses operator overloading to create partially bound functions on-the-fly.
        When used in a binary expression, it will return a callable object with the other argument bound.
        It's useful for replacing lambda when doing functional programming.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Python Software Foundation License
