1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: python-darts.lib.utils.lru
Section: python
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Gianfranco Costamagna <locutusofborg@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-sphinx,
python3-all,
python3-setuptools
Standards-Version: 4.4.0
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}
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.
|