unique_id#

maize.utilities.utilities.unique_id(length: int = 6) str[source]#

Creates a somewhat unique identifier.

Parameters:

length – Length of the generated ID

Returns:

A random string made up of lowercase ASCII letters and digits

Return type:

str