1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: python-memoize
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all
Standards-Version: 4.6.2
Homepage: https://github.com/mikeboers/PyMemoize
Vcs-Git: https://salsa.debian.org/debian/python-memoize.git
Vcs-Browser: https://salsa.debian.org/debian/python-memoize
Package: python3-memoize
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Conflicts: python3-django-memoize
Description: Simple Python cache and memoizing module (Python3)
This is a (relatively) simple Python memoizing module (ie. a function
cache), in which any dict-like can be used as the actual storage
object.
.
This is the Python3 package.
|