Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-siosocks-0.3.0-2.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python312-siosocks Distribution: openSUSE Tumbleweed
Version: 0.3.0 Vendor: openSUSE
Release: 2.1 Build date: Thu Jun 12 14:06:15 2025
Group: Development/Languages/Python Build host: reproducible
Size: 103974 Source RPM: python-siosocks-0.3.0-2.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/pohmelie/siosocks
Summary: Sans-io socks proxy client/server with couple io backends
Sans-io (https://sans-io.readthedocs.io/) socks 4/5 client/server library/framework.


* No one-shot socks servers
* Sans-io
* asyncio-ready twunnel3 (https://github.com/jvansteirteghem/twunnel3) is dead
* aiosocks (https://github.com/nibrag/aiosocks) do not mimic `asyncio.open_connection` arguments (maybe dead too)
* Fun


* Only tcp connect (no bind, no udp)
* Both client and server
* Socks versions: 4, 4a, 5
* Socks5 auth: no auth, username/password
* Couple io backends: asyncio, trio, socketserver
* One-shot socks server (`python -m siosocks`)

Provides

Requires

License

MIT

Changelog

* Thu Jun 12 2025 Markéta Machová <mmachova@suse.com>
  - Convert to pip-based build
* Tue Oct 04 2022 Matej Cepl <mcepl@suse.com>
  - Update to 0.3.0:
    -