ulid-transform 0.13.0__cp312-cp312-win32.whl → 0.13.1__cp312-cp312-win32.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.
@@ -1,4 +1,4 @@
1
- __version__ = "0.13.0"
1
+ __version__ = "0.13.1"
2
2
 
3
3
  try:
4
4
  from ._ulid_impl import (
@@ -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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ulid-transform
3
- Version: 0.13.0
3
+ Version: 0.13.1
4
4
  Summary: Create and transform ULIDs
5
5
  Home-page: https://github.com/bdraco/ulid-transform
6
6
  License: MIT
@@ -1,4 +1,5 @@
1
- ulid_transform/__init__.py,sha256=UDmuwei3xetA1XZvJbwza_qWzcSt7ey1d4rWbQd6yQU,895
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-win32.pyd,sha256=hR9J4lAkjd8cCl754u0YsumbcXbVtSRY2-WlwOq23yI,47104
11
- ulid_transform-0.13.0.dist-info/LICENSE,sha256=glXAnenXQvBuN4WzZ8ikikOHF6v3qq4_z8fCZobbgxs,1094
12
- ulid_transform-0.13.0.dist-info/METADATA,sha256=-bEyQFuOgr_oiq8o5PVM9sPuHEkbf-isLVdvfp4jRSU,5389
13
- ulid_transform-0.13.0.dist-info/WHEEL,sha256=66U7QM7HDPmnGxg7FXLBp3RF7qnbujoMhkC3p8CZ-u8,94
14
- ulid_transform-0.13.0.dist-info/RECORD,,
11
+ ulid_transform/_ulid_impl.cp312-win32.pyd,sha256=X7aKYEOQS4Hs2eouWts5pi08HhbnSE8j-wx7Sq8ox7A,47104
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=66U7QM7HDPmnGxg7FXLBp3RF7qnbujoMhkC3p8CZ-u8,94
15
+ ulid_transform-0.13.1.dist-info/RECORD,,