python-xstatic-filesaver 1.3.2.0-2 source package in Ubuntu

Changelog

python-xstatic-filesaver (1.3.2.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * Use debhelper-compat instead of debian/compat.

  [ Thomas Goirand ]
  * Cleans better (Closes: #1047597).

 -- Thomas Goirand <email address hidden>  Mon, 21 Aug 2023 13:45:16 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-xstatic-filesaver_1.3.2.0-2.dsc 2.1 KiB be635e6cc0a08ea6444ffabf92a3c7d68937e54831ca25873588bfbeee5feeb1
python-xstatic-filesaver_1.3.2.0.orig.tar.xz 5.0 KiB 8f613200bf428c794e2565b11a444ee4e03761f8fe8b60201eaf21ffbe8bd7d9
python-xstatic-filesaver_1.3.2.0-2.debian.tar.xz 2.4 KiB 4b8cf48215165f8521ad46bf294d3afd369f15617926c796b5bb18f5d73c2051

Available diffs

No changes file available.

Binary packages built by this source

python3-xstatic-filesaver: implements the saveAs() FileSaver interface - XStatic support

 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 FileSaver.js implements the saveAs() FileSaver interface in browsers that do
 not natively support it.
 .
 FileSaver.js is the solution to saving files on the client-side, and is
 perfect for webapps that need to generate files, or for saving sensitive
 information that shouldn't be sent to an external server.