File: control

package info (click to toggle)
python-phone-modem 0.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: python: 235; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 1,248 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
Source: python-phone-modem
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,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/tkdrob/phone_modem
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-phone-modem
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-phone-modem.git

Package: python3-phone-modem
Architecture: all
Depends:
 python3-aioserial,
 ${misc:Depends},
 ${python3:Depends},
Description: Asynchronous modem implementation for integrating caller ID and call rejection
 This library provides an asynchronous modem implementation designed to
 integrate with Home Assistant. It enables the collection of caller ID
 information using a Hayes AT compatible modem that supports caller ID
 detection. The library tracks call states such as 'ring', 'callerid', and
 'idle' and includes features for rejecting calls programmatically. Caller ID
 information such as the time of the call, name, and number is captured and
 updated with each state change.