File: control

package info (click to toggle)
python-exconsole 0.1.5%2Bgit20131201-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 92 kB
  • ctags: 31
  • sloc: python: 127; makefile: 46
file content (21 lines) | stat: -rw-r--r-- 639 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
Source: python-exconsole
Section: python
Priority: optional
Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends:
    dh-python,
    python-setuptools (>= 0.6.24),
    python-all (>= 2.6.6-3),
    debhelper (>= 9)
Standards-Version: 3.9.4
Homepage: http://github.com/Eugeny/exconsole

Package: python-exconsole
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: emergency/postmortem Python console
 python-exconsole is an emergency/postmortem console for Python.
 .
 It provides a backtrace and a Python console to inspect the
 situation when unhandled exception has occured.