File: control

package info (click to toggle)
s-tui 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,336 kB
  • sloc: python: 6,159; makefile: 23
file content (31 lines) | stat: -rw-r--r-- 841 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
Source: s-tui
Section: utils
Priority: optional
Maintainer: Jonathan Carter <jcc@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3,
 python3-setuptools,
 python3-pytest,
 python3-psutil,
 python3-urwid,
 python3-pytest-mock,
Standards-Version: 4.7.2
Homepage: https://github.com/amanusk/s-tui
Vcs-Browser: https://salsa.debian.org/python-team/packages/s-tui
Vcs-Git: https://salsa.debian.org/python-team/packages/s-tui.git
Rules-Requires-Root: no

Package: s-tui
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Suggests: stress-ng|stress
Description: terminal UI for monitoring your computer
 s-tui allows monitoring of CPU temperature, frequency,
 power and utilization in a graphical way from the terminal.
 .
 It requires no X server and has built-in integration with
 stress/stress-ng.