shortuuid 0.4.2-4ubuntu1 source package in Ubuntu

Changelog

shortuuid (0.4.2-4ubuntu1) xenial; urgency=medium

  * Build-depend on python-pep8.

 -- Matthias Klose <email address hidden>  Sun, 25 Oct 2015 01:50:47 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Kouhei Maeda
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
shortuuid_0.4.2.orig.tar.gz 5.2 KiB 47fa452b53fcf15427e539efd9fee8e625a9aebeb81db9339df7aeede52c2b61
shortuuid_0.4.2-4ubuntu1.debian.tar.xz 3.5 KiB 5edf789ef0cc74e062bb309881eac19b5868372348a1e2e3f89ab011b263458f
shortuuid_0.4.2-4ubuntu1.dsc 1.9 KiB 0f67210989e94fccf2144545a0ac2ff6fcab9e02f0121c924d3711d9d1bb5e98

View changes file

Binary packages built by this source

python-shortuuid: generates concise, unambiguous, URL-safe UUIDs

 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.

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

 For Python3.
 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.