Source: sortedcontainers Section: python Priority: optional Maintainer: Sandro Tosi Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 10), python-all, python3-all, dh-python, python-setuptools, python3-setuptools, python-nose, python3-nose, python-sphinx (>= 1.4), texlive-latex-base, python-pytest, python3-pytest Standards-Version: 4.1.4 Homepage: http://www.grantjenks.com/docs/sortedcontainers/ Vcs-Git: https://salsa.debian.org/python-team/modules/sortedcontainers.git Vcs-Browser: https://salsa.debian.org/python-team/modules/sortedcontainers Package: python-sortedcontainers Architecture: all Multi-Arch: foreign Depends: ${python:Depends}, ${misc:Depends} Suggests: python-sortedcontainers-doc Description: sorted container types: SortedList, SortedDict, and SortedSet Python’s standard library is great until you need a sorted container type. Many will attest that you can get really far without one, but the moment you really need a sorted list, dict, or set, you’re faced with a dozen different implementations, most using C-extensions without great documentation and benchmarking. Package: python3-sortedcontainers Architecture: all Multi-Arch: foreign Depends: ${python3:Depends}, ${misc:Depends} Suggests: python-sortedcontainers-doc Description: sorted container types: SortedList, SortedDict, and SortedSet (Python 3) Python’s standard library is great until you need a sorted container type. Many will attest that you can get really far without one, but the moment you really need a sorted list, dict, or set, you’re faced with a dozen different implementations, most using C-extensions without great documentation and benchmarking. . This package contains the Python 3 version of sortedcontainers . Package: python-sortedcontainers-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: sorted container types: SortedList, SortedDict, and SortedSet (Documentation) Python’s standard library is great until you need a sorted container type. Many will attest that you can get really far without one, but the moment you really need a sorted list, dict, or set, you’re faced with a dozen different implementations, most using C-extensions without great documentation and benchmarking. . This package contains the documentation for sortedcontainers Python module.