equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-notify |
2 Name: pyams-notify |
3 Version: 0.1.0 |
3 Version: 0.1.1 |
4 Summary: PyAMS notifications management package |
4 Summary: PyAMS notifications management package |
5 Home-page: http://hg.ztfy.org/pyams/pyams_notify |
5 Home-page: http://hg.ztfy.org/pyams/pyams_notify |
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 |
16 |
16 |
17 It relies on a separate WebSockets server running in a distinct process (based on "pyams_notify_ws" package), |
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. |
18 which receives users connections and subscriptions and relays server notifications. |
19 |
19 |
20 |
20 |
|
21 History |
|
22 ======= |
21 |
23 |
22 Keywords: Pyramid PyAMS |
24 0.1.1 |
|
25 ----- |
|
26 - small code optimizations |
|
27 - changed admin view name to "admin" instead of "admin.html" |
|
28 |
|
29 0.1.0 |
|
30 ----- |
|
31 - initial release |
|
32 |
|
33 Keywords: Pyramid PyAMS notifications |
23 Platform: UNKNOWN |
34 Platform: UNKNOWN |
24 Classifier: License :: OSI Approved :: Zope Public License |
35 Classifier: License :: OSI Approved :: Zope Public License |
25 Classifier: Development Status :: 4 - Beta |
36 Classifier: Development Status :: 4 - Beta |
26 Classifier: Programming Language :: Python |
37 Classifier: Programming Language :: Python |
27 Classifier: Framework :: Pyramid |
38 Classifier: Framework :: Pyramid |