Source: scalene
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Emmanuel Arias <eamanu@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               cython3,
               help2man,
               pybuild-plugin-pyproject,
               python3-all-dev,
               python3-cloudpickle,
               python3-jinja2,
               python3-numpy,
               python3-packaging,
               python3-pytest <!nocheck>,
               python3-rich,
               python3-setuptools,
               python3-setuptools-scm,
               python3-wheel,
Standards-Version: 4.7.0
Homepage: https://github.com/plasma-umass/scalene
Vcs-Browser: https://salsa.debian.org/python-team/packages/scalene
Vcs-Git: https://salsa.debian.org/python-team/packages/scalene.git
Rules-Requires-Root: no

Package: python3-scalene
Architecture: any
Depends: libjs-bootstrap5,
         libjs-jquery,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
Recommends: python3-ipython,
            python3-pynvml,
Description: high-performance CPU and memory profiler for Python (Python 3)
 scalene is a high-performance cpu *and* memory profiler for Python that does
 a few things that other Python profilers do not and cannot do.  It runs
 orders of magnitude faster than other profilers while delivering far more
 detailed information.
 .
 This package installs the library for Python 3.
