src/pyams_notify_ws.egg-info/PKG-INFO
changeset 0 284c0976e3ff
child 2 4bdc5043fd3d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_notify_ws.egg-info/PKG-INFO	Thu Jun 02 16:02:23 2016 +0200
@@ -0,0 +1,31 @@
+Metadata-Version: 1.1
+Name: pyams-notify-ws
+Version: 0.1.0
+Summary: PyAMS notifications server management package
+Home-page: http://hg.ztfy.org/pyams/pyams_notify_ws
+Author: Thierry Florac
+Author-email: tflorac@ulthar.net
+License: ZPL
+Description: .. contents::
+        
+        
+        Introduction
+        ============
+        
+        pyams_notify_ws is a Pyramid/PyAMS WebSockets server package used to handle users notifications.
+        
+        Clients can connect to a given WebSockets service and subscribe to notifications; these notifications can be
+        general or limited to a given context.
+        
+        The WebSockets server doesn't have any "intelligence": it only references clients (including their roles) and
+        their subscriptions, and acts as a proxy between an application server and it's clients.
+        
+        
+        
+Keywords: Pyramid PyAMS
+Platform: UNKNOWN
+Classifier: License :: OSI Approved :: Zope Public License
+Classifier: Development Status :: 4 - Beta
+Classifier: Programming Language :: Python
+Classifier: Framework :: Pyramid
+Classifier: Topic :: Software Development :: Libraries :: Python Modules