1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: python-spoon
Section: python
Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.4.0
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/SpamExperts/spoon
Vcs-Browser: https://salsa.debian.org/hle/python-spoon
Vcs-Git: https://salsa.debian.org/hle/python-spoon.git
Package: python3-spoon
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: Simple to use pre-forking server interface
Spoon is an easy to use pre-forking server interface. It provides
interfaces for UDP/TCP servers that can handle requests and can be stopped
or reloaded, as well as interfaces for daemonizing tools.
|