File: control

package info (click to toggle)
python-aioserial 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: python: 162; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 1,253 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-aioserial
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-poetry,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/changyuheng/aioserial.py
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-aioserial
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-aioserial.git

Package: python3-aioserial
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Asynchronous serial port library
 This library provides an asynchronous interface to serial ports, combining the
 functionality of asyncio and pySerial. It allows asynchronous reading and
 writing to serial devices, making it suitable for applications that require
 non-blocking serial communication. With aioserial, you can perform tasks such
 as reading from and writing to serial ports asynchronously, handling timeouts,
 and integrating seamlessly with the asyncio event loop. It is designed to
 simplify the management of serial communication in asynchronous Python
 applications.