Metadata-Version: 1.0
Name: functional
Version: 0.4
Summary: Tools for functional programming in python
Home-page: http://oakwinter.com/code/functional/
Author: Collin Winter
Author-email: collinw@gmail.com
License: MIT License
Description: functional provides a pure-Python implementation of numerous tools common in
        functional programming, such as foldl, foldr, take, flip, as well as mechanisms
        for partial function application and function composition.
        
        In addition, this project serves as a test-bed for the functional module that
        will be shipped with Python 2.5. While the module to be shipped with Python will
        be partially written in C for speed, this module is written in Python to gain
        readability and portability.
        
        functional currently offers over 20 tools to make functional programming a snap.
        Also included is an examples.py file to provide some demo code for the tools
        available in functional.
Keywords: python functional higher-order
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
