utils
¶
dict_to_pydantic
¶
encode_to_uuid_v5
¶
Encode a string into a UUID version 5.
Parameters:
-
value(str) –The input string to encode.
-
namespace(UUID, default:NAMESPACE_DNS) –The namespace for the UUID (default: DNS namespace).
Returns:
-
str–The generated UUID as a string.