blurhash-python 1.1.4-3 source package in Ubuntu

Changelog

blurhash-python (1.1.4-3) unstable; urgency=medium

  * debian/control: Fix package name in Vcs-Browser and Vcs-Git.

 -- Edward Betts <edward@4angle.com>  Sun, 11 Dec 2022 05:31:06 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
blurhash-python_1.1.4-3.dsc 2.2 KiB 6ab493a11a2a924b5aed0051840f7ee67285f1cc8696c7c6f8b7fdb0795aa45c
blurhash-python_1.1.4.orig.tar.gz 173.4 KiB 0008733afb8f797aa84098a28ee2615e42192549b952260ee7dbca7dd40c2335
blurhash-python_1.1.4-3.debian.tar.xz 2.5 KiB 3e9ecc28d484ddec3c2f739dc637f8893596c94df37ad68d20fd262063fba351

Available diffs

No changes file available.

Binary packages built by this source

python3-blurhash: Python implementation of the blurhash algorithm

 BlurHash takes an image, and gives you a short string (only 20-30 characters)
 that represents the placeholder for this image. You do this on the backend of
 your service, and store the string along with the image. When you send data to
 your client, you send both the URL to the image, and the BlurHash string. Your
 client then takes the string, and decodes it into an image that it shows while
 the real image is loading over the network. The string is short enough that it
 comfortably fits into whatever data format you use. For instance, it can easily
 be added as a field in a JSON object.

python3-blurhash-dbgsym: debug symbols for python3-blurhash