Metadata-Version: 1.0
Name: trickle
Version: 0.1
Summary: IOStream wrapper for use with Tornado coroutines.
Home-page: http://github.com/ajdavis/trickle/
Author: A. Jesse Jiryu Davis
Author-email: jesse@emptysquare.net
License: http://www.apache.org/licenses/LICENSE-2.0
Description: ===========
        Trickle
        ===========
        
        :Info: An IOStream wrapper for use with Tornado coroutines.
        :Author: A\. Jesse Jiryu Davis
        
        Purpose
        =======
        Tornado's IOStream API is central to Tornado, but it's designed to be used with
        callbacks, instead of with coroutines and Futures. Trickle is a proof-of-concept
        for a coroutine-friendly IOStream interface.
        
        Documentation
        =============
        See the documentation on `ReadTheDocs <http://trickle.rtfd.org>`_.
        
Keywords: tornado coroutines iostream trickle asynchronous
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 1 - Planning
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
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
