Metadata-Version: 1.0
Name: yieldpoints
Version: 0.1
Summary: Simple extensions to Tornado's gen module.
Home-page: http://github.com/ajdavis/yieldpoints/
Author: A. Jesse Jiryu Davis
Author-email: ajdavis@cs.oberlin.edu
License: http://www.apache.org/licenses/LICENSE-2.0
Description: ===========
        YieldPoints
        ===========
        
        :Info: Simple extensions to Tornado's gen module.
        :Author: A\. Jesse Jiryu Davis
        
        .. image:: https://travis-ci.org/ajdavis/yieldpoints.png
                :target: https://travis-ci.org/ajdavis/yieldpoints
        
        About
        =====
        Simple extensions to Tornado's gen_ module.
        
        .. _gen: http://www.tornadoweb.org/documentation/gen.html
        
        Dependencies
        ============
        Tornado_ >= version 2.3.
        
        .. _Tornado: http://www.tornadoweb.org/
        
        Documentation
        =============
        
        Documentation: http://yieldpoints.readthedocs.org/
        
        You will need Sphinx_ installed to generate the
        documentation. Documentation can be generated like::
        
            $ sphinx-build doc build
        
        .. _Sphinx: http://sphinx.pocoo.org/
        
        Testing
        =======
        
        Run ``python setup.py nosetests`` in the root directory.
        
Keywords: tornado coroutines semaphore mutex queue asynchronous
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
