python3-morris
announcement (signal/event) system for Python 3
Description
Morris is a simple Python library for creating notification mechanism similar to Qt signals or C# events. Application developers can create signals with a simple decorator (@signal), send signals by calling the decorated method or function, connect to and disconnect from signals with signal.connect() and signal.disconnect(). Morris comes with support for writing high-level unit tests using the SignalTestCase.{watchSignal,assertSignalFired,assertSignalNotFired}() methods. Appropriate ordering constraints on multiple signals can be tested using the SignalTestCase.assertSignalOrdering() method. This package contains version of the library for Python 3Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/zyga/morris
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python3-morris