ztfy.utils.egg-info/PKG-INFO
changeset 54 99f88b11004f
parent 50 3d97754e4181
child 63 420291b2fc72
--- a/ztfy.utils.egg-info/PKG-INFO	Tue Jul 20 23:33:27 2010 +0200
+++ b/ztfy.utils.egg-info/PKG-INFO	Tue Jul 20 23:33:55 2010 +0200
@@ -18,18 +18,18 @@
         ztfy.utils is a set of classes and functions which can be used to handle many small operations.
         
         Internal sub-packages include :
-        - date : convert dates to unicode ISO format, parse ISO datetime, convert date to datetime
-        - request : get current request, get request annotations, get and set request data via annotations
-        - security : get unproxied value of a given object ; can be applied to lists or dicts
-        - timezone : convert datetime to a given timezone ; provides a server default timezone utility
-        - traversing : get object parents until a given interface is implemented
-        - unicode : convert any text to unicode for easy storage
-        - protocol : utility functions and modules for several nerwork protocols
-        - catalog : TextIndexNG index for Zope catalog and hurry.query "Text" query item
-        - text : simple text operations and text to HTML conversion
-        - html : HTML parser and HTML to text converter
-        - file : file upload data converter
-        - tal : text and HTML conversions for use from within TAL
+         - date : convert dates to unicode ISO format, parse ISO datetime, convert date to datetime
+         - request : get current request, get request annotations, get and set request data via annotations
+         - security : get unproxied value of a given object ; can be applied to lists or dicts
+         - timezone : convert datetime to a given timezone ; provides a server default timezone utility
+         - traversing : get object parents until a given interface is implemented
+         - unicode : convert any text to unicode for easy storage
+         - protocol : utility functions and modules for several nerwork protocols
+         - catalog : TextIndexNG index for Zope catalog and hurry.query "Text" query item
+         - text : simple text operations and text to HTML conversion
+         - html : HTML parser and HTML to text converter
+         - file : file upload data converter
+         - tal : text and HTML conversions for use from within TAL
         
         
         How to use ztfy.utils ?