File: control

package info (click to toggle)
python-pypubsub 4.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 920 kB
  • sloc: python: 4,884; makefile: 156; xml: 16; php: 2
file content (31 lines) | stat: -rw-r--r-- 1,280 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
Source: python-pypubsub
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/python-pypubsub
Vcs-Git: https://salsa.debian.org/med-team/python-pypubsub.git
Homepage: https://github.com/schollii/pypubsub

Package: python3-pubsub
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Breaks: python3-pypubsub
Provides: python3-pypubsub
Replaces: python3-pypubsub
Description: Python 3 publish-subcribe library
 Provides a publish-subscribe API to facilitate event-based or message-based
 architecture in a single-process application. It is pure Python
 and works on Python 3.3+. It is centered on the notion of a topic;
 senders publish messages of a given topic, and listeners subscribe to
 messages of a given topic, all inside the same process. The package also
 supports a variety of advanced features that facilitate debugging and
 maintaining topics and messages in larger desktop- or server-based
 applications.