python-socks icon indicating copy to clipboard operation
python-socks copied to clipboard

Core proxy client (SOCKS4, SOCKS5, HTTP) functionality for Python

Results 3 python-socks issues
Sort by recently updated
recently updated
newest added

Hello. I'm trying to connect to IMAP through the proxy with module [aioimaplib](https://github.com/bamthomas/aioimaplib). I tried to overwrite `create_client` method like this: ```py import asyncio import ssl from aioimaplib.aioimaplib import (...

Hi, I would love to run the test suite while building packages for openSUSE distro. It would be the easiest if the tests/ directory was also packaged in the distribution...

This is prerequisite to use aiohttp with Custom DNS resolver. ``` import socket import asyncio import aiohttp from aiohttp_socks import ProxyType, ProxyConnector from python_socks.async_.asyncio._resolver import Resolver from aiohttp import AsyncResolver...