Metadata-Version: 1.1
Name: yieldfrom
Version: 1.0.0
Summary: A backport of the `yield from` semantic from Python 3.x to Python 2.7
Home-page: https://github.com/Nurdok/yieldfrom/
Author: Amir Rachum
Author-email: amir@rachum.com
License: MIT
Description: # yieldfrom
        A backport of the `yield from` semantic from Python 3.x to Python 2.7
        
Keywords: yield,from,yield from,generators,backport
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 2
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
