1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: circus
Section: admin
Priority: optional
Maintainer: David Douard <david.douard@logilab.fr>
Homepage: http://circus.readthedocs.org
Vcs-Git: git://github.com/circus-tent/circus.git -b debian
Vcs-Browser: https://github.com/circus-tent/circus
Build-Depends:
debhelper (>= 9),
dh-python,
dh-systemd (>= 1.5),
python-all (>=2.6.6-3),
python-setuptools,
python-six (>= 1.3),
python-nose,
python-mock (>= 1.0.1),
python-iowait (>= 0.1),
python-psutil (>= 1.0.1),
python-zmq (>= 13.1),
python-tornado (>= 3.1.1),
python-yaml,
python-sphinx,
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
Package: circus
Architecture: all
Depends:
${python:Depends},
${misc:Depends},
Recommends:
python-yaml,
python-gevent (>=0.13),
python-gevent-websocket,
Suggests:
python-redis,
python-pygments,
Description: process & socket manager. It can be used to monitor and control
processes and sockets.
.
Circus can be driven via a command-line interface or programmatically trough
its Python API.
.
It shares some of the goals of Supervisord, BluePill and Daemontools.
|