equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-cache |
2 Name: pyams-cache |
3 Version: 0.1.2 |
3 Version: 0.1.3 |
4 Summary: PyAMS cache management interfaces and classes |
4 Summary: PyAMS cache management interfaces and classes |
5 Home-page: http://hg.ztfy.org/pyams/pyams_cache |
5 Home-page: http://hg.ztfy.org/pyams/pyams_cache |
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: =================== |
10 Description: =================== |
10 pyams_cache package |
11 pyams_cache package |
11 =================== |
12 =================== |
12 |
13 |
13 .. contents:: |
14 .. contents:: |
22 and redis, with classic and AsyncIO modes. |
23 and redis, with classic and AsyncIO modes. |
23 |
24 |
24 |
25 |
25 History |
26 History |
26 ======= |
27 ======= |
|
28 |
|
29 0.1.3 |
|
30 ----- |
|
31 - use Python 3.5 "async/await" syntax for coroutines |
27 |
32 |
28 0.1.2 |
33 0.1.2 |
29 ----- |
34 ----- |
30 - added Beaker's "get_cache" helper function |
35 - added Beaker's "get_cache" helper function |
31 |
36 |