16 ==================== |
16 ==================== |
17 |
17 |
18 ztfy.utils is a set of classes and functions which can be used to handle many small operations. |
18 ztfy.utils is a set of classes and functions which can be used to handle many small operations. |
19 |
19 |
20 Internal sub-packages include : |
20 Internal sub-packages include : |
21 - date : convert dates to unicode ISO format, parse ISO datetime, convert date to datetime |
21 - date : convert dates to unicode ISO format, parse ISO datetime, convert date to datetime |
22 - request : get current request, get request annotations, get and set request data via annotations |
22 - request : get current request, get request annotations, get and set request data via annotations |
23 - security : get unproxied value of a given object ; can be applied to lists or dicts |
23 - security : get unproxied value of a given object ; can be applied to lists or dicts |
24 - timezone : convert datetime to a given timezone ; provides a server default timezone utility |
24 - timezone : convert datetime to a given timezone ; provides a server default timezone utility |
25 - traversing : get object parents until a given interface is implemented |
25 - traversing : get object parents until a given interface is implemented |
26 - unicode : convert any text to unicode for easy storage |
26 - unicode : convert any text to unicode for easy storage |
27 - protocol : utility functions and modules for several nerwork protocols |
27 - protocol : utility functions and modules for several nerwork protocols |
28 - catalog : TextIndexNG index for Zope catalog and hurry.query "Text" query item |
28 - catalog : TextIndexNG index for Zope catalog and hurry.query "Text" query item |
29 - text : simple text operations and text to HTML conversion |
29 - text : simple text operations and text to HTML conversion |
30 - html : HTML parser and HTML to text converter |
30 - html : HTML parser and HTML to text converter |
31 - file : file upload data converter |
31 - file : file upload data converter |
32 - tal : text and HTML conversions for use from within TAL |
32 - tal : text and HTML conversions for use from within TAL |
33 |
33 |
34 |
34 |
35 How to use ztfy.utils ? |
35 How to use ztfy.utils ? |
36 ======================= |
36 ======================= |
37 |
37 |