shortuuid 1.0.13-1 source package in Ubuntu

Changelog

shortuuid (1.0.13-1) unstable; urgency=medium

  * Team upload.
  * Build using pybuild-plugin-pyproject and Poetry.
  * Remove now-unused build-dependency on python3-pep8.
  * New upstream release.

 -- Colin Watson <email address hidden>  Sun, 26 May 2024 12:44:07 +0100

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
shortuuid_1.0.13-1.dsc 2.2 KiB 1997e328e2f12493fa579f5b936ace3a033925861acf7941e2856dc32ecfc04f
shortuuid_1.0.13.orig.tar.gz 9.4 KiB 3bb9cf07f606260584b1df46399c0b87dd84773e7b25912b7e391e30797c5e72
shortuuid_1.0.13-1.debian.tar.xz 4.2 KiB 1fa86ae68176d43463b1051adac55a9ed7575fd2e1b7f7699f64ae57a531a442

Available diffs

No changes file available.

Binary packages built by this source

python3-shortuuid: generates concise, unambiguous, URL-safe UUIDs for Python 3

 Often, one needs to use non-sequential IDs in places where users will see them,
 but the IDs must be as concise and easy to use as possible. shortuuid solves
 this problem by generating uuids using Python's built-in uuid module and then
 translating them to base57 using lowercase and uppercase letters and digits,
 and removing similar-looking characters such as l, 1, I, O and 0.