File: __init__.py

package info (click to toggle)
twisted-runner 10.1.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 156 kB
  • ctags: 170
  • sloc: python: 752; makefile: 102; ansic: 37
file content (15 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""
Twisted runer: run and monitor processes

Maintainer: Andrew Bennetts

classic inetd(8) support:
Future Plans: The basic design should be final.  There are some bugs that need
fixing regarding UDP and Sun-RPC support.  Perhaps some day xinetd
compatibility will be added.

procmon:monitor and restart processes
"""

from twisted.runner._version import version
__version__ = version.short()