src/pyams_zmq/__init__.py
changeset 25 9352acb9366b
parent 2 e90256535a74
--- a/src/pyams_zmq/__init__.py	Fri Jan 11 13:52:29 2019 +0100
+++ b/src/pyams_zmq/__init__.py	Thu Nov 28 19:19:25 2019 +0100
@@ -10,6 +10,15 @@
 # FOR A PARTICULAR PURPOSE.
 #
 
+"""PyAMS_zmq package
+
+This package provides features to enable local or remote inter-processes communication
+using the 0MQ protocol and the PyZMQ package.
+
+Several PyAMS packages rely on this package to provide asynchronous handling of long operations
+like medias conversions, Elasticsearch indexing or communication with the tasks scheduler.
+"""
+
 __docformat__ = 'restructuredtext'