docs/README.txt
changeset 27 fc7f98c14454
parent 0 11f0f97d508f
equal deleted inserted replaced
26:995f4bedcf47 27:fc7f98c14454
       
     1 =================
       
     2 PyAMS_zmq package
       
     3 =================
       
     4 
       
     5 .. contents::
       
     6 
       
     7 
       
     8 What is PyAMS
       
     9 =============
       
    10 
       
    11 PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
       
    12 and content management with the Pyramid framework.
       
    13 
       
    14 **PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
       
    15 see PyAMS_content package), but many features are generic and can be used inside any kind of web
       
    16 application.
       
    17 
       
    18 
       
    19 What is PyAMS_zmq?
       
    20 ==================
       
    21 
       
    22 PyAMS_zmq is a package which can be used to handle inter-processes communication by using the 0MQ
       
    23 messaging protocol.
       
    24 
       
    25 
       
    26 How to use pyams_apm?
       
    27 =====================
       
    28 
       
    29 A whole set of PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_