Metadata-Version: 1.0
Name: collective.ordereddict
Version: 0.1
Summary: Ordered Dictionary for Python 2.4 or later
Home-page: http://svn.plone.org/svn/collective/collective.ordereddict
Author: Roel Bruggink
Author-email: roel@fourdigits.nl
License: GPL
Description: Introduction
        ============
        Implements http://docs.python.org/dev/library/collections.html#ordereddict-objects for Python 2.4 or up
        Code from http://code.activestate.com/recipes/576693/ by Raymond Hettinger
        Native OrderedDict implementation available from Python >= 2.7 and Python >= 3.1
        
        Changelog
        =========
        
        0.1 - Unreleased
        ----------------
        
        * Initial release
        
        
Keywords: ordereddict ordered dict
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
