Metadata-Version: 1.0
Name: zodict
Version: 1.0
Summary: zope.interface compliant ordered dictionary.
Home-page: https://svn.plone.org/svn/archetypes/AGX/odict
Author: bearophile, rnix
Author-email: rnix@squarewave.at
License: GNU General Public Licence
Description: 
        Ordered dictionary which simply implements the corresponding
        ``zope.interface.common.mapping`` interfaces.
        
        >>> from zodict import zodict
        >>> zod = zodict()
        
        Credits
        -------
        
        -Written by ``rnix`` (2009-03-17)
Keywords: odict
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Framework :: Zope3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
