Metadata-Version: 1.1
Name: asyncio
Version: 0.1.1
Summary: reference implementation of PEP 3156
Home-page: http://www.python.org/dev/peps/pep-3156/
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: Tulip is the codename for my reference implementation of PEP 3156.
        
        PEP 3156: http://www.python.org/dev/peps/pep-3156/
        
        *** This requires Python 3.3 or later! ***
        
        Copyright/license: Open source, Apache 2.0. Enjoy.
        
        Master Mercurial repo: http://code.google.com/p/tulip/
        
        The actual code lives in the 'asyncio' subdirectory.
        Tests are in the 'tests' subdirectory.
        
        To run tests:
          - make test
        
        To run coverage (coverage package is required):
          - make coverage
        
        
        --Guido van Rossum <guido@python.org>
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
