kartothek.core.uuid module

UUID generation mechanism used in Kartothek.

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

kartothek.core.uuid.gen_uuid()[source]

Generate new UUID.

Returns

uuid – UUID

Return type

str

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

Generate new UUID.

Returns

uuid – UUID

Return type

uuid.UUID