image

the sleepy snake

index :: uuid :: UuidGen

class UuidGen?

class for generating UUIDs

This class provides the following methods:

__init__()constructor
uuid_md5(nsuuid, name)generates a new md5 hashed UUID
uuid_sha1(nsuuid, name)generates a new sha1 hashed UUID
uuid_random()generates a new random UUID
uuid_time()generates a new time based UUID