ztfy/utils/docs/README.txt
changeset 45 6b70bf7c698f
parent 0 712d20d2751e
equal deleted inserted replaced
44:40d3943c3846 45:6b70bf7c698f
    11 
    11 
    12 Internal sub-packages include :
    12 Internal sub-packages include :
    13  - date : convert dates to unicode ISO format, parse ISO datetime, convert date to datetime
    13  - date : convert dates to unicode ISO format, parse ISO datetime, convert date to datetime
    14  - request : get current request, get request annotations, get and set request data via annotations
    14  - request : get current request, get request annotations, get and set request data via annotations
    15  - security : get unproxied value of a given object ; can be applied to lists or dicts
    15  - security : get unproxied value of a given object ; can be applied to lists or dicts
    16  - timezone : convert datetime to a given timezone
    16  - timezone : convert datetime to a given timezone ; provides a server default timezone utility
    17  - traversing : get object parents until a given interface is implemented
    17  - traversing : get object parents until a given interface is implemented
    18  - unicode : convert any text to unicode for easy storage
    18  - unicode : convert any text to unicode for easy storage
    19  
    19  - protocol : utility functions and modules for several nerwork protocols
       
    20  - catalog : TextIndexNG index for Zope catalog and hurry.query "Text" query item
       
    21  - text : simple text operations and text to HTML conversion
       
    22  - html : HTML parser and HTML to text converter
       
    23  - file : file upload data converter
       
    24  - tal : text and HTML conversions for use from within TAL
       
    25 
    20 
    26 
    21 How to use ztfy.utils ?
    27 How to use ztfy.utils ?
    22 =======================
    28 =======================
    23 
    29 
    24 A set of ztfy.utils usage are given as doctests in ztfy/utils/doctests/README.txt
    30 A set of ztfy.utils usage are given as doctests in ztfy/utils/doctests/README.txt