src/pyams_utils.egg-info/PKG-INFO
changeset 125 985534bc6ab9
parent 119 664b86f16a91
child 131 d702d2bf095a
equal deleted inserted replaced
124:53dc81f933ed 125:985534bc6ab9
     1 Metadata-Version: 1.1
     1 Metadata-Version: 1.1
     2 Name: pyams-utils
     2 Name: pyams-utils
     3 Version: 0.1.9
     3 Version: 0.1.10
     4 Summary: Utility functions and classes for PyAMS
     4 Summary: Utility functions and classes for PyAMS
     5 Home-page: http://www.ztfy.org
     5 Home-page: http://www.ztfy.org
     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
       
     9 Description-Content-Type: UNKNOWN
     9 Description: ===================
    10 Description: ===================
    10         pyams_utils package
    11         pyams_utils package
    11         ===================
    12         ===================
    12         
    13         
    13         .. contents::
    14         .. contents::
    44         `ReadTheDocs <http://pyams-utils.readthedocs.org>`_
    45         `ReadTheDocs <http://pyams-utils.readthedocs.org>`_
    45         
    46         
    46         
    47         
    47         Changelog
    48         Changelog
    48         =========
    49         =========
       
    50         
       
    51         0.1.10
       
    52         ------
       
    53          - added ZODB connection class and vocabulary based on Pyramid's settings
       
    54          - updated DocFieldProperty to correctly handle attributes documentation
       
    55          - small updates in registry management functions
    49         
    56         
    50         0.1.9
    57         0.1.9
    51         -----
    58         -----
    52          - added "NullAdapter" class to be able to remove a default adapter for a given context
    59          - added "NullAdapter" class to be able to remove a default adapter for a given context
    53          - added "get_global_registry" function
    60          - added "get_global_registry" function