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 41
|
Source: diskcache
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Andreas Tille <tille@debian.org>,
Yaroslav Halchenko <debian@onerussian.com>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends:
debhelper,
debhelper-compat (= 13),
dh-python,
python3-all,
python3-django <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-django <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-setuptools,
python3-typing-extensions <!nocheck>,
python3-wheel <!nocheck>,
tox <!nocheck>,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/diskcache
Vcs-Git: https://salsa.debian.org/python-team/packages/diskcache.git
Homepage: https://pypi.org/project/diskcache/
Rules-Requires-Root: no
Package: python3-diskcache
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Python3 module for disk and file backed persistent cache
DiskCache is a disk and file backed cache library, written in pure-Python.
Its features include
.
- Django compatible API
- Thread-safe and process-safe
- Supports multiple eviction policies (LRU and LFU included)
- Keys support “tag” metadata and eviction
|