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

python3-socks-2.0.3-2.mga9 RPM for noarch

From Mageia 9 for armv7hl / media / core / release

Name: python3-socks Distribution: Mageia
Version: 2.0.3 Vendor: Mageia.Org
Release: 2.mga9 Build date: Wed Mar 23 22:02:14 2022
Group: Development/Python Build host: localhost
Size: 356015 Source RPM: python-socks-2.0.3-2.mga9.src.rpm
Packager: umeabot <umeabot>
Url: https://github.com/romis2012/python-socks
Summary: Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python
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.

Provides

Requires

License

Apache 2

Changelog

* Wed Mar 23 2022 umeabot <umeabot> 2.0.3-2.mga9
  + Revision: 1823329
  - Mageia 9 Mass Rebuild
* Mon Feb 21 2022 mrambo3501 <mrambo3501> 2.0.3-1.mga9
  + Revision: 1782510
  - version 2.0.3
  - rebuild for python-3.10
* Sun Aug 22 2021 wally <wally> 1.2.4-1.mga9
  + Revision: 1742191
  - imported package python-socks

Files

/usr/lib/python3.10/site-packages/python_socks
/usr/lib/python3.10/site-packages/python_socks-2.0.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/python_socks-2.0.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/python_socks-2.0.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/python_socks-2.0.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/python_socks-2.0.3-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/python_socks-2.0.3-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/python_socks/__init__.py
/usr/lib/python3.10/site-packages/python_socks/__pycache__
/usr/lib/python3.10/site-packages/python_socks/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/_abc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/_abc.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/_basic_auth.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/_basic_auth.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/_errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/_errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/_helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/_helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/_proxy_factory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/_proxy_factory.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/_types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/_types.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_abc.py
/usr/lib/python3.10/site-packages/python_socks/_basic_auth.py
/usr/lib/python3.10/site-packages/python_socks/_errors.py
/usr/lib/python3.10/site-packages/python_socks/_helpers.py
/usr/lib/python3.10/site-packages/python_socks/_proto
/usr/lib/python3.10/site-packages/python_socks/_proto/__init__.py
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/http.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/http.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/http_async.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/http_async.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/http_sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/http_sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/socks4.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/socks4.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/socks4_async.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/socks4_async.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/socks4_sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/socks4_sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/socks5.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/socks5.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/socks5_async.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/socks5_async.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/socks5_sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/__pycache__/socks5_sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_proto/http.py
/usr/lib/python3.10/site-packages/python_socks/_proto/http_async.py
/usr/lib/python3.10/site-packages/python_socks/_proto/http_sync.py
/usr/lib/python3.10/site-packages/python_socks/_proto/socks4.py
/usr/lib/python3.10/site-packages/python_socks/_proto/socks4_async.py
/usr/lib/python3.10/site-packages/python_socks/_proto/socks4_sync.py
/usr/lib/python3.10/site-packages/python_socks/_proto/socks5.py
/usr/lib/python3.10/site-packages/python_socks/_proto/socks5_async.py
/usr/lib/python3.10/site-packages/python_socks/_proto/socks5_sync.py
/usr/lib/python3.10/site-packages/python_socks/_proxy_factory.py
/usr/lib/python3.10/site-packages/python_socks/_types.py
/usr/lib/python3.10/site-packages/python_socks/_version.py
/usr/lib/python3.10/site-packages/python_socks/async_
/usr/lib/python3.10/site-packages/python_socks/async_/__init__.py
/usr/lib/python3.10/site-packages/python_socks/async_/__pycache__
/usr/lib/python3.10/site-packages/python_socks/async_/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/__pycache__/_proxy_chain.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/__pycache__/_proxy_chain.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/_proxy_chain.py
/usr/lib/python3.10/site-packages/python_socks/async_/anyio
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__init__.py
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__/_chain.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__/_chain.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__/_connect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__/_connect.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__/_factory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__/_factory.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__/_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__/_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__/_resolver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__/_resolver.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__/_stream.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/__pycache__/_stream.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/_chain.py
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/_connect.py
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/_factory.py
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/_proxy.py
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/_resolver.py
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/_stream.py
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/__init__.py
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/__pycache__
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/__pycache__/_connect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/__pycache__/_connect.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/__pycache__/_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/__pycache__/_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/__pycache__/_resolver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/__pycache__/_resolver.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/__pycache__/_stream.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/__pycache__/_stream.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/_connect.py
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/_proxy.py
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/_resolver.py
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/_stream.py
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/__init__.py
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/__pycache__
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/__pycache__/_chain.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/__pycache__/_chain.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/__pycache__/_connect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/__pycache__/_connect.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/__pycache__/_factory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/__pycache__/_factory.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/__pycache__/_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/__pycache__/_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/__pycache__/_stream.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/__pycache__/_stream.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/_chain.py
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/_connect.py
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/_factory.py
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/_proxy.py
/usr/lib/python3.10/site-packages/python_socks/async_/asyncio/v2/_stream.py
/usr/lib/python3.10/site-packages/python_socks/async_/curio
/usr/lib/python3.10/site-packages/python_socks/async_/curio/__init__.py
/usr/lib/python3.10/site-packages/python_socks/async_/curio/__pycache__
/usr/lib/python3.10/site-packages/python_socks/async_/curio/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/curio/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/curio/__pycache__/_connect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/curio/__pycache__/_connect.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/curio/__pycache__/_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/curio/__pycache__/_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/curio/__pycache__/_resolver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/curio/__pycache__/_resolver.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/curio/__pycache__/_stream.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/curio/__pycache__/_stream.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/curio/_connect.py
/usr/lib/python3.10/site-packages/python_socks/async_/curio/_proxy.py
/usr/lib/python3.10/site-packages/python_socks/async_/curio/_resolver.py
/usr/lib/python3.10/site-packages/python_socks/async_/curio/_stream.py
/usr/lib/python3.10/site-packages/python_socks/async_/trio
/usr/lib/python3.10/site-packages/python_socks/async_/trio/__init__.py
/usr/lib/python3.10/site-packages/python_socks/async_/trio/__pycache__
/usr/lib/python3.10/site-packages/python_socks/async_/trio/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/__pycache__/_connect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/__pycache__/_connect.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/__pycache__/_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/__pycache__/_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/__pycache__/_resolver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/__pycache__/_resolver.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/__pycache__/_stream.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/__pycache__/_stream.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/_connect.py
/usr/lib/python3.10/site-packages/python_socks/async_/trio/_proxy.py
/usr/lib/python3.10/site-packages/python_socks/async_/trio/_resolver.py
/usr/lib/python3.10/site-packages/python_socks/async_/trio/_stream.py
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/__init__.py
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/__pycache__
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/__pycache__/_chain.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/__pycache__/_chain.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/__pycache__/_connect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/__pycache__/_connect.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/__pycache__/_factory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/__pycache__/_factory.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/__pycache__/_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/__pycache__/_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/__pycache__/_stream.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/__pycache__/_stream.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/_chain.py
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/_connect.py
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/_factory.py
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/_proxy.py
/usr/lib/python3.10/site-packages/python_socks/async_/trio/v2/_stream.py
/usr/lib/python3.10/site-packages/python_socks/sync
/usr/lib/python3.10/site-packages/python_socks/sync/__init__.py
/usr/lib/python3.10/site-packages/python_socks/sync/__pycache__
/usr/lib/python3.10/site-packages/python_socks/sync/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/__pycache__/_chain.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/__pycache__/_chain.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/__pycache__/_connect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/__pycache__/_connect.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/__pycache__/_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/__pycache__/_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/__pycache__/_resolver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/__pycache__/_resolver.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/__pycache__/_stream.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/__pycache__/_stream.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/_chain.py
/usr/lib/python3.10/site-packages/python_socks/sync/_connect.py
/usr/lib/python3.10/site-packages/python_socks/sync/_proxy.py
/usr/lib/python3.10/site-packages/python_socks/sync/_resolver.py
/usr/lib/python3.10/site-packages/python_socks/sync/_stream.py
/usr/lib/python3.10/site-packages/python_socks/sync/v2
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__init__.py
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__pycache__
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__pycache__/_chain.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__pycache__/_chain.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__pycache__/_factory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__pycache__/_factory.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__pycache__/_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__pycache__/_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__pycache__/_ssl_transport.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__pycache__/_ssl_transport.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__pycache__/_stream.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__pycache__/_stream.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/v2/_chain.py
/usr/lib/python3.10/site-packages/python_socks/sync/v2/_factory.py
/usr/lib/python3.10/site-packages/python_socks/sync/v2/_proxy.py
/usr/lib/python3.10/site-packages/python_socks/sync/v2/_ssl_transport.py
/usr/lib/python3.10/site-packages/python_socks/sync/v2/_stream.py
/usr/share/doc/python3-socks
/usr/share/doc/python3-socks/README.md
/usr/share/licenses/python3-socks
/usr/share/licenses/python3-socks/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 2 03:42:46 2024