ulid-transform 0.13.0__cp312-cp312-win_amd64.whl → 0.13.1__cp312-cp312-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ulid_transform/__init__.py +1 -1
- ulid_transform/__init__.pyi +10 -0
- ulid_transform/_ulid_impl.cp312-win_amd64.pyd +0 -0
- {ulid_transform-0.13.0.dist-info → ulid_transform-0.13.1.dist-info}/METADATA +1 -1
- {ulid_transform-0.13.0.dist-info → ulid_transform-0.13.1.dist-info}/RECORD +7 -6
- {ulid_transform-0.13.0.dist-info → ulid_transform-0.13.1.dist-info}/LICENSE +0 -0
- {ulid_transform-0.13.0.dist-info → ulid_transform-0.13.1.dist-info}/WHEEL +0 -0
ulid_transform/__init__.py
CHANGED
@@ -0,0 +1,10 @@
|
|
1
|
+
def ulid_hex() -> str: ...
|
2
|
+
def ulid_at_time_bytes(timestamp: float) -> bytes: ...
|
3
|
+
def ulid_now_bytes() -> bytes: ...
|
4
|
+
def ulid_now() -> str: ...
|
5
|
+
def ulid_at_time(timestamp: float) -> str: ...
|
6
|
+
def ulid_to_bytes(value: str) -> bytes: ...
|
7
|
+
def bytes_to_ulid(value: bytes) -> str: ...
|
8
|
+
def ulid_to_bytes_or_none(ulid: str | None) -> bytes | None: ...
|
9
|
+
def bytes_to_ulid_or_none(ulid_bytes: bytes | None) -> str | None: ...
|
10
|
+
def ulid_to_timestamp(ulid: str | bytes) -> int: ...
|
Binary file
|
@@ -1,4 +1,5 @@
|
|
1
|
-
ulid_transform/__init__.py,sha256=
|
1
|
+
ulid_transform/__init__.py,sha256=Fm50Tipjl_FlLbvlNhelQyoD64jSFYAJ20siFANPe_U,895
|
2
|
+
ulid_transform/__init__.pyi,sha256=Ul-yd8ZQMOce7Oq-se3GdSuM0QSEaCXOnhLd-PdMvH4,478
|
2
3
|
ulid_transform/_py_ulid_impl.py,sha256=er2aezNI5x2r9Q1jPB8jga7MGsShguxXD8bc4ZzIB4M,10678
|
3
4
|
ulid_transform/_ulid_impl.pyx,sha256=BM6xwD-JeiVI7AffEAZBV_EDcnT2PXTQpBfFdaW2384,4577
|
4
5
|
ulid_transform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -7,8 +8,8 @@ ulid_transform/ulid_struct.hh,sha256=Jh326iAyOkEaEpBZr4CY6xOOSXqO_hcsBS37qUcUCeM
|
|
7
8
|
ulid_transform/ulid_uint128.hh,sha256=ibwgd8Qksjc0oG52h8kb7ClJruJe9CyfMQra4B3fk1E,15370
|
8
9
|
ulid_transform/ulid_wrapper.cpp,sha256=OLanExS7GGWBQzsc-BRk4hcrekXXny-GC_cqHlU_sz8,2892
|
9
10
|
ulid_transform/ulid_wrapper.h,sha256=3bK3iE2oeZ1h7Ze_sbdnGQJs4V6TbNpOtY-Eh0Q2VSo,519
|
10
|
-
ulid_transform/_ulid_impl.cp312-win_amd64.pyd,sha256=
|
11
|
-
ulid_transform-0.13.
|
12
|
-
ulid_transform-0.13.
|
13
|
-
ulid_transform-0.13.
|
14
|
-
ulid_transform-0.13.
|
11
|
+
ulid_transform/_ulid_impl.cp312-win_amd64.pyd,sha256=QwhJbmm2BsCnF1WxDFLONjD7wJXxzuqcwd1RsiVk1wg,53248
|
12
|
+
ulid_transform-0.13.1.dist-info/LICENSE,sha256=glXAnenXQvBuN4WzZ8ikikOHF6v3qq4_z8fCZobbgxs,1094
|
13
|
+
ulid_transform-0.13.1.dist-info/METADATA,sha256=LMB1c85FCU4KgDAl5v_F5ikJuHNmGWHc5aXMOIYNuyY,5389
|
14
|
+
ulid_transform-0.13.1.dist-info/WHEEL,sha256=4N0hGcnWMI_Ty6ATf4qJqqSl-UNI-Ln828iTWGIywmU,98
|
15
|
+
ulid_transform-0.13.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|