ztfy.utils.egg-info/PKG-INFO
changeset 45 6b70bf7c698f
parent 29 035058514c2d
child 50 3d97754e4181
equal deleted inserted replaced
44:40d3943c3846 45:6b70bf7c698f
     1 Metadata-Version: 1.0
     1 Metadata-Version: 1.0
     2 Name: ztfy.utils
     2 Name: ztfy.utils
     3 Version: 1.0dev
     3 Version: 1.0
     4 Summary: ZTFY utility functions and classes for Zope3
     4 Summary: ZTFY utility functions and classes for Zope3
     5 Home-page: UNKNOWN
     5 Home-page: UNKNOWN
     6 Author: Thierry Florac
     6 Author: Thierry Florac
     7 Author-email: tflorac@ulthar.net
     7 Author-email: tflorac@ulthar.net
     8 License: ZPL
     8 License: ZPL
    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