File: control

package info (click to toggle)
python-signaller 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 108 kB
  • ctags: 34
  • sloc: python: 137; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,053 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
Source: python-signaller
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-signaller.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-signaller.git
Homepage: https://github.com/xmikos/signaller
X-Python3-Version: >= 3.4

Package: python3-signaller
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Signals and slots with asyncio support (Python3 version)
 Signals and slots implementation with asyncio support. Slots can be functions,
 methods or coroutines. Weak references are used by default. If a slot is a
 coroutine, it will be scheduled to run asynchronously with asyncio.async().
 .
 This package contains the Python 3 version of the library.