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 |
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 |
|
28 - catalog : TextIndexNG index for Zope catalog and hurry.query "Text" query item |
|
29 - text : simple text operations and text to HTML conversion |
|
30 - html : HTML parser and HTML to text converter |
|
31 - file : file upload data converter |
|
32 - tal : text and HTML conversions for use from within TAL |
27 |
33 |
28 |
34 |
29 How to use ztfy.utils ? |
35 How to use ztfy.utils ? |
30 ======================= |
36 ======================= |
31 |
37 |