Metadata-Version: 1.1
Name: prelude
Version: 0.1.0
Summary: Prelude library of functional programming constructs
Home-page: https://github.com/hircus/python-prelude
Author: Michel Alexandre Salim
Author-email: michel@sylvestre.me
License: MIT
Download-URL: https://github.com/hircus/python-prelude/zipball/0.1.0
Description: Prelude library for Python
        ==========================
        This library provides functional programming constructs from languages
        such as Haskell and Scala, implemented using existing Python libraries
        such as ``abc`` (*abstract base class*) as appropriate.
        
        The intention is for this to complement the existing ``functools`` library,
        not to replace it.
        
        
        Installation
        ------------
        From an unpacked archive::
        
            $ python setup.py install
        
        With `pip <http://pypi.python.org/pypi/pip>`_::
        
            $ pip install prelude
        
        
        License
        -------
        Copyright © 2012 Michel Alexandre Salim. Distributed under the MIT
        license. See the file ``LICENSE``. For a humorous
        `poetic <https://github.com/alexgenaud/Poetic-License/blob/master/README>`_
        "translation" of the terms, read on::
        
            This work ‘as-is’ we provide.
            No warranty express or implied.
            We’ve done our best,
            to debug and test.
            Liability for damages denied.
        
            Permission is granted hereby,
            to copy, share, and modify.
            Use as is fit,
            free or for profit.
            These rights, on this notice, rely.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
