ulid-transform 0.13.0__cp312-cp312-musllinux_1_2_i686.whl → 0.13.1__cp312-cp312-musllinux_1_2_i686.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: ...
@@ -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
@@ -9,8 +9,9 @@ ulid_transform/_ulid_impl.pyx,sha256=C64Ca_ydLglYYadIVgrQvMMVKPbpc6nfaOHTFK66ORU
9
9
  ulid_transform/ulid_struct.hh,sha256=vPUTL0wOvm0YRtLbuVZCYLyDaFmTA_WdLASQ786n4FQ,19309
10
10
  ulid_transform/_ulid_impl.cpython-312-i386-linux-musl.so,sha256=kb0hO2zEgowSYBsypVoF7JE6XEpfPZXOACmDzgLXdEA,359109
11
11
  ulid_transform/ulid_wrapper.h,sha256=uDDC1AY2BkyHRkXoKso_qHK7IVrmkyZwqE2g7JtYdRQ,506
12
- ulid_transform/__init__.py,sha256=g1BICRGXNS4-xkBGYq6OEMYq23tsZItx73etFEBlTmQ,854
13
- ulid_transform-0.13.0.dist-info/WHEEL,sha256=91nJBxum-0YS7nbnI2VDAvlDh4uVx13xAEIpElcHx0E,107
14
- ulid_transform-0.13.0.dist-info/LICENSE,sha256=gieJjxNidEKH1VXLqbV9tuqnmcnqvMqt5xcmktkn5I4,1072
15
- ulid_transform-0.13.0.dist-info/RECORD,,
16
- ulid_transform-0.13.0.dist-info/METADATA,sha256=-bEyQFuOgr_oiq8o5PVM9sPuHEkbf-isLVdvfp4jRSU,5389
12
+ ulid_transform/__init__.pyi,sha256=eRmwQvXnwgj1mhdVokznDZVwOl2Xr_5tEAertTjkI5s,468
13
+ ulid_transform/__init__.py,sha256=hRTpkzXAE-Z3sy9NNxkssew2iau-8OrhEbz0pJ01skI,854
14
+ ulid_transform-0.13.1.dist-info/WHEEL,sha256=91nJBxum-0YS7nbnI2VDAvlDh4uVx13xAEIpElcHx0E,107
15
+ ulid_transform-0.13.1.dist-info/LICENSE,sha256=gieJjxNidEKH1VXLqbV9tuqnmcnqvMqt5xcmktkn5I4,1072
16
+ ulid_transform-0.13.1.dist-info/RECORD,,
17
+ ulid_transform-0.13.1.dist-info/METADATA,sha256=LMB1c85FCU4KgDAl5v_F5ikJuHNmGWHc5aXMOIYNuyY,5389