diff -r 82836485546c -r d2a70e493aa8 src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Mon Jun 29 18:21:30 2020 +0200 +++ b/src/pyams_utils.egg-info/PKG-INFO Mon Jun 29 22:32:45 2020 +0200 @@ -1,22 +1,35 @@ Metadata-Version: 2.1 Name: pyams-utils -Version: 0.1.35 +Version: 0.1.36 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac Author-email: tflorac@ulthar.net License: ZPL Description: =================== - pyams_utils package + PyAMS_utils package =================== .. contents:: - What is pyams_utils ? - ===================== + What is PyAMS + ============= + + PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications + and content management with the Pyramid framework. - pyams_utils is a set of classes and functions which can be used to provide many small services and + **PyAMS** is actually mainly used to manage web sites through content management applications (CMS, + see PyAMS_content package), but many features are generic and can be used inside any kind of web + application. + + All PyAMS documentation is available on `ReadTheDocs `_ + + + What is PyAMS_utils? + ==================== + + PyAMS_utils is a set of classes and functions which can be used to provide many small services and handle common operations in the context of a Pyramid application. Internal sub-packages include: @@ -35,18 +48,16 @@ - tales: custom "extension:" TALES expression using adapters - How to use pyams_utils ? - ======================== - - A set of pyams_utils usages are given as doctests in pyams_utils/doctests/README.txt - - You will also a whole set of documentations into the "docs" directory, available on - `ReadTheDocs `_ - - Changelog ========= + 0.1.36 + ------ + - added multiple mail addresses schema field + - added pyams_utils.list.unique_iter_max() function to get items out of an iterable containing + the biggest value for a given key + - small decorators updates + 0.1.35 ------ - Pylint code cleanup and GitLab-CI integration updates