File: control

package info (click to toggle)
runsnakerun 2.0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 728 kB
  • sloc: python: 2,241; makefile: 15
file content (27 lines) | stat: -rw-r--r-- 887 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
Source: runsnakerun
Section: python
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep:
 dh-python,
 python3-all,
 python3-setuptools,
 w3m
Standards-Version: 4.5.0
Homepage: http://www.vrplumber.com/programming/runsnakerun
Vcs-Git: https://salsa.debian.org/debian/runsnakerun.git
Vcs-Browser: https://salsa.debian.org/debian/runsnakerun

Package: runsnakerun
Architecture: all
Depends: python3-squaremap (>= 1:1.0.5-1),
 ${python3:Depends},
 ${misc:Depends}
Provides: ${python3:Provides}
Description: GUI utility for (Python) cProfile or Profile profiler dumps
 RunSnakeRun is a small GUI utility that allows you to view (Python) cProfile or
 Profile profiler dumps in a sortable GUI view.
 .
 It allows you to explore the profiler information using a "square map"
 visualization or sortable tables of data.