diff options
| author | Gianluca Pernigotto <jeanlucperni@gmail.com> | 2022-06-01 13:50:52 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:10 +0700 |
| commit | 528afbdbc73d8572bd3395d0bd9bbc06523131a3 (patch) | |
| tree | ba62460bc69007a15062d9394ead16706bd3836f /python/python3-pubsub/slack-desc | |
| parent | 93670f588ec08e7acedb281f3e0e7ec7db9870bd (diff) | |
python/python3-pubsub: Added (A Python publish-subcribe library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pubsub/slack-desc')
| -rw-r--r-- | python/python3-pubsub/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-pubsub/slack-desc b/python/python3-pubsub/slack-desc new file mode 100644 index 0000000000..fb1651eb3d --- /dev/null +++ b/python/python3-pubsub/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-pubsub: python3-pubsub (A Python publish-subcribe library) +python3-pubsub: +python3-pubsub: PyPubSub provides a publish-subscribe API to facilitate event-based +python3-pubsub: or message-based architecture in a single-process application. +python3-pubsub: It is pure Python and works on Python 3.3+ +python3-pubsub: +python3-pubsub: Homepage: https://github.com/schollii/pypubsub +python3-pubsub: +python3-pubsub: +python3-pubsub: +python3-pubsub: |
