equal
deleted
inserted
replaced
1 Metadata-Version: 2.1 |
1 Metadata-Version: 2.1 |
2 Name: pyams-utils |
2 Name: pyams-utils |
3 Version: 0.1.35 |
3 Version: 0.1.36 |
4 Summary: Utility functions and classes for PyAMS |
4 Summary: Utility functions and classes for PyAMS |
5 Home-page: http://www.ztfy.org |
5 Home-page: http://www.ztfy.org |
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: =================== |
9 Description: =================== |
10 pyams_utils package |
10 PyAMS_utils package |
11 =================== |
11 =================== |
12 |
12 |
13 .. contents:: |
13 .. contents:: |
14 |
14 |
15 |
15 |
16 What is pyams_utils ? |
16 What is PyAMS |
17 ===================== |
17 ============= |
18 |
18 |
19 pyams_utils is a set of classes and functions which can be used to provide many small services and |
19 PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications |
|
20 and content management with the Pyramid framework. |
|
21 |
|
22 **PyAMS** is actually mainly used to manage web sites through content management applications (CMS, |
|
23 see PyAMS_content package), but many features are generic and can be used inside any kind of web |
|
24 application. |
|
25 |
|
26 All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_ |
|
27 |
|
28 |
|
29 What is PyAMS_utils? |
|
30 ==================== |
|
31 |
|
32 PyAMS_utils is a set of classes and functions which can be used to provide many small services and |
20 handle common operations in the context of a Pyramid application. |
33 handle common operations in the context of a Pyramid application. |
21 |
34 |
22 Internal sub-packages include: |
35 Internal sub-packages include: |
23 - registry: local registry management tools |
36 - registry: local registry management tools |
24 - adapter: custom adapters and annotations |
37 - adapter: custom adapters and annotations |
33 - html: HTML parser and HTML to text converter |
46 - html: HTML parser and HTML to text converter |
34 - file: file upload data converter |
47 - file: file upload data converter |
35 - tales: custom "extension:" TALES expression using adapters |
48 - tales: custom "extension:" TALES expression using adapters |
36 |
49 |
37 |
50 |
38 How to use pyams_utils ? |
|
39 ======================== |
|
40 |
|
41 A set of pyams_utils usages are given as doctests in pyams_utils/doctests/README.txt |
|
42 |
|
43 You will also a whole set of documentations into the "docs" directory, available on |
|
44 `ReadTheDocs <http://pyams-utils.readthedocs.org>`_ |
|
45 |
|
46 |
|
47 Changelog |
51 Changelog |
48 ========= |
52 ========= |
|
53 |
|
54 0.1.36 |
|
55 ------ |
|
56 - added multiple mail addresses schema field |
|
57 - added pyams_utils.list.unique_iter_max() function to get items out of an iterable containing |
|
58 the biggest value for a given key |
|
59 - small decorators updates |
49 |
60 |
50 0.1.35 |
61 0.1.35 |
51 ------ |
62 ------ |
52 - Pylint code cleanup and GitLab-CI integration updates |
63 - Pylint code cleanup and GitLab-CI integration updates |
53 |
64 |