src/pyams_utils.egg-info/PKG-INFO
changeset 1 3f89629b9e54
child 39 d4c28f4078cd
equal deleted inserted replaced
0:16d47bd81d84 1:3f89629b9e54
       
     1 Metadata-Version: 1.1
       
     2 Name: pyams-utils
       
     3 Version: 0.1.0
       
     4 Summary: Utility functions and classes for PyAMS
       
     5 Home-page: http://www.ztfy.org
       
     6 Author: Thierry Florac
       
     7 Author-email: tflorac@ulthar.net
       
     8 License: ZPL
       
     9 Description: ===================
       
    10         pyams_utils package
       
    11         ===================
       
    12         
       
    13         .. contents::
       
    14         
       
    15         What is pyams_utils ?
       
    16         =====================
       
    17         
       
    18         pyams_utils is a set of classes and functions which can be used to provide many small services and
       
    19         handle common operations in the context of a Pyramid application.
       
    20         
       
    21         Internal sub-packages include :
       
    22          - date : convert dates to unicode ISO format, parse ISO datetime, convert date to datetime
       
    23          - request : get current request, get request annotations, get and set request data via annotations
       
    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
       
    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
       
    33         
       
    34         
       
    35         How to use pyams_utils ?
       
    36         ========================
       
    37         
       
    38         A set of pyams_utils usages are given as doctests in pyams_utils/doctests/README.txt
       
    39         
       
    40         
       
    41         Changelog
       
    42         =========
       
    43         
       
    44         0.4.11
       
    45         ------
       
    46          - added "encode" and "decode" functions in "ztfy.utils.unicode" module (with updated doctests)
       
    47         
       
    48         0.4.10
       
    49         ------
       
    50          - added configuration directives to remove static dependencies with "ztfy.skin" and "zopyx.txng3.core"
       
    51          - updated Buildout's bootstrap
       
    52         
       
    53         0.4.9
       
    54         -----
       
    55          - added "ztfy.utils.decorator" module with "@deprecated" decorator
       
    56         
       
    57         0.4.8
       
    58         -----
       
    59          - remove security proxy in ITransactionManager adapter
       
    60         
       
    61         0.4.7
       
    62         -----
       
    63          - added new "component" registry utility module
       
    64          - added date and datetime display formats
       
    65          - added "keep_chars" argument in translateString function
       
    66         
       
    67         0.4.6
       
    68         -----
       
    69          - added ISet interface with permissions on zc.set.Set class
       
    70         
       
    71         0.4.5
       
    72         -----
       
    73          - make current participation request optional in "indexObject()" function
       
    74         
       
    75         0.4.4
       
    76         -----
       
    77          - added "allow_none" and "headers" arguments in XML-RPC "getClient()" methods
       
    78         
       
    79         0.4.3
       
    80         -----
       
    81          - change test for date types in tztime/gmtime functions (because datetime
       
    82            inherits from date!)
       
    83         
       
    84         0.4.2
       
    85         -----
       
    86          - small correction in getHumanSize() function
       
    87          - added dates formatting functions
       
    88          - added check between date and datetime types in timezone module
       
    89         
       
    90         0.4.1
       
    91         -----
       
    92          - use request locale formatter in getHumanSize function
       
    93         
       
    94         0.4.0
       
    95         -----
       
    96          - move custom schema fields widgets to ZTFY.skin package
       
    97         
       
    98         0.3.14
       
    99         ------
       
   100          - added legend on ZEO connection properties edit form
       
   101          - force usage of "escapeSlashes" argument when checking new content name
       
   102         
       
   103         0.3.13
       
   104         ------
       
   105          - added ZEO connection interface, utility and tools
       
   106          - added "ztfy.utils.container" utility module
       
   107          - added a persistent utility to store ZEO connection settings
       
   108          - added "TextLine list" schema field and widget
       
   109          - added request and session cached properties
       
   110          - added Python 2.7 compatibility code and timeout parameter to XML-RPC
       
   111            protocol helper
       
   112          - changed request "data:" TAL namespace to basic HTTP request so it can be used
       
   113            in views called via JSON-RPC or XML-RPC
       
   114         
       
   115         0.3.12
       
   116         ------
       
   117          - updated package source layout
       
   118         
       
   119         0.3.11
       
   120         ------
       
   121          - added dotted decimal schema field, not handling locales :-/
       
   122         
       
   123         0.3.10
       
   124         ------
       
   125          - upgraded for ztfy.jqueryui 0.6.0
       
   126          - added Color schema field and widget
       
   127          - added StringLine schema field
       
   128          - added "text:translate" TAL adapter
       
   129          - moved ITransactionManager adapter from ztfy.scheduler package
       
   130         
       
   131         0.3.9
       
   132         -----
       
   133          - added HTTP client based on httplib2, handling authentication and proxies
       
   134         
       
   135         0.3.8
       
   136         -----
       
   137          - corrected encodings vocabulary
       
   138         
       
   139         0.3.7
       
   140         -----
       
   141          - added encodings vocabulary
       
   142         
       
   143         0.3.6
       
   144         -----
       
   145          - corrected code and translations in MissingPrincipal class
       
   146          - added permissions on TextIndexNG index
       
   147         
       
   148         0.3.5
       
   149         -----
       
   150          - re-add IList and IDict interfaces forgotten from bad merge :-(
       
   151         
       
   152         0.3.4
       
   153         -----
       
   154          - better check for missing requests
       
   155         
       
   156         0.3.3
       
   157         -----
       
   158          - Added "fanstatic:" TALES expression
       
   159         
       
   160         0.3.2
       
   161         -----
       
   162          - Mark ztfy.utils.security functions and classes as deprecated
       
   163         
       
   164         0.3.1
       
   165         -----
       
   166          - Updated signature in ztfy.utils.catalog.index to match last hurry.query release
       
   167         
       
   168         0.3
       
   169         ---
       
   170          - Switched to ZTK-1.1.2 and Python 2.6
       
   171          - Added "getAge" function in date module 
       
   172          - Added session module and TALES adapter to get/set session values
       
   173          - Check None value in catalog.getObjectId(...) and catalog.getObject(...) methods
       
   174         
       
   175         0.2.1
       
   176         -----
       
   177          - Added 'site.locateAndRegister' facility function
       
   178          - Update ServerTimezoneUtility parent classes
       
   179         
       
   180         0.2
       
   181         ---
       
   182          - Added 'data' namespace to access request data
       
   183         
       
   184         0.1
       
   185         ---
       
   186          - Initial release
       
   187         
       
   188 Keywords: Pyramid PyAMS utilities
       
   189 Platform: UNKNOWN
       
   190 Classifier: License :: OSI Approved :: Zope Public License
       
   191 Classifier: Development Status :: 4 - Beta
       
   192 Classifier: Programming Language :: Python
       
   193 Classifier: Framework :: Zope3
       
   194 Classifier: Topic :: Software Development :: Libraries :: Python Modules