File: control

package info (click to toggle)
pympler 1.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,196 kB
  • sloc: python: 9,816; javascript: 2,775; makefile: 17
file content (29 lines) | stat: -rw-r--r-- 1,194 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
Source: pympler
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: William Grzybowski <william@grzy.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               libjs-jquery-flot,
               uglifyjs,
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/pympler
Vcs-Browser: https://salsa.debian.org/python-team/packages/pympler
Vcs-Git: https://salsa.debian.org/python-team/packages/pympler.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pympler
Architecture: all
Depends: libjs-jquery-flot, ${misc:Depends}, ${python3:Depends}
Description: Tool to measure, monitor and analyze the Python objects memory
 Pympler is a development tool to measure, monitor and analyze the memory
 behavior of Python objects in a running Python application.
 .
 By pympling a Python application, detailed insight in the size and the
 lifetime of Python objects can be obtained. Undesirable or unexpected runtime
 behavior like memory bloat and other "pymples" can easily be identified.