src/pyams_zmq/__init__.py
changeset 25 9352acb9366b
parent 2 e90256535a74
equal deleted inserted replaced
24:36b9e48666ce 25:9352acb9366b
     7 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
     7 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
     8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
     9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
    10 # FOR A PARTICULAR PURPOSE.
    10 # FOR A PARTICULAR PURPOSE.
    11 #
    11 #
       
    12 
       
    13 """PyAMS_zmq package
       
    14 
       
    15 This package provides features to enable local or remote inter-processes communication
       
    16 using the 0MQ protocol and the PyZMQ package.
       
    17 
       
    18 Several PyAMS packages rely on this package to provide asynchronous handling of long operations
       
    19 like medias conversions, Elasticsearch indexing or communication with the tasks scheduler.
       
    20 """
    12 
    21 
    13 __docformat__ = 'restructuredtext'
    22 __docformat__ = 'restructuredtext'
    14 
    23 
    15 
    24 
    16 from pyramid.i18n import TranslationStringFactory
    25 from pyramid.i18n import TranslationStringFactory