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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: panoramisk
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Orestis Ioannou <orestis@oioannou.com>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-coverage <!nocheck>,
python3-pytest,
python3-pytest-asyncio <!nocheck>,
python3-setuptools,
python3-sphinx,
Standards-Version: 4.6.0
Homepage: http://panoramisk.readthedocs.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/panoramisk.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/panoramisk
Package: panoramisk
Architecture: all
Depends:
python3-panoramisk,
${misc:Depends},
${python3:Depends},
Section: comm
Description: asyncio based library to play with asterisk (Python 3 binary)
Panoramisk is a library based on python’s AsyncIO to play with Asterisk’s
manager.
It uses the TCP manager server to listen to events and send actions.
.
This is the command line package.
Package: python-panoramisk-doc
Architecture: all
Built-Using:
${sphinxdoc:Built-Using},
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Section: doc
Description: asyncio based library to play with asterisk (doc)
Panoramisk is a library based on python’s AsyncIO to play with Asterisk’s
manager.
It uses the TCP manager server to listen to events and send actions.
.
This package contains the HTML documentation.
Package: python3-panoramisk
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: asyncio based library to play with asterisk (Python 3 library)
Panoramisk is a library based on python’s AsyncIO to play with Asterisk’s
manager.
It uses the TCP manager server to listen to events and send actions.
.
This is the Python 3 library package.
|