File: control

package info (click to toggle)
python-memprof 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 260 kB
  • ctags: 82
  • sloc: python: 343; makefile: 7; sh: 2
file content (51 lines) | stat: -rw-r--r-- 1,612 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: python-memprof
Section: python
Priority: extra
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Javi Merino <vicho@debian.org>
Build-Depends: debhelper (>= 9),
 dh-python,
 python-dev (>= 2.6.6-3~),
 python3-all-dev,
 python-setuptools,
 python3-setuptools,
 cython,
 cython3,
 python-matplotlib,
 python3-matplotlib,
 python-nose,
 python-tornado,
Standards-Version: 3.9.6
Homepage: http://jmdana.github.io/memprof/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-memprof/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-memprof/trunk/
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

Package: python-memprof
Architecture: any
Depends: python-pkg-resources,
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
Description: memory profiler for Python (Python 2)
 python-memprof logs the memory used by variables during the execution
 of decorated methods.  It creates a report in a text file and you can
 plot the result using "mp_plot".
 .
 This package contains the Python 2 version of memprof.

Package: python3-memprof
Architecture: any
Depends: python3-pkg-resources,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Recommends: python-memprof
Description: memory profiler for Python (Python 3)
 python-memprof logs the memory used by variables during the execution
 of decorated methods.  It creates a report in a text file and you can
 plot the result using "mp_plot", which is part of the python-memprof
 package.
 .
 This package contains the Python 3 version of memprof.