File: control

package info (click to toggle)
python-memory-profiler 0.41%2Bgit20161018-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 280 kB
  • ctags: 163
  • sloc: python: 1,469; makefile: 24
file content (42 lines) | stat: -rw-r--r-- 1,506 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
Source: python-memory-profiler
Section: python
Priority: optional
Maintainer: Changwoo Ryu <cwryu@debian.org>
Build-Depends: debhelper (>= 9.0.0),
               dh-python (>= 2.20160818),
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python3-all (>= 3.2~),
               python3-setuptools,
               python-psutil,
               python3-psutil,
Standards-Version: 3.9.8
Homepage: https://github.com/fabianp/memory_profiler
Vcs-Git: https://anonscm.debian.org/git/users/cwryu/python-memory-profiler.git/
Vcs-Browser: https://anonscm.debian.org/git/users/cwryu/python-memory-profiler.git/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-memory-profiler
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-psutil,
Description: memory consumption analysis for Python programs (Python 2 build)
 This is a Python module for monitoring memory consumption of a process
 as well as line-by-line analysis of memory consumption for Python
 programs.
 .
 This module is built for Python version 2.x.

Package: python3-memory-profiler
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-psutil,
Description: memory consumption analysis for Python programs (Python 3 build)
 This is a Python module for monitoring memory consumption of a process
 as well as line-by-line analysis of memory consumption for Python
 programs.
 .
 This module is built for Python version 3.x.