File: control

package info (click to toggle)
flask-caching 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: python: 2,826; makefile: 193; sh: 17
file content (34 lines) | stat: -rw-r--r-- 1,279 bytes parent folder | download
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
Source: flask-caching
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jonathan Carter <jcc@debian.org>,
           Jelmer Vernooij <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.