blob: 98df7c9e080971ddee0b2c3ff22c0fe281e361e7 (
plain)
1
2
3
4
|
The python-socks package provides a core proxy client functionality for Python.
Supports SOCKS4(a), SOCKS5, HTTP (tunneling) proxy and provides sync and async
(asyncio, trio, curio) APIs. You probably don't need to use python-socks
directly. It is used internally by aiohttp-socks and httpx-socks packages.
|