File: control

package info (click to toggle)
bootstrap-flask 2.2.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,396 kB
  • sloc: python: 2,218; makefile: 24
file content (50 lines) | stat: -rw-r--r-- 1,828 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
50
Source: bootstrap-flask
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,
               libjs-sphinxdoc,
               python3-all,
               python3-flask,
               python3-flask-sqlalchemy,
               python3-flaskext.wtf,
               python3-jinja2,
               python3-pallets-sphinx-themes,
               python3-pytest,
               python3-setuptools,
               python3-sphinx,
               python3-wtforms
Standards-Version: 4.6.1
Homepage: https://github.com/helloflask/bootstrap-flask
Vcs-Git: https://salsa.debian.org/python-team/packages/bootstrap-flask.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/bootstrap-flask

Package: python3-flask-bootstrap
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Suggests: python-flask-bootstrap-doc
Description: Bootstrap 4 & 5 helper for your Flask projects
 renders Flask-related data and objects to Bootstrap markup HTML more
 easily:
   * Render the Flask-WTF/WTForms form object to the Bootstrap form.
   * Render data objects (dict or class objects) to Bootstrap Table.
   * Render Flask-SQLAlchemy Paginationobject for Bootstrap pagination.
 .
 This package installs the library for Python 3.

Package: python-flask-bootstrap-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: Implementation collection of Jinja macros(common documentation)
 Allows rendering to Bootstrap form objects and Bootstrap Table and Bootstrap
 pagination.
 .
 This package installs the common documentation package.