Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
465 B
Text
10 lines
465 B
Text
Whistle is a simple tool that allow your application components to communicate
|
|
with each other by dispatching events and listening to them.
|
|
|
|
Whistle is an Event Dispatcher library for the Python 3.5+ language. It's
|
|
largely inspired from Symfony's EventDispatcher component.
|
|
|
|
Using an event dispatcher is a great way to write loosely coupled extensible
|
|
code, having each part only communicate using light events.
|
|
|
|
See also: https://github.com/python-whistle/whistle
|