equal
deleted
inserted
replaced
|
1 Metadata-Version: 1.0 |
|
2 Name: ztfy.utils |
|
3 Version: 0.1dev |
|
4 Summary: ZTFY utility functions and classes for Zope3 |
|
5 Home-page: UNKNOWN |
|
6 Author: Thierry Florac |
|
7 Author-email: tflorac@ulthar.net |
|
8 License: ZPL |
|
9 Description: ================== |
|
10 ztfy.utils package |
|
11 ================== |
|
12 |
|
13 .. contents:: |
|
14 |
|
15 What is ztfy.utils ? |
|
16 ==================== |
|
17 |
|
18 ztfy.utils is a set of classes and functions which can be used to handle many small operations. |
|
19 |
|
20 Internal sub-packages include : |
|
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 |
|
23 - security : get unproxied value of a given object ; can be applied to lists or dicts |
|
24 - timezone : convert datetime to a given timezone |
|
25 - traversing : get object parents until a given interface is implemented |
|
26 - unicode : convert any text to unicode for easy storage |
|
27 |
|
28 |
|
29 How to use ztfy.utils ? |
|
30 ======================= |
|
31 |
|
32 A set of ztfy.utils usage are given as doctests in ztfy/utils/doctests/README.txt |
|
33 |
|
34 |
|
35 |
|
36 Keywords: ZTFY utilities for Zope3 |
|
37 Platform: UNKNOWN |
|
38 Classifier: Programming Language :: Python |
|
39 Classifier: Topic :: Software Development :: Libraries :: Python Modules |