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

Changelog

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

  * Team upload.
  * d/control: build-dep on setuptools-scm to fix wrong "0.0.0" version.
    (LP: #2063176)
  * Mark Debian-specific patches as not needing forwarding upstream.
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)

 -- Michael R. Crusoe <email address hidden>  Fri, 26 Apr 2024 18:50:20 +0200

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pywebview_5.0.5+dfsg-2.dsc 2.1 KiB 823004c8e73da10dd6c6e9882c7dc29b97bab2a082c98d212933d72bd8912b12
python-pywebview_5.0.5+dfsg.orig.tar.xz 25.8 MiB 2e88147125912b54a890f5728ea2fa15096ed8b884794bad28428f61bb80ff1f
python-pywebview_5.0.5+dfsg-2.debian.tar.xz 5.1 KiB 4dcafa10baacb50e55643b42ed1b3019aae5337034168b13c3a44a627235aeda

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.