src/pyams_zmq.egg-info/PKG-INFO
changeset 27 fc7f98c14454
parent 23 99fb7f5fe348
child 29 1e73d8a9101e
equal deleted inserted replaced
26:995f4bedcf47 27:fc7f98c14454
     1 Metadata-Version: 2.1
     1 Metadata-Version: 2.1
     2 Name: pyams-zmq
     2 Name: pyams-zmq
     3 Version: 0.1.5
     3 Version: 0.1.6
     4 Summary: PyAMS package for 0MQ
     4 Summary: PyAMS package for 0MQ
     5 Home-page: http://hg.ztfy.org/pyams/pyams_zmq
     5 Home-page: http://hg.ztfy.org/pyams/pyams_zmq
     6 Author: Thierry Florac
     6 Author: Thierry Florac
     7 Author-email: tflorac@ulthar.net
     7 Author-email: tflorac@ulthar.net
     8 License: ZPL
     8 License: ZPL
     9 Description: 
     9 Description: =================
       
    10         PyAMS_zmq package
       
    11         =================
       
    12         
       
    13         .. contents::
       
    14         
       
    15         
       
    16         What is PyAMS
       
    17         =============
       
    18         
       
    19         PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
       
    20         and content management with the Pyramid framework.
       
    21         
       
    22         **PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
       
    23         see PyAMS_content package), but many features are generic and can be used inside any kind of web
       
    24         application.
       
    25         
       
    26         
       
    27         What is PyAMS_zmq?
       
    28         ==================
       
    29         
       
    30         PyAMS_zmq is a package which can be used to handle inter-processes communication by using the 0MQ
       
    31         messaging protocol.
       
    32         
       
    33         
       
    34         How to use pyams_apm?
       
    35         =====================
       
    36         
       
    37         A whole set of PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_
       
    38         
       
    39         Some doctests are also available in package source code.
       
    40         
    10         
    41         
    11         History
    42         History
    12         =======
    43         =======
       
    44         
       
    45         0.1.6
       
    46         -----
       
    47          - code cleanup
    13         
    48         
    14         0.1.5
    49         0.1.5
    15         -----
    50         -----
    16          - added ZMQ process started event
    51          - added ZMQ process started event
    17          - notify event when ZMQ process is started
    52          - notify event when ZMQ process is started