Subject: CVS commit: pkgsrc/net
From: Adam Ciarcinski
Date: 2017-07-14 12:44:59
Message id: 20170714104459.6F685FACB@cvs.NetBSD.org

Log Message:
A high performance, concurrent HTTP client library for python using gevent.

gevent.httplib support was removed in gevent 1.0, geventhttpclient now provides
that missing functionality.

geventhttpclient uses 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 APIs like Twitter's.

Safe SSL support is provided by default. geventhttpclient depends on the
certifi CA Bundle. This is the same CA Bundle which ships with the Requests
codebase, and is derived from Mozilla Firefox's canonical set.

Files:
RevisionActionfile
1.1addpkgsrc/net/py-geventhttpclient/DESCR
1.1addpkgsrc/net/py-geventhttpclient/Makefile
1.1addpkgsrc/net/py-geventhttpclient/PLIST
1.1addpkgsrc/net/py-geventhttpclient/distinfo