File: control

package info (click to toggle)
python-pywebview 3.3.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,536 kB
  • sloc: python: 5,703; javascript: 888; cs: 130; sh: 55; makefile: 3
file content (45 lines) | stat: -rw-r--r-- 1,814 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
Source: python-pywebview
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Jochen Sprickerhof <jspricke@debian.org>,
Build-Depends:
 debhelper-compat (=13),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.5.0
Homepage: https://github.com/r0x0r/pywebview
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pywebview.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pywebview
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-webview
Architecture: all
Multi-Arch: foreign
Depends:
 python3-pyqt5.qtwebengine | python3-pyqt5.qtwebkit | gir1.2-gtk-3.0,
 python3-pyqt5.qtwebengine | python3-pyqt5.qtwebkit | gir1.2-webkit2-4.0,
 python3-pyqt5.qtwebengine | python3-pyqt5.qtwebkit | python3-gi,
 python3-pyqt5.qtwebengine | python3-pyqt5.qtwebkit | python3-gi-cairo,
 ${misc:Depends} ,
 ${python3:Depends},
Conflicts:
 python3-pywebview,
Replaces:
 python3-pywebview,
Description: Build GUI for your Python program with JavaScript, HTML, and CSS
 pywebview is a lightweight cross-platform wrapper around a webview component
 that allows on to display HTML content in its own native GUI window. It gives
 you power of web technologies in your desktop application, hiding the fact
 that GUI is browser based. You can use pywebview either with a lightweight web
 framework like Flask or Bottle or on its own with a two way bridge between
 Python and DOM.
 .
 pywebview uses native GUI for creating a web component window: WinForms on
 Windows, Cocoa on macOS and QT or GTK+ on Linux. If you choose to freeze your
 application, pywebview does not bundle a heavy GUI toolkit or web renderer
 with it keeping the executable size small. pywebview is compatible with both
 Python 2 and 3.