File: README.rst

package info (click to toggle)
python-morris 1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 320 kB
  • sloc: python: 378; makefile: 150; sh: 4
file content (17 lines) | stat: -rw-r--r-- 752 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
=========================================================
Morris - an announcement (signal/event) system for Python
=========================================================

Features
========

* Free software: LGPLv3 license
* Documentation: https://morris.readthedocs.org.
* Create signals with a simple decorator :class:`morris.signal`
* Send signals by calling the decorated method or function
* Connect to and disconnect from signals with :meth:`morris.signal.connect()`
  and :meth:`morris.signal.disconnect()`.
* Test your code with :meth:`morris.SignalTestCase.watchSignal()`,
  :meth:`morris.SignalTestCase.assertSignalFired()`,
  :meth:`morris.SignalTestCase.assertSignalNotFired()`
  and :meth:`morris.SignalTestCase.assertSignalOrdering()`