Bug#1025319: ITP: python-blurhash -- Python implementation of the blurhash algorithm

2022-12-02 Thread Edward Betts
Package: wnpp
Severity: wishlist
Owner: Edward Betts 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: python-blurhash
  Version : 1.1.4
  Upstream Author : Lorenz Diener 
* URL : https://github.com/halcy/blurhash-python
* License : MIT
  Programming Lang: Python
  Description : 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.
 
I plan to maintain this package as part of the Python team.



Bug#1025346: ITP: calamares-settings-mobian -- Calamares branding and configuration for Mobian

2022-12-02 Thread undef
Package: wnpp
Severity: wishlist
Owner: undef 
X-Debbugs-Cc: debian-devel@lists.debian.org, undef 

* Package name: calamares-settings-mobian
  Version : 0.2.4
  Upstream Author : Mobian-team 
* URL : 
https://salsa.debian.org/Mobian-team/calamares-settings-mobian
* License : GPL3+
  Programming Lang: sh
  Description : Calamares branding and configuration for Mobian

This package contains the branding, configuration and scripts required
to boot to calamares and install Mobian on a small, touch screen only device.

This package will be maintained inside the Mobian team.



Bug#1025351: ITP: aws-crt-python -- Python 3 bindings for the AWS Common Runtime

2022-12-02 Thread Noah Meyerhans
Package: wnpp
Severity: wishlist
Owner: Noah Meyerhans 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-cl...@lists.debian.org

* Package name: aws-crt-python
  Version : 0.15.3
  Upstream Author : Amazon Web Services
* URL : https://github.com/awslabs/aws-crt-python
* License : Apache 2.0
  Programming Lang: Python and C
  Description : Python 3 bindings for the AWS Common Runtime

aws-crt-python contains python interfaces for common low-level functionality
used when interfacing with Amazon Web Services service endpoints.  It
provides socket handling, the HTTP client implementation, authentication,
logging, and error handling.

The package is initially being prepared in order to support upgrading the
awscli package to version 2.x, which introduces it as a dependency.  It will
be maintained by the cloud team.

In the future, the C components in this package may be split into standalone
packages that can be used independently of the python bindings if needed.
For now the focus is on python.

noah