diff -r 995f4bedcf47 -r fc7f98c14454 docs/README.txt --- a/docs/README.txt Thu Nov 28 19:19:43 2019 +0100 +++ b/docs/README.txt Thu Nov 28 19:20:15 2019 +0100 @@ -0,0 +1,29 @@ +================= +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 `_