diff -r 6bf38b014089 -r 7dd73b88e345 src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Thu Jun 01 15:18:11 2017 +0200 +++ b/src/pyams_utils.egg-info/PKG-INFO Thu Jun 01 15:23:13 2017 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-utils -Version: 0.1.3 +Version: 0.1.4 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -12,24 +12,27 @@ .. contents:: + 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 : - - date : convert dates to unicode ISO format, parse ISO datetime, convert date to datetime - - request : get current request, get request annotations, get and set request data via annotations - - timezone : convert datetime to a given timezone ; provides a server default timezone utility - - traversing : get object parents until a given interface is implemented - - unicode : convert any text to unicode for easy storage - - protocol : utility functions and modules for several nerwork protocols - - catalog : TextIndexNG index for Zope catalog and hurry.query "Text" query item - - text : simple text operations and text to HTML conversion - - html : HTML parser and HTML to text converter - - file : file upload data converter - - tal : text and HTML conversions for use from within TAL + Internal sub-packages include: + - registry: local registry management tools + - adapter: custom adapters and annotations + - date: convert dates to unicode ISO format, parse ISO datetime, convert date to datetime + - request: get current request, get request annotations, get and set request data via annotations + - session: to store and get properties values from current session + - timezone: convert datetime to a given timezone ; provides a server default timezone utility + - traversing: custom traverser utility supporting namespaces + - unicode: convert any text to unicode for easy storage + - protocol: utility functions and modules for several nerwork protocols + - text: simple text operations and text to HTML conversion + - html: HTML parser and HTML to text converter + - file: file upload data converter + - tales: custom "extension:" TALES expression using adapters How to use pyams_utils ? @@ -37,10 +40,23 @@ 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.4 + ----- + - added "condition" optional argument to "get_parent" traversing helper to retrieve a parent only if given function + returns a "True" value when called with parent as argument + - added annotation for vocabulary registry + - added 'prefix' argument to 'request_property' and 'session_property' decorators + - handle POSError in 'query_utility' registry function + - updated unit tests + - updated documentation + 0.1.3 ----- - corrected XML-RPC client for Python 3 @@ -55,6 +71,10 @@ ----- - corrected cookies management in XML-RPC authenticated transport + 0.1.0 + ----- + - initial release + Keywords: Pyramid PyAMS utilities Platform: UNKNOWN Classifier: License :: OSI Approved :: Zope Public License