[ ソース: shortuuid ]
パッケージ: python3-shortuuid (1.0.13-1)
python3-shortuuid に関するリンク
Debian の資源:
shortuuid ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.
その他の python3-shortuuid 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)