freebsd-ports/net/py-pysocks/pkg-descr
Sunpoet Po-Chuan Hsieh 93eda0309f - Add py-pysocks 1.5.0
Derived from SocksiPy - a Python SOCKS module.

- UDP support
- SocksiPyHandler, courtesy e000, was also added as an example of how
  this module can be used with urllib2. See example code in sockshandler.py.
- urllib3, which powers the requests module, is working on integrating SOCKS
  proxy support based on this branch

PR:		196049
Submitted by:	<kyuupichan@gmail.com>
2015-03-22 14:59:10 +00:00

7 lines
323 B
Text

Derived from SocksiPy - a Python SOCKS module.
- UDP support
- SocksiPyHandler, courtesy e000, was also added as an example of how
this module can be used with urllib2. See example code in sockshandler.py.
- urllib3, which powers the requests module, is working on integrating SOCKS
proxy support based on this branch