-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKG-INFO
24 lines (19 loc) · 913 Bytes
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Metadata-Version: 1.0
Name: geventhttpclient
Version: 1.1.0
Summary: http client library for gevent
Home-page: http://github.com/gwik/geventhttpclient
Author: Antonin Amand
Author-email: [email protected]
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.
Platform: UNKNOWN