Source: python-memoize
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: python
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.4
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
Testsuite: autopkgtest-pkg-python

Package: python3-memoize
Architecture: all
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.
