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

Bug#801306: ITP: python-oset -- An ordered set data structure for Python



Package: wnpp
Severity: wishlist
Owner: Kevin Murray <spam@kdmurray.id.au>

* Package name    : python-oset
  Version         : 0.1.3
  Upstream Author : Carlos Martin, Raymond Hettinger
* URL             : https://gitorious.com/sleipnir/python-oset
* License         : BSD
  Programming Lang: Python
  Description     : An ordered set data structure for Python

A set data structure that remembers original insertion order.  The
implementation based on a doubly linked link and an internal dictionary.
This design gives OrderedSet the same big-Oh running times as regular
sets including O(1) adds, removes, and lookups as well as O(n)
iteration.

This is a dependency of sphinxcontrib-bibtex, which is required to build
seqan's documentation.

This package will be co-maintained in the Debian Med team.


Reply to: