diff -r 995f4bedcf47 -r fc7f98c14454 src/pyams_zmq.egg-info/PKG-INFO --- a/src/pyams_zmq.egg-info/PKG-INFO Thu Nov 28 19:19:43 2019 +0100 +++ b/src/pyams_zmq.egg-info/PKG-INFO Thu Nov 28 19:20:15 2019 +0100 @@ -1,16 +1,51 @@ Metadata-Version: 2.1 Name: pyams-zmq -Version: 0.1.5 +Version: 0.1.6 Summary: PyAMS package for 0MQ Home-page: http://hg.ztfy.org/pyams/pyams_zmq Author: Thierry Florac Author-email: tflorac@ulthar.net License: ZPL -Description: +Description: ================= + PyAMS_zmq package + ================= + + .. contents:: + + + What is PyAMS + ============= + + PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications + and content management with the Pyramid framework. + + **PyAMS** is actually mainly used to manage web sites through content management applications (CMS, + see PyAMS_content package), but many features are generic and can be used inside any kind of web + application. + + + What is PyAMS_zmq? + ================== + + PyAMS_zmq is a package which can be used to handle inter-processes communication by using the 0MQ + messaging protocol. + + + How to use pyams_apm? + ===================== + + A whole set of PyAMS documentation is available on `ReadTheDocs `_ + + Some doctests are also available in package source code. + History ======= + 0.1.6 + ----- + - code cleanup + 0.1.5 ----- - added ZMQ process started event