File: control

package info (click to toggle)
systembridgemodels 5.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 808 kB
  • sloc: python: 1,855; makefile: 6
file content (40 lines) | stat: -rw-r--r-- 1,575 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
Source: systembridgemodels
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-incremental,
 python3-pytest <!nocheck>,
 python3-pytest-aiohttp <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-sugar <!nocheck>,
 python3-pytest-timeout <!nocheck>,
 python3-syrupy <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/timmo001/system-bridge-models
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/systembridgemodels
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/systembridgemodels.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-systembridgemodels
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library to model system information for local applications
 This library provides a comprehensive data model for representing system
 information on a local machine. It allows seamless integration with services
 that utilize system metrics, offering access to key details such as CPU and
 memory usage, system load, disk space, and more. The library communicates via
 API/WebSocket to share this information efficiently. Additionally, it supports
 executing commands remotely, such as opening URLs and sending keyboard inputs,
 thus enhancing control over the system through programmable interfaces.