[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#641207: ITP: ordereddict -- drop-in substitute for collections found in Python 2.7



Package: wnpp
Severity: wishlist
Owner: FladischerMichael@fladi.at

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

* Package name    : ordereddict
  Version         : 1.1
  Upstream Author : Raymond Hettinger <python@rcn.com>
* URL             : http://pypi.python.org/pypi/ordereddict/
* License         : MIT
  Programming Lang: Python
  Description     : drop-in substitute for collections found in Python 2.7

Drop-in substitute for Py2.7's new collections.OrderedDict. It has big-oh 
performance that matches regular dictionaries (amortized O(1) 
insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).
..
Ordered dictionaries are just like regular dictionaries but they remember the 
order that items were inserted. When iterating over an ordered dictionary, the 
items are returned in the order their keys were first added.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk5s1D8ACgkQeJ3z1zFMUGYF2wCfRM2oq8PUYuZKL6/ZrCx+Buws
KWoAnjIW2Nz79cSx/VbSzfs9y2eQOWzK
=ut+J
-----END PGP SIGNATURE-----



Reply to: