blob: a8f27f63e4f03f6cd87f6ec0b0e49944b7e38c54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
This package contains an updated and actively maintained version
of SocksiPy, with bug fixes and extra features.
It acts as a drop-in replacement to the socket module.
Features
* SOCKS proxy client for Python 2.6 - 3.x
* TCP and UDP both supported
* HTTP proxy client included but not supported or recommended (you
should use urllib2's or requests' own HTTP proxy interface)
|