src/pyams_notify.egg-info/PKG-INFO
changeset 2 5e3445ae73be
child 11 09387489ec24
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_notify.egg-info/PKG-INFO	Thu Jun 02 15:59:13 2016 +0200
@@ -0,0 +1,28 @@
+Metadata-Version: 1.1
+Name: pyams-notify
+Version: 0.1.0
+Summary: PyAMS notifications management package
+Home-page: http://hg.ztfy.org/pyams/pyams_notify
+Author: Thierry Florac
+Author-email: tflorac@ulthar.net
+License: ZPL
+Description: .. contents::
+        
+        
+        Introduction
+        ============
+        
+        pyams_notify is a Pyramid/PyAMS extension package used to handle users notifications.
+        
+        It relies on a separate WebSockets server running in a distinct process (based on "pyams_notify_ws" package),
+        which receives users connections and subscriptions and relays server notifications.
+        
+        
+        
+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