Source: python-darts.lib.utils.lru Section: python Priority: optional Maintainer: Debian Security Tools Uploaders: Gianfranco Costamagna Build-Depends: debhelper-compat (= 13), dh-python, python3-sphinx, python3-all, python3-setuptools Standards-Version: 4.6.0 Rules-Requires-Root: no Homepage: https://pypi.python.org/pypi/darts.util.lru Vcs-Git: https://salsa.debian.org/pkg-security-team/python-darts.lib.utils.lru.git Vcs-Browser: https://salsa.debian.org/pkg-security-team/python-darts.lib.utils.lru Package: python3-darts.lib.utils.lru Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Suggests: python-darts.lib.utils.lru-doc Description: Simple dictionary with LRU behaviour in Python3 An LRUDict is basically a simple dictionary, which has a defined maximum capacity, that may be supplied at construction time, or modified at run-time via the capacity property. The class SynchronizedLRUDict, which exposes the same interface as plain LRUDict, but fully thread-safe. . This is the Python 3 version of the package. Package: python-darts.lib.utils.lru-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Multi-Arch: foreign Description: Simple dictionary with LRU behaviour in Python (common documentation) An LRUDict is basically a simple dictionary, which has a defined maximum capacity, that may be supplied at construction time, or modified at run-time via the capacity property. The class SynchronizedLRUDict, which exposes the same interface as plain LRUDict, but fully thread-safe. . This is the common documentation package.