Metadata-Version: 1.0
Name: iterutils
Version: 0.1.3
Summary: Itertools recipes.
Home-page: http://pypi.python.org/pypi/iterutils
Author: ...
Author-email: ...
License: http://docs.python.org/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python
Description: About iterutils
        ===============
        
        These functions have been copied from the recipes
        in the Python documentation for itertools:
        http://docs.python.org/library/itertools.html#recipes
        
        The following license applies to the Python documentation:
        http://docs.python.org/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python
        
        The idea to collect all of the itertools recipes into
        a module named iterutils.py is from this post
        by Alex Martelli on stackoverflow:
        http://stackoverflow.com/questions/1639772
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
