File: control

package info (click to toggle)
aioconsole 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: python: 2,022; makefile: 6
file content (43 lines) | stat: -rw-r--r-- 1,546 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
42
43
Source: aioconsole
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,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-repeat <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
 python3-uvloop <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/vxgmichel/aioconsole
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/aioconsole
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/aioconsole.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-aioconsole
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Description: Asynchronous console and interfaces for asyncio
 Provides asynchronous equivalents for common interaction functionalities like
 input, print, and exec. It includes an interactive loop for running an
 asynchronous Python console and a script allowing access to asyncio code
 during runtime. Users can customize command line interfaces through argparse,
 and the library offers stream support to serve interfaces instead of using
 standard streams. It interacts with the Python runtime environment to
 facilitate asynchronous programming workflows.