ztfy/utils/docs/README.txt
changeset 0 712d20d2751e
child 45 6b70bf7c698f
equal deleted inserted replaced
-1:000000000000 0:712d20d2751e
       
     1 ==================
       
     2 ztfy.utils package
       
     3 ==================
       
     4 
       
     5 .. contents::
       
     6 
       
     7 What is ztfy.utils ?
       
     8 ====================
       
     9 
       
    10 ztfy.utils is a set of classes and functions which can be used to handle many small operations.
       
    11 
       
    12 Internal sub-packages include :
       
    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
       
    15  - security : get unproxied value of a given object ; can be applied to lists or dicts
       
    16  - timezone : convert datetime to a given timezone
       
    17  - traversing : get object parents until a given interface is implemented
       
    18  - unicode : convert any text to unicode for easy storage
       
    19  
       
    20 
       
    21 How to use ztfy.utils ?
       
    22 =======================
       
    23 
       
    24 A set of ztfy.utils usage are given as doctests in ztfy/utils/doctests/README.txt