Library uuid

To use this library in your code:

import uuid
Support for universally unique identifiers (UUIDs).
This library contains the UUID class (Uuid), and supports the creation of version 5 UUIDs (uuid5).

Classes

A universally unique identifier, UUID.

Globals

Deprecated. Use Uuid.NIL instead.

Deprecated. Use Uuid.SIZE instead.

Functions

parse str/string [--on-error] -> Uuid
Deprecated. Use Uuid.parse instead.

Deprecated. Use Uuid.parse instead.

uuid5 namespace/Data data/Data -> Uuid
Deprecated. Use Uuid.uuid5 instead.