pydenticon 0.3.1-2 source package in Ubuntu

Changelog

pydenticon (0.3.1-2) unstable; urgency=medium

  * Team upload.
  * d/copyright: Use https protocol in Format field
  * d/control: Add Vcs-* field
  * Use debhelper-compat instead of debian/compat.
  * Drop Python 2 support.

 -- Ondřej Nový <email address hidden>  Thu, 25 Jul 2019 21:01:54 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pydenticon_0.3.1-2.dsc 2.0 KiB 3ad479cbfa051876dad305bf717ecd2566cf94eadeffe37503b9cd44244f382b
pydenticon_0.3.1.orig.tar.gz 25.6 KiB 2ef363cdd6f4f0193ce62257486027e36884570f6140bbde51de72df321b77f1
pydenticon_0.3.1-2.debian.tar.xz 2.3 KiB 805d16c0308d9dcdc703b323a51f16f6e9b455cc2d32586619814a23811dbc7e

Available diffs

No changes file available.

Binary packages built by this source

python3-pydenticon: deterministically generate identicons in Python 3

 Pydenticon is a small utility library that can be used for deterministically
 generating identicons based on the hash of provided data.
 .
 The implementation is a port of the Sigil identicon implementation.
 .
 Pydenticon provides a couple of extensions of its own when compared to the
 original Sigil implementation, like:
 .
 * Ability to supply custom digest algorithms (allowing for larger identicons if
   digest provides enough entropy).
 * Ability to specify a rectangle for identicon size.
 .
 This package is for Python 3.