Morris is an announcement (signal/event) system for Python
Project description
=========================================================
Morris - an announcement (signal/event) system for Python
=========================================================
.. image:: https://badge.fury.io/py/morris.png
:target: http://badge.fury.io/py/morris
.. image:: https://travis-ci.org/zyga/morris.png?branch=master
:target: https://travis-ci.org/zyga/morris
.. image:: https://pypip.in/d/morris/badge.png
:target: https://pypi.python.org/pypi/morris
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()`
History
=======
1.1 (2015-02-02)
----------------
* Merge ``Signal`` and ``signal`` into one class.
* Make ``Signal`` an alias of ``signal``.
* Make ``Signal.define`` an alias of ``signal``.
* Fix signal support on standalone functions
(https://github.com/zyga/morris/issues/1)
* Add more documentation and tests
* Enable travis-ci.org integration
1.0 (2014-09-21)
----------------
* First release on PyPI.
2012-2014
---------
* Released on PyPI as a part of plainbox as ``plainbox.impl.signal``
Morris - an announcement (signal/event) system for Python
=========================================================
.. image:: https://badge.fury.io/py/morris.png
:target: http://badge.fury.io/py/morris
.. image:: https://travis-ci.org/zyga/morris.png?branch=master
:target: https://travis-ci.org/zyga/morris
.. image:: https://pypip.in/d/morris/badge.png
:target: https://pypi.python.org/pypi/morris
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()`
History
=======
1.1 (2015-02-02)
----------------
* Merge ``Signal`` and ``signal`` into one class.
* Make ``Signal`` an alias of ``signal``.
* Make ``Signal.define`` an alias of ``signal``.
* Fix signal support on standalone functions
(https://github.com/zyga/morris/issues/1)
* Add more documentation and tests
* Enable travis-ci.org integration
1.0 (2014-09-21)
----------------
* First release on PyPI.
2012-2014
---------
* Released on PyPI as a part of plainbox as ``plainbox.impl.signal``
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
morris-1.1.tar.gz
(32.9 kB
view details)
Built Distribution
morris-1.1-py2.py3-none-any.whl
(12.8 kB
view details)
File details
Details for the file morris-1.1.tar.gz
.
File metadata
- Download URL: morris-1.1.tar.gz
- Upload date:
- Size: 32.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 886970967b6714b800bd88a0da3e517a9ca2137ded051c806c5d4d8dbf53100c |
|
MD5 | 9d856cddbc3f696153d3b6d168f93dec |
|
BLAKE2b-256 | 46410cedc497bb1ffa967e671e59e57e7c09a2abb71a5b751e32a6cc383c16ef |
File details
Details for the file morris-1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: morris-1.1-py2.py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb2995154f3d91c76cc5f33a99ebfe23cd3891f3abaeb44e6b8c407bb5ad1979 |
|
MD5 | 06ed6fca52ec4b7be912e1d9f88f515c |
|
BLAKE2b-256 | 49a1b897ae336ec7ea750e1d07fac82f85e9e53ccf52069b140140ea48f0f3a0 |