Metadata-Version: 1.0
Name: close.consumer
Version: 0.2.2
Summary: gevent based Streaming API consumer
Home-page: http://github.com/thruflo/close.consumer
Author: James Arthur
Author-email: thruflo@googlemail.com
License: Creative Commons CC0 1.0 Universal
Description: Abstract base classes for a long running, streaming API consumer and a specific implementation that puts the data into a redis_ queue and processes it in batches.
        
        Requires gevent_.  The example implementation depends on redis_.
        
        Coded initially to send batches of statuses from the `Twitter Streaming API`_ to an appengine webhook.  May (or may not) be usable for other purposes.
        
        Presumes the data coming down the pipe is `Chunked Transfer Encoded`_.
        
        .. _redis: http://code.google.com/p/redis/
        .. _gevent: http://www.gevent.org/
        .. _Twitter Streaming API: http://apiwiki.twitter.com/Streaming-API-Documentation
        .. _Chunked Transfer Encoded: http://en.wikipedia.org/wiki/Chunked_transfer_encoding
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Programming Language :: Python
