[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#717542: ITP: python-shortuuid -- generates concise, unambiguous, URL-safe UUIDs



Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda <mkouhei@palmtb.net>

* Package name    : python-shortuuid
  Version         : 0.3
  Upstream Author : Stochastic Technologies
* URL             : https://github.com/stochastic-technologies/shortuuid/
* License         : BSD
  Programming Lang: Python
  Description     : 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.


Reply to: