Source: flask-caching
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jonathan Carter <jcc@debian.org>,
           Jelmer Vernooĳ <jelmer@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-asgiref <!nocheck>,
               python3-cachelib (>= 0.9.0) <!nocheck>,
               python3-flask,
               python3-memcache <!nocheck>,
               python3-pylibmc <!nocheck>,
               python3-pytest,
               python3-redis <!nocheck>,
	       python3-setuptools,
               python3
Standards-Version: 4.7.1
Rules-Requires-Root: no
Homepage: https://github.com/sh4nks/flask-caching/
Vcs-Git: https://salsa.debian.org/python-team/packages/python3-flask-caching.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python3-flask-caching

Package: python3-flask-caching
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
Description: Cache support for flask applications
 Flask extension that provides smart caching support.
 .
 This is a fork of python3-flask-cache that is still maintained,
 which maintains a high level of backward compatibility and new
 features.
