src/pyams_notify_ws.egg-info/PKG-INFO
changeset 22 15a227cafabb
parent 16 bea8c4b209aa
child 26 e2ce53e66fc9
equal deleted inserted replaced
21:5f2f72c00120 22:15a227cafabb
     1 Metadata-Version: 1.1
     1 Metadata-Version: 2.1
     2 Name: pyams-notify-ws
     2 Name: pyams-notify-ws
     3 Version: 0.1.4
     3 Version: 0.2.0
     4 Summary: PyAMS notifications server management package
     4 Summary: PyAMS notifications server management package
     5 Home-page: http://hg.ztfy.org/pyams/pyams_notify_ws
     5 Home-page: http://hg.ztfy.org/pyams/pyams_notify_ws
     6 Author: Thierry Florac
     6 Author: Thierry Florac
     7 Author-email: tflorac@ulthar.net
     7 Author-email: tflorac@ulthar.net
     8 License: ZPL
     8 License: ZPL
     9 Description-Content-Type: UNKNOWN
       
    10 Description: .. contents::
     9 Description: .. contents::
    11         
    10         
    12         
    11         
    13         Introduction
    12         Introduction
    14         ============
    13         ============
    22         their subscriptions, and acts as a proxy between an application server and it's clients.
    21         their subscriptions, and acts as a proxy between an application server and it's clients.
    23         
    22         
    24         
    23         
    25         History
    24         History
    26         =======
    25         =======
       
    26         
       
    27         0.2.0
       
    28         -----
       
    29          - added authentication check while subscribing to notifications.
       
    30            As a side effect, you must register the same authentication and authorization
       
    31            policies as in your Pyramid application (authorization policy is not actually used
       
    32            but must be defined at the same time as authentication policy).
    27         
    33         
    28         0.1.4
    34         0.1.4
    29         -----
    35         -----
    30          - use Python 3.5 "async/await" syntax for coroutines
    36          - use Python 3.5 "async/await" syntax for coroutines
    31         
    37         
    51 Classifier: License :: OSI Approved :: Zope Public License
    57 Classifier: License :: OSI Approved :: Zope Public License
    52 Classifier: Development Status :: 4 - Beta
    58 Classifier: Development Status :: 4 - Beta
    53 Classifier: Programming Language :: Python
    59 Classifier: Programming Language :: Python
    54 Classifier: Framework :: Pyramid
    60 Classifier: Framework :: Pyramid
    55 Classifier: Topic :: Software Development :: Libraries :: Python Modules
    61 Classifier: Topic :: Software Development :: Libraries :: Python Modules
       
    62 Provides-Extra: test