ulid-transform 0.13.0__cp312-cp312-macosx_14_0_arm64.whl → 0.13.1__cp312-cp312-macosx_14_0_arm64.whl
Sign up to get free protection for your applications and to get access to all the features.
- ulid_transform/__init__.py +1 -1
- ulid_transform/__init__.pyi +10 -0
- ulid_transform/_ulid_impl.cpython-312-darwin.so +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,14 +1,15 @@
|
|
1
1
|
ulid_transform/_ulid_impl.pyx,sha256=C64Ca_ydLglYYadIVgrQvMMVKPbpc6nfaOHTFK66ORU,4441
|
2
|
+
ulid_transform/__init__.pyi,sha256=eRmwQvXnwgj1mhdVokznDZVwOl2Xr_5tEAertTjkI5s,468
|
2
3
|
ulid_transform/ulid.hh,sha256=cCMqxiPh9iw5hOxvu4czd2I6Rgnl7z9hc9c5a78qLLI,295
|
3
|
-
ulid_transform/__init__.py,sha256=
|
4
|
+
ulid_transform/__init__.py,sha256=hRTpkzXAE-Z3sy9NNxkssew2iau-8OrhEbz0pJ01skI,854
|
4
5
|
ulid_transform/ulid_uint128.hh,sha256=W_EkG8AmjhKdzkl6Wz3t5XY11sE7LgCqKBmhdxjjQ90,14815
|
5
6
|
ulid_transform/ulid_wrapper.cpp,sha256=om3LXOJRI1zksRm3p03hFecssOdHlW0GGo8VJ9j3fIE,2798
|
6
7
|
ulid_transform/_py_ulid_impl.py,sha256=4fiV3uTS9JI8mTKPGJDKaBQIB4R9jYRjTSSCmYID_5I,10224
|
7
8
|
ulid_transform/ulid_struct.hh,sha256=vPUTL0wOvm0YRtLbuVZCYLyDaFmTA_WdLASQ786n4FQ,19309
|
8
|
-
ulid_transform/_ulid_impl.cpython-312-darwin.so,sha256=
|
9
|
+
ulid_transform/_ulid_impl.cpython-312-darwin.so,sha256=Xj3DndA7pzIG9rMQ4iBihXY-T9fZltzdfZJBNGSB6Fg,103168
|
9
10
|
ulid_transform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
11
|
ulid_transform/ulid_wrapper.h,sha256=uDDC1AY2BkyHRkXoKso_qHK7IVrmkyZwqE2g7JtYdRQ,506
|
11
|
-
ulid_transform-0.13.
|
12
|
-
ulid_transform-0.13.
|
13
|
-
ulid_transform-0.13.
|
14
|
-
ulid_transform-0.13.
|
12
|
+
ulid_transform-0.13.1.dist-info/RECORD,,
|
13
|
+
ulid_transform-0.13.1.dist-info/LICENSE,sha256=gieJjxNidEKH1VXLqbV9tuqnmcnqvMqt5xcmktkn5I4,1072
|
14
|
+
ulid_transform-0.13.1.dist-info/WHEEL,sha256=yhFWDruQeL16y7AZmR-YzCRfHXG6441RPQ3U5xtqaLo,106
|
15
|
+
ulid_transform-0.13.1.dist-info/METADATA,sha256=LMB1c85FCU4KgDAl5v_F5ikJuHNmGWHc5aXMOIYNuyY,5389
|
File without changes
|
File without changes
|