Metadata-Version: 1.0
Name: functional
Version: 0.6
Summary: Tools for functional programming in python
Home-page: http://oakwinter.com/code/functional/
Author: Collin Winter
Author-email: collinw@gmail.com
License: PSF License
Description: functional provides Python users with numerous
        tools common in functional programming, such as foldl, foldr, flip, as well
        as mechanisms for partial function application and function composition.
        
        functional comes in two flavours: one is written in a combination of C and
        Python, focusing on performance. The second is written in pure Python and
        emphasises code readability and portability. The pure-Python variant is also
        recommended if your setup does not allow compilation of third-party extension
        modules.
Keywords: python functional higher-order
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: PSF License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
