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-memprof
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Javi Merino <vicho@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all-dev,
python3-pytest <!nocheck>,
python3-setuptools,
cython3,
python3-matplotlib,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://jmdana.github.io/memprof/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-memprof.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-memprof
Package: python3-memprof
Architecture: any
Depends: python3-pkg-resources,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
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.
|