File: control

package info (click to toggle)
flask-paginate 2022.1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 376 kB
  • sloc: python: 953; makefile: 143
file content (49 lines) | stat: -rw-r--r-- 1,771 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: flask-paginate
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-setuptools,
               python3-all,
               python3-sphinx,
               python3-pytest,
               python3-flask,
               jdupes,
Standards-Version: 4.6.1
Homepage: https://github.com/lixxu/flask-paginate
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-paginate
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-paginate.git

Package: python3-flask-paginate
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Suggests: python-flask-paginate-doc,
           sqlite3
Description: Simple paginate support for flask
 Module supporting multiple css frameworks. Python2.6+ compatible as
 string.format syntax.
 .
 Capable of displaying information up to 100 pages, displaying 20 to 30
 pagination links above. Also add the lines below to your css file.
 .
 This package provides the Python 2.6+ module.

Package: python-flask-paginate-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Description: Simple paginate support for flask (common documentation)
 Module supporting multiple css frameworks. Python2.6+ compatible as
 string.format syntax.
 .
 Capable of displaying information up to 100 pages, displaying 20 to 30
 pagination links above. Also add the lines below to your css file.
 .
 This package contains HTML documentation, incorporates instructions on how
 to install and configure and use this module Python flask-paginate.