Managing

Auths, ids and the rest of the business

uuid7

a unique id generator

can pass arg as_type=['bytes'|'hex'|'int'|'str'|'uuid'|None]

Get lib doc here

Install:

 !pip install uuid7
print(uuid7str())
uuid7()
063cabb4-e911-7d51-8000-f8904776131a
UUID('063cabb4-e915-7ebd-8000-d479d1fdb216')

uuid

a unique id generator

Get lib doc here

uuid4()
UUID('f7ffabe4-9ed9-4066-9f25-7913750d33de')

back to top