equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-notify-ws |
2 Name: pyams-notify-ws |
3 Version: 0.1.3 |
3 Version: 0.1.4 |
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 |
9 Description: .. contents:: |
10 Description: .. contents:: |
10 |
11 |
11 |
12 |
12 Introduction |
13 Introduction |
13 ============ |
14 ============ |
21 their subscriptions, and acts as a proxy between an application server and it's clients. |
22 their subscriptions, and acts as a proxy between an application server and it's clients. |
22 |
23 |
23 |
24 |
24 History |
25 History |
25 ======= |
26 ======= |
|
27 |
|
28 0.1.4 |
|
29 ----- |
|
30 - use Python 3.5 "async/await" syntax for coroutines |
26 |
31 |
27 0.1.3 |
32 0.1.3 |
28 ----- |
33 ----- |
29 - don't send notifications to event transmitter |
34 - don't send notifications to event transmitter |
30 |
35 |