1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: blist
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Michael Gilbert <mgilbert@debian.org>
Build-Depends:
debhelper (>= 9), python-all-dev (>= 2.6.6-3~), python-setuptools
Standards-Version: 3.9.3
Homepage: http://pypi.python.org/pypi/blist
Vcs-Svn: svn://svn.debian.org/python-modules/packages/blist/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/blist/trunk/
Package: python-blist
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${python:Depends}
Description: List-like type for python with better asymptotic performance
This package is a drop-in replacement for the Python list the provides better
performance when modifying large lists. The blist package also provides
sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple
types.
|