File: control

package info (click to toggle)
python-memory-profiler 0.52-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 288 kB
  • sloc: python: 1,628; makefile: 28
file content (27 lines) | stat: -rw-r--r-- 1,064 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
Source: python-memory-profiler
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python (>= 2.20160818),
               dpkg-dev (>= 1.17.14),
               python3-all,
               python3-psutil <!nocheck>,
               python3-setuptools
Standards-Version: 4.4.0
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/fabianp/memory_profiler

Package: python3-memory-profiler
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-psutil
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.