diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-06-29 22:02:14 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-30 16:34:31 +0700 |
commit | 84bcffe9384433ee6933b63ee76d69ef16fc201a (patch) | |
tree | f90f77d5e9196284cfb0f262e5432d7e5a2bd4c4 /python/PyDispatcher/slack-desc | |
parent | 24d2b2b2e767ca7e1133cbbfc654dcfcfa903d25 (diff) |
python/PyDispatcher: Added (Mechanism for creating event models).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/PyDispatcher/slack-desc')
-rw-r--r-- | python/PyDispatcher/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/PyDispatcher/slack-desc b/python/PyDispatcher/slack-desc new file mode 100644 index 000000000000..0acd923c8d90 --- /dev/null +++ b/python/PyDispatcher/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------------------------------------------------------| +PyDispatcher: PyDispatcher (Mechanism for creating event models) +PyDispatcher: +PyDispatcher: PyDispatcher provides the Python programmer with a multiple-producer- +PyDispatcher: multiple-consumer signal-registration and routing infrastructure for +PyDispatcher: use in multiple contexts. +PyDispatcher: +PyDispatcher: Homepage: http://pydispatcher.sourceforge.net/ +PyDispatcher: +PyDispatcher: +PyDispatcher: +PyDispatcher: |