<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>StableDict</name>
<shortdesc>A dict subclass which remembers insertion order</shortdesc>
<description>A dictionary class remembering insertion order.

Order (i.e. the sequence) of insertions is remembered (internally
stored in a hidden list attribute) and replayed when iterating. A
StableDict does NOT sort or organize the keys in any other way.
        
Implemented as a subclass of the built in dict type. Very compact
implementation (less than 150 lines of code). Comes with a large
test suite derived from Python's test_dict.py in a separate test
module.</description>
<download-page>http://mitglied.lycos.de/mkamm/distfiles/</download-page>
<maintainer><foaf:Person><foaf:name>Martin Kammerhofer</foaf:name>
<foaf:mbox_sha1sum>a4a7eb39ad983f818b641edfb3a795560e55077f</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2</revision></Version></release>
</Project></rdf:RDF>