1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: python-socketpool
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.0.0
Homepage: https://pypi.python.org/pypi/socketpool
Vcs-Git: https://salsa.debian.org/python-team/packages/python-socketpool.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-socketpool
Package: python3-socketpool
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
Description: simple Python 3 socket pool
Socket pool is a simple socket pool that supports multiple factories and
backends. It can easily be used by gevent, eventlet or any other library.
.
This package is for Python 3.
|