Metadata-Version: 1.0
Name: geventhttpclient
Version: 1.3.0
Summary: http client library for gevent
Home-page: http://github.com/gwik/geventhttpclient
Author: Antonin Amand
Author-email: antonin.amand@gmail.com
License: LICENSE-MIT
Description: 
        A high performance, concurrent HTTP client library for python using gevent.
        
        geventhttpclient use a fast http parser, written in C, originating from nginx,
        extracted and modified by Joyent.
        
        geventhttpclient has been specifically designed for high concurrency,
        streaming and support HTTP 1.1 persistent connections. More generally it is
        designed for efficiently pulling from REST APIs and streaming API's
        like Twitter's.
        
        Safe SSL support is provided by default.
        
        Python 2.6 and 2.7 are supported as well as gevent 0.13 and gevent 1.0.
        
        Use of SSL/TLS with python 2.7.9 is not recommanded and may be broken.
        
Platform: UNKNOWN
