Description
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.
shortuuid alternatives and similar packages
Based on the "General" category.
Alternatively, view shortuuid alternatives based on common mentions on social networks and blogs.
-
ftfy
Fixes mojibake and other glitches in Unicode text, after the fact. -
Levenshtein
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity -
Charset Normalizer
Truly universal encoding detector in pure Python
Write Clean Python Code. Always.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of shortuuid or a related project?