File: control

package info (click to toggle)
circus 0.12.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,236 kB
  • sloc: python: 12,308; makefile: 173; sh: 75
file content (44 lines) | stat: -rw-r--r-- 1,103 bytes parent folder | download
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.