plateau.core.uuid module

UUID generation mechanism used in plateau.

Using these routines ensures compatibility w/ plateau as well as the application of best practices.

plateau.core.uuid.gen_uuid() str[source]

Generate new UUID.

Returns:

uuid – UUID

Return type:

str

plateau.core.uuid.gen_uuid_object()[source]

Generate new UUID.

Returns:

uuid – UUID

Return type:

uuid.UUID