Skip to content
Commits on Source (2)
pypubsub (4.0.3-1) UNRELEASED; urgency=medium
pypubsub (4.0.3-1) unstable; urgency=medium
* Initial release (Closes: #<bug>)
* Initial release (Closes: #939493)
-- Andreas Tille <tille@debian.org> Thu, 05 Sep 2019 15:13:58 +0200
-- Andreas Tille <tille@debian.org> Thu, 05 Sep 2019 16:16:00 +0200
Source: pypubsub
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
......@@ -17,8 +17,8 @@ Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
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
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
......