File: control

package info (click to toggle)
scalene 1.5.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,904 kB
  • sloc: cpp: 22,801; javascript: 10,556; python: 9,187; ansic: 811; makefile: 197; sh: 45
file content (41 lines) | stat: -rw-r--r-- 1,462 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@yaerobi.com>,
Build-Depends: cython3,
               debhelper-compat (= 13),
               dh-python,
               help2man,
               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.6.1.1
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-bootstrap4,
         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.