Home
Here you can read about the api of humid
.
humid helps generating human friendly identifiers.
hfid()
Returns a default human friendly identifier.
Returns:
Name | Type | Description |
---|---|---|
str |
str
|
The human friendly identifier based on elements in |
Examples:
>>> hfid()
'modest-tarpon-oSYCzJPazgTg94KqiEb392'
Source code in src/humid/core.py
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
|