File: control

package info (click to toggle)
python-memory-profiler 0.61-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 600 kB
  • sloc: python: 2,228; makefile: 33
file content (31 lines) | stat: -rw-r--r-- 1,006 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
Source: python-memory-profiler
Standards-Version: 4.7.3
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Ghislain Antony Vaillant <ghisvail@gmail.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-psutil <!nocheck>,
 python3-setuptools,
Vcs-Browser: https://salsa.debian.org/science-team/python-memory-profiler
Vcs-Git: https://salsa.debian.org/science-team/python-memory-profiler.git
Homepage: https://github.com/pythonprofilers/memory_profiler
Rules-Requires-Root: no

Package: python3-memory-profiler
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-psutil,
Recommends:
 python3-matplotlib,
Description: memory consumption analysis for Python programs (Python 3)
 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 package provides the modules for Python 3.