python-pywebview 3.3.5+dfsg-2 source package in Ubuntu

Changelog

python-pywebview (3.3.5+dfsg-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set field Upstream-Name in debian/copyright.
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Wed, 14 Dec 2022 20:49:02 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pywebview_3.3.5+dfsg-2.dsc 2.1 KiB d5b2a3d640438206beacc5215af9deb78643db78922f4f60b01589de36880afb
python-pywebview_3.3.5+dfsg.orig.tar.xz 25.6 MiB 22de1398f6826c7d440eff43eba3765bf84cc1a569c0d2305ae4afa0bc4518dd
python-pywebview_3.3.5+dfsg-2.debian.tar.xz 3.9 KiB 2bdf56c284c230bca5f89f02e8511c5c87c5e3fc1e8c38415818aab9a5b819e8

Available diffs

No changes file available.

Binary packages built by this source

python3-webview: 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.