File: control

package info (click to toggle)
python-q 2.6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 108 kB
  • ctags: 75
  • sloc: python: 391; makefile: 36
file content (33 lines) | stat: -rw-r--r-- 1,189 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
Source: python-q
Maintainer: Federico Ceratto <federico@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9~)
Build-Depends-Indep:
 dh-python,
 python-setuptools (>= 0.6b3),
 python-all (>= 2.6.6-3),
 python3-all,
 python3-setuptools,
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Homepage: http://github.com/zestyping/q
Vcs-Git: git://anonscm.debian.org/collab-maint/python-q.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/python-q.git

Package: python-q
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Quick-and-dirty Python debugging output for tired programmers
 q is a Python module for "print" style of debugging Python code.
 It provides convenient short API for print out of values, tracebacks,
 and falling into the Python interpreter.

Package: python3-q
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Quick-and-dirty Python 3 debugging output for tired programmers
 q is a Python 3 module for "print" style of debugging Python code.
 It provides convenient short API for print out of values, tracebacks,
 and falling into the Python interpreter.