Package - python3-python-socks

Package:  python3-python-socks
apt-get install python3-python-socks
Documentations in package:

Primary informations

Download package: http://deb.debian.org/debian/pool/main/p/python-socks/python3-python-socks_2.7.1-1_all.deb (Size: 21.6KiB)

PropertyValue
Packagepython3-python-socks
Sourcepython-socks
Version2.7.1-1
Installed-Size177
MaintainerDebian Python Team
Architectureall
Dependspython3:any
Descriptioncore proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python
Description-md5733d929c47ee6b26874831d5eedc0a64
Homepagehttps://github.com/romis2012/python-socks
Sectionpython
Priorityoptional
Filenamepool/main/p/python-socks/python3-python-socks_2.7.1-1_all.deb
Size22084
MD5sum7aebc44e17834222bd51d75d153e22f0
SHA2568a3dedff152263eaa9778b6a4a91598dbd47469222a6f5c0865c438bdc472584

Files in package

  • /usr/lib/python3/dist-packages/python_socks-2.7.1.dist-info/INSTALLER
  • /usr/lib/python3/dist-packages/python_socks-2.7.1.dist-info/METADATA
  • /usr/lib/python3/dist-packages/python_socks-2.7.1.dist-info/WHEEL
  • /usr/lib/python3/dist-packages/python_socks-2.7.1.dist-info/top_level.txt
  • /usr/lib/python3/dist-packages/python_socks/__init__.py
  • /usr/lib/python3/dist-packages/python_socks/_abc.py
  • /usr/lib/python3/dist-packages/python_socks/_connectors/__init__.py
  • /usr/lib/python3/dist-packages/python_socks/_connectors/abc.py
  • /usr/lib/python3/dist-packages/python_socks/_connectors/factory_async.py
  • /usr/lib/python3/dist-packages/python_socks/_connectors/factory_sync.py
  • /usr/lib/python3/dist-packages/python_socks/_connectors/http_async.py
  • /usr/lib/python3/dist-packages/python_socks/_connectors/http_sync.py
  • /usr/lib/python3/dist-packages/python_socks/_connectors/socks4_async.py
  • /usr/lib/python3/dist-packages/python_socks/_connectors/socks4_sync.py
  • /usr/lib/python3/dist-packages/python_socks/_connectors/socks5_async.py
  • /usr/lib/python3/dist-packages/python_socks/_connectors/socks5_sync.py
  • /usr/lib/python3/dist-packages/python_socks/_errors.py
  • /usr/lib/python3/dist-packages/python_socks/_helpers.py
  • /usr/lib/python3/dist-packages/python_socks/_protocols/__init__.py
  • /usr/lib/python3/dist-packages/python_socks/_protocols/errors.py
  • /usr/lib/python3/dist-packages/python_socks/_protocols/http.py
  • /usr/lib/python3/dist-packages/python_socks/_protocols/socks4.py
  • /usr/lib/python3/dist-packages/python_socks/_protocols/socks5.py
  • /usr/lib/python3/dist-packages/python_socks/_types.py
  • /usr/lib/python3/dist-packages/python_socks/_version.py
  • /usr/lib/python3/dist-packages/python_socks/async_/__init__.py
  • /usr/lib/python3/dist-packages/python_socks/async_/_proxy_chain.py
  • /usr/lib/python3/dist-packages/python_socks/async_/anyio/__init__.py
  • /usr/lib/python3/dist-packages/python_socks/async_/anyio/_chain.py
  • /usr/lib/python3/dist-packages/python_socks/async_/anyio/_connect.py
  • /usr/lib/python3/dist-packages/python_socks/async_/anyio/_proxy.py
  • /usr/lib/python3/dist-packages/python_socks/async_/anyio/_resolver.py
  • /usr/lib/python3/dist-packages/python_socks/async_/anyio/_stream.py
  • /usr/lib/python3/dist-packages/python_socks/async_/anyio/v2/__init__.py
  • /usr/lib/python3/dist-packages/python_socks/async_/anyio/v2/_chain.py
  • /usr/lib/python3/dist-packages/python_socks/async_/anyio/v2/_connect.py
  • /usr/lib/python3/dist-packages/python_socks/async_/anyio/v2/_proxy.py
  • /usr/lib/python3/dist-packages/python_socks/async_/anyio/v2/_stream.py
  • /usr/lib/python3/dist-packages/python_socks/async_/asyncio/__init__.py
  • /usr/lib/python3/dist-packages/python_socks/async_/asyncio/_connect.py
  • /usr/lib/python3/dist-packages/python_socks/async_/asyncio/_proxy.py
  • /usr/lib/python3/dist-packages/python_socks/async_/asyncio/_resolver.py
  • /usr/lib/python3/dist-packages/python_socks/async_/asyncio/_stream.py
  • /usr/lib/python3/dist-packages/python_socks/async_/asyncio/v2/__init__.py
  • /usr/lib/python3/dist-packages/python_socks/async_/asyncio/v2/_chain.py
  • /usr/lib/python3/dist-packages/python_socks/async_/asyncio/v2/_connect.py
  • /usr/lib/python3/dist-packages/python_socks/async_/asyncio/v2/_proxy.py
  • /usr/lib/python3/dist-packages/python_socks/async_/asyncio/v2/_stream.py
  • /usr/lib/python3/dist-packages/python_socks/async_/curio/__init__.py
  • /usr/lib/python3/dist-packages/python_socks/async_/curio/_connect.py
  • /usr/lib/python3/dist-packages/python_socks/async_/curio/_proxy.py
  • /usr/lib/python3/dist-packages/python_socks/async_/curio/_resolver.py
  • /usr/lib/python3/dist-packages/python_socks/async_/curio/_stream.py
  • /usr/lib/python3/dist-packages/python_socks/async_/trio/__init__.py
  • /usr/lib/python3/dist-packages/python_socks/async_/trio/_connect.py
  • /usr/lib/python3/dist-packages/python_socks/async_/trio/_proxy.py
  • /usr/lib/python3/dist-packages/python_socks/async_/trio/_resolver.py
  • /usr/lib/python3/dist-packages/python_socks/async_/trio/_stream.py
  • /usr/lib/python3/dist-packages/python_socks/async_/trio/v2/__init__.py
  • /usr/lib/python3/dist-packages/python_socks/async_/trio/v2/_chain.py
  • /usr/lib/python3/dist-packages/python_socks/async_/trio/v2/_connect.py
  • /usr/lib/python3/dist-packages/python_socks/async_/trio/v2/_proxy.py
  • /usr/lib/python3/dist-packages/python_socks/async_/trio/v2/_stream.py
  • /usr/lib/python3/dist-packages/python_socks/py.typed
  • /usr/lib/python3/dist-packages/python_socks/sync/__init__.py
  • /usr/lib/python3/dist-packages/python_socks/sync/_chain.py
  • /usr/lib/python3/dist-packages/python_socks/sync/_connect.py
  • /usr/lib/python3/dist-packages/python_socks/sync/_proxy.py
  • /usr/lib/python3/dist-packages/python_socks/sync/_resolver.py
  • /usr/lib/python3/dist-packages/python_socks/sync/_stream.py
  • /usr/lib/python3/dist-packages/python_socks/sync/v2/__init__.py
  • /usr/lib/python3/dist-packages/python_socks/sync/v2/_chain.py
  • /usr/lib/python3/dist-packages/python_socks/sync/v2/_connect.py
  • /usr/lib/python3/dist-packages/python_socks/sync/v2/_proxy.py
  • /usr/lib/python3/dist-packages/python_socks/sync/v2/_ssl_transport.py
  • /usr/lib/python3/dist-packages/python_socks/sync/v2/_stream.py
  • /usr/share/doc/python3-python-socks/README.md.gz
  • /usr/share/doc/python3-python-socks/changelog.Debian.gz
  • /usr/share/doc/python3-python-socks/copyright