src/pyams_notify_ws.egg-info/PKG-INFO
changeset 0 284c0976e3ff
child 2 4bdc5043fd3d
equal deleted inserted replaced
-1:000000000000 0:284c0976e3ff
       
     1 Metadata-Version: 1.1
       
     2 Name: pyams-notify-ws
       
     3 Version: 0.1.0
       
     4 Summary: PyAMS notifications server management package
       
     5 Home-page: http://hg.ztfy.org/pyams/pyams_notify_ws
       
     6 Author: Thierry Florac
       
     7 Author-email: tflorac@ulthar.net
       
     8 License: ZPL
       
     9 Description: .. contents::
       
    10         
       
    11         
       
    12         Introduction
       
    13         ============
       
    14         
       
    15         pyams_notify_ws is a Pyramid/PyAMS WebSockets server package used to handle users notifications.
       
    16         
       
    17         Clients can connect to a given WebSockets service and subscribe to notifications; these notifications can be
       
    18         general or limited to a given context.
       
    19         
       
    20         The WebSockets server doesn't have any "intelligence": it only references clients (including their roles) and
       
    21         their subscriptions, and acts as a proxy between an application server and it's clients.
       
    22         
       
    23         
       
    24         
       
    25 Keywords: Pyramid PyAMS
       
    26 Platform: UNKNOWN
       
    27 Classifier: License :: OSI Approved :: Zope Public License
       
    28 Classifier: Development Status :: 4 - Beta
       
    29 Classifier: Programming Language :: Python
       
    30 Classifier: Framework :: Pyramid
       
    31 Classifier: Topic :: Software Development :: Libraries :: Python Modules