File: control

package info (click to toggle)
pycallgraph 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 300 kB
  • ctags: 222
  • sloc: python: 1,596; makefile: 50
file content (18 lines) | stat: -rw-r--r-- 807 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: pycallgraph
Section: python
Priority: optional
Maintainer: Carl Chenet <chaica@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python (>= 2.7)
Standards-Version: 3.9.5
Homepage: http://pycallgraph.slowchop.com
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pycallgraph/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pycallgraph/trunk/

Package: python-pycallgraph
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, graphviz
Description: Python library that creates call graphs for Python programs
 It uses GraphViz to generate call graphs from one execution of
 your Python code. It's very easy to use and can point out possible problems
 with your code execution.