src/pyams_notify.egg-info/PKG-INFO
changeset 2 5e3445ae73be
child 11 09387489ec24
equal deleted inserted replaced
1:b394108019cd 2:5e3445ae73be
       
     1 Metadata-Version: 1.1
       
     2 Name: pyams-notify
       
     3 Version: 0.1.0
       
     4 Summary: PyAMS notifications management package
       
     5 Home-page: http://hg.ztfy.org/pyams/pyams_notify
       
     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 is a Pyramid/PyAMS extension package used to handle users notifications.
       
    16         
       
    17         It relies on a separate WebSockets server running in a distinct process (based on "pyams_notify_ws" package),
       
    18         which receives users connections and subscriptions and relays server notifications.
       
    19         
       
    20         
       
    21         
       
    22 Keywords: Pyramid PyAMS
       
    23 Platform: UNKNOWN
       
    24 Classifier: License :: OSI Approved :: Zope Public License
       
    25 Classifier: Development Status :: 4 - Beta
       
    26 Classifier: Programming Language :: Python
       
    27 Classifier: Framework :: Pyramid
       
    28 Classifier: Topic :: Software Development :: Libraries :: Python Modules