Source: blist Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Michael Gilbert Build-Depends: debhelper-compat (= 13), dh-python, python3-all-dev, python3-setuptools, Standards-Version: 4.5.0 Homepage: https://pypi.python.org/pypi/blist Vcs-Git: https://salsa.debian.org/python-team/packages/blist.git Vcs-Browser: https://salsa.debian.org/python-team/packages/blist Rules-Requires-Root: no Package: python3-blist Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}, Provides: ${python3:Provides}, Description: List-like type for Python 3 with better asymptotic performance This package is a drop-in replacement for Python 3 lists providing better performance when modifying large lists (provides sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple types).