Skip to content

Commit c9e16af

Browse files
authored
Update UUIDv8 documentation (#104)
1 parent 54e024c commit c9e16af

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@
3333
"uuid",
3434
"uuid6",
3535
"uuid7",
36+
"uuid8",
3637
"uuidv6",
3738
"uuidv7",
39+
"uuidv8",
3840
],
3941
classifiers=[
4042
"Development Status :: 3 - Alpha",

test/test_vectors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ def test_uuid7_time_from_hex(self):
9494

9595
class TestVectors8(unittest.TestCase):
9696
"""
97+
THESE ARE NOT FROM THE OFFICIAL DOCUMENTATION
98+
9799
The timestamp is Tuesday, February 22, 2022 2:22:22.222222222 PM GMT-05:00
98100
represented as 0x16D6320C4A8CA38E or 1645557742222222222
99101

0 commit comments

Comments
 (0)