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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
Source: python-memray
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Yogeswaran Umasankar <yogu@debian.org>,
Homepage: https://github.com/bloomberg/memray
Vcs-Git: https://salsa.debian.org/python-team/packages/python-memray.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-memray
Section: python
Priority: optional
Build-Depends:
black,
check-manifest,
cython3,
debhelper-compat (= 13),
dh-sequence-python3,
furo <!nodoc>,
libdebuginfod-dev,
libjs-bootstrap5 <!nodoc>,
libjs-d3 <!nodoc>,
libjs-jquery <!nodoc>,
libjs-jquery-datatables <!nodoc>,
libjs-lodash <!nodoc>,
libjs-popper.js <!nodoc>,
liblz4-dev,
libunwind-dev,
pybuild-plugin-pyproject,
python3-all,
python3-all-dev,
python3-flake8,
python3-greenlet <!nocheck>,
python3-ipython,
python3-isort,
python3-jinja2,
python3-mypy,
python3-pkgconfig,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-rich,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-argparse <!nodoc>,
python3-textual,
python3-typing-extensions,
towncrier <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Package: python3-memray
Architecture: any
Depends:
libjs-bootstrap5,
libjs-d3,
libjs-jquery,
libjs-jquery-datatables,
libjs-lodash,
libjs-popper.js,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Description: Memory profiler for Python applications
Memray is a memory profiler for Python. It can track memory
allocations in Python code, in native extension modules,
and in the Python interpreter itself. It can generate several
different types of reports to help you analyze the captured
memory usage data. While commonly used as a CLI tool, it
can also be used as a library to perform more fine-grained
profiling tasks.
Package: python-memray-doc
Architecture: all
Section: doc
Depends:
libjs-bootstrap5,
libjs-jquery,
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Documentation for python-memray
Memray is a memory profiler for Python. It can track memory
allocations in Python code, in native extension modules,
and in the Python interpreter itself. It can generate several
different types of reports to help you analyze the captured
memory usage data. While commonly used as a CLI tool, it
can also be used as a library to perform more fine-grained
profiling tasks.
.
This package contains documentation for memray.
|