Human Friendly UUIDs that are readable and pronounceable.
Project description
Human Friendly UUIDs
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
About the Project
humid
makes it easy to generate human Friendly uuid's (hfid
's) that are readable and pronounceable. Creation follows the pattern: {ADJECTIVE}-{ANIMAL|POKEMON}-{UUID*22}
.
Quickstart
Install and run from shell
> pip install humid
> python -m humid
archaic-goose-y8yMIYjt91V8cejIxMa6G4
# or
> humid
archaic-goose-y8yMIYjt91V8cejIxMa6G4
Use in Python code
>> from humid import hfid
>> uuid = hfid()
>> print(uuid)
archaic-goose-y8yMIYjt91V8cejIxMa6G4
Why humid?
-
Improved Usability and Readability:: Human-readable IDs are easier to remember, recognize, and type compared to traditional IDs (like UUIDs or hashes). For example, instead of dealing with an ID like
4f52a6c7-e938-4d5e-9ad6-d89d62c7a90b
, a human-readable ID such asarchaic-goose-y8yMIYjt91V8cejIxMa6G4
is far more user-friendly. -
Enhanced Communication:: When IDs are readable, they can be easily communicated over different channels, such as spoken language, emails, or text messages. This is especially useful in contexts like customer support or during collaborative work sessions, where team members need to quickly and accurately communicate specific IDs.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file humid-0.3.1.tar.gz
.
File metadata
- Download URL: humid-0.3.1.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.18.1 CPython/3.12.5 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8f0574dee17762e6321bcdbfdf44981b88f7b4adba40c562afffc8879edf1e1 |
|
MD5 | ebc609e5f59b6d3b5b92fd4ccc116dcd |
|
BLAKE2b-256 | d0d7cb91b39ea419e6bc4ee564cc4fed6989c548a1155ad63a6e8375af603fad |
File details
Details for the file humid-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: humid-0.3.1-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.18.1 CPython/3.12.5 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a1bb3dbbd38271879094abd21db0e33139f795d6e02825f86854f9aecff6dba |
|
MD5 | fe4aa8effe055455a35df6ad28106b4c |
|
BLAKE2b-256 | e6f1f9eceb1200c2f648e3e3c69b8222ca04a472f228bcd1b130c7bc8eb899b1 |