File: control

package info (click to toggle)
scalene 1.5.54-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,980 kB
  • sloc: cpp: 22,870; python: 14,493; javascript: 12,297; ansic: 817; makefile: 196; sh: 45
file content (41 lines) | stat: -rw-r--r-- 1,480 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
32
33
34
35
36
37
38
39
40
41
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,
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.