Metadata-Version: 1.0
Name: functoolz
Version: 0.4
Summary: More function tools
Home-page: http://github.com/mrocklin/functoolz/
Author: Matthew Rocklin
Author-email: mrocklin@gmail.com
License: BSD
Description: Functoolz
        =========
        
        More useful tools for Python functions.
        
        [![Build Status](https://travis-ci.org/mrocklin/functoolz.png)](https://travis-ci.org/mrocklin/functoolz)
        
        Install
        -------
        
        `functoolz` is on the Python Package Index (PyPi)
        
            pip install functoolz
        
        or 
            
            easy_install functoolz
        
        or from source
        
            ./setup.py install
        
        Dependencies
        ------------
        
        `functoolz` supports Python 2.6+ and Python 3.2+ with a common codebase.
        
        It has no dependencies outside of the standard library.
        
        Author
        ------
        
        [Matthew Rocklin](http://matthewrocklin.com)
        
        LICENSE
        -------
        
        New BSD.  See [License File](LICENSE.TXT).
        
        See Also
        --------
        
        *   [`itertoolz`](http://github.com/mrocklin/itertoolz)
        *   [`classtoolz`](http://github.com/mrocklin/classtoolz)
        
Platform: UNKNOWN
