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

python310-python-socks-2.4.4-1.5 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-python-socks Distribution: openSUSE Tumbleweed
Version: 2.4.4 Vendor: openSUSE
Release: 1.5 Build date: Mon Jan 1 21:31:36 2024
Group: Unspecified Build host: reproducible
Size: 259989 Source RPM: python-python-socks-2.4.4-1.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/romis2012/python-socks
Summary: Core proxy client 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.0

Changelog

* Mon Jan 01 2024 Dirk Müller <dmueller@suse.com>
  - update to 2.4.4:
    * Handle IndexError when loading socks5 reply
    * Fix connection logic (api v2)
    * Change empty reply error message (socks5)
    * ConnectReply.loads: fix IndexError in case no data
    * Redesign code base
    * Remove obsolete protocol implementation
    * Add Sans I/O based http proxy protocol implementation
    * Add Sans I/O socks4 implementation
    * Add simple Sans I/O based socks5 implementation
* Wed Jul 05 2023 Matej Cepl <mcepl@suse.com>
  - Clean up SPEC file.
* Tue Jul 04 2023 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Wed Feb 22 2023 ecsos <ecsos@opensuse.org>
  - Update to 2.1.1
    - No changelog from upstream.
* Thu Oct 06 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to 2.0.3:
    * Fix anyio exception handling
* Sat Jan 15 2022 Dirk Müller <dmueller@suse.com>
  - update to 2.0.2:
    * Added anyio backend
    * Added new (v2) API for sync and trio backends
    * The code base has been completely redesigned
    * Fixed #14 anyio.BrokenResourceError
* Wed Apr 21 2021 Jiri Slaby <jslaby@suse.cz>
  - initial package (1.2.4)

Files

/usr/lib/python3.10/site-packages/python_socks
/usr/lib/python3.10/site-packages/python_socks-2.4.4.dist-info
/usr/lib/python3.10/site-packages/python_socks-2.4.4.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/python_socks-2.4.4.dist-info/LICENSE.txt
/usr/lib/python3.10/site-packages/python_socks-2.4.4.dist-info/METADATA
/usr/lib/python3.10/site-packages/python_socks-2.4.4.dist-info/RECORD
/usr/lib/python3.10/site-packages/python_socks-2.4.4.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/python_socks-2.4.4.dist-info/WHEEL
/usr/lib/python3.10/site-packages/python_socks-2.4.4.dist-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__/_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__/_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/_connectors
/usr/lib/python3.10/site-packages/python_socks/_connectors/__init__.py
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/abc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/abc.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/factory_async.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/factory_async.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/factory_sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/factory_sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/http_async.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/http_async.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/http_sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/http_sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/socks4_async.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/socks4_async.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/socks4_sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/socks4_sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/socks5_async.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/socks5_async.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/socks5_sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/__pycache__/socks5_sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_connectors/abc.py
/usr/lib/python3.10/site-packages/python_socks/_connectors/factory_async.py
/usr/lib/python3.10/site-packages/python_socks/_connectors/factory_sync.py
/usr/lib/python3.10/site-packages/python_socks/_connectors/http_async.py
/usr/lib/python3.10/site-packages/python_socks/_connectors/http_sync.py
/usr/lib/python3.10/site-packages/python_socks/_connectors/socks4_async.py
/usr/lib/python3.10/site-packages/python_socks/_connectors/socks4_sync.py
/usr/lib/python3.10/site-packages/python_socks/_connectors/socks5_async.py
/usr/lib/python3.10/site-packages/python_socks/_connectors/socks5_sync.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/_protocols
/usr/lib/python3.10/site-packages/python_socks/_protocols/__init__.py
/usr/lib/python3.10/site-packages/python_socks/_protocols/__pycache__
/usr/lib/python3.10/site-packages/python_socks/_protocols/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_protocols/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_protocols/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_protocols/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_protocols/__pycache__/http.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_protocols/__pycache__/http.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_protocols/__pycache__/socks4.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_protocols/__pycache__/socks4.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_protocols/__pycache__/socks5.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/_protocols/__pycache__/socks5.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/_protocols/errors.py
/usr/lib/python3.10/site-packages/python_socks/_protocols/http.py
/usr/lib/python3.10/site-packages/python_socks/_protocols/socks4.py
/usr/lib/python3.10/site-packages/python_socks/_protocols/socks5.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__/_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/_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_/anyio/v2
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/__init__.py
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/__pycache__
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/__pycache__/_chain.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/__pycache__/_chain.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/__pycache__/_connect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/__pycache__/_connect.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/__pycache__/_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/__pycache__/_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/__pycache__/_stream.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/__pycache__/_stream.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/_chain.py
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/_connect.py
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/_proxy.py
/usr/lib/python3.10/site-packages/python_socks/async_/anyio/v2/_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__/_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/_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__/_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/_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__/_connect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_socks/sync/v2/__pycache__/_connect.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/_connect.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/packages/python310-python-socks
/usr/share/doc/packages/python310-python-socks/README.md
/usr/share/licenses/python310-python-socks
/usr/share/licenses/python310-python-socks/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 24 00:13:40 2024