Report an issue
a unique id generator
can pass arg as_type=['bytes'|'hex'|'int'|'str'|'uuid'|None] Get lib doc here
can pass arg as_type=['bytes'|'hex'|'int'|'str'|'uuid'|None]
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')
uuid4()
UUID('f7ffabe4-9ed9-4066-9f25-7913750d33de')
back to top