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