ulid-transform 1.0.1__cp313-cp313-musllinux_1_2_i686.whl → 1.2.0__cp313-cp313-musllinux_1_2_i686.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/_py_ulid_impl.py +1 -1
- ulid_transform/_ulid_impl.cpython-313-i386-linux-musl.so +0 -0
- {ulid_transform-1.0.1.dist-info → ulid_transform-1.2.0.dist-info}/METADATA +3 -3
- {ulid_transform-1.0.1.dist-info → ulid_transform-1.2.0.dist-info}/RECORD +14 -14
- {ulid_transform-1.0.1.dist-info → ulid_transform-1.2.0.dist-info}/WHEEL +1 -1
- ulid_transform.libs/{libgcc_s-f3fb5a36.so.1 → libgcc_s-1257a076.so.1} +0 -0
- ulid_transform.libs/{libstdc++-d2a021ba.so.6.0.32 → libstdc++-0530927c.so.6.0.32} +0 -0
- {ulid_transform-1.0.1.dist-info → ulid_transform-1.2.0.dist-info}/LICENSE +0 -0
ulid_transform/__init__.py
CHANGED
ulid_transform/_py_ulid_impl.py
CHANGED
@@ -277,7 +277,7 @@ def ulid_hex() -> str:
|
|
277
277
|
|
278
278
|
ulid.from_uuid(uuid.UUID(ulid_hex))
|
279
279
|
"""
|
280
|
-
return f"{int(time()*1000):012x}{getrandbits(80):020x}"
|
280
|
+
return f"{int(time() * 1000):012x}{getrandbits(80):020x}"
|
281
281
|
|
282
282
|
|
283
283
|
def ulid_at_time_bytes(timestamp: float) -> bytes:
|
Binary file
|
@@ -1,8 +1,7 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.3
|
2
2
|
Name: ulid-transform
|
3
|
-
Version: 1.0
|
3
|
+
Version: 1.2.0
|
4
4
|
Summary: Create and transform ULIDs
|
5
|
-
Home-page: https://github.com/bdraco/ulid-transform
|
6
5
|
License: MIT
|
7
6
|
Author: J. Nick Koston
|
8
7
|
Author-email: nick@koston.org
|
@@ -42,6 +41,7 @@ Description-Content-Type: text/markdown
|
|
42
41
|
<a href="https://github.com/pre-commit/pre-commit">
|
43
42
|
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
|
44
43
|
</a>
|
44
|
+
<a href="https://codspeed.io/bdraco/ulid-transform"><img src="https://img.shields.io/endpoint?url=https://codspeed.io/badge.json" alt="CodSpeed Badge"/></a>
|
45
45
|
</p>
|
46
46
|
<p align="center">
|
47
47
|
<a href="https://pypi.org/project/ulid-transform/">
|
@@ -1,17 +1,17 @@
|
|
1
|
-
ulid_transform-1.0.
|
2
|
-
ulid_transform-1.0.
|
3
|
-
ulid_transform-1.0.
|
4
|
-
ulid_transform-1.0.
|
5
|
-
ulid_transform/
|
6
|
-
ulid_transform/
|
7
|
-
ulid_transform/__init__.pyi,sha256=eRmwQvXnwgj1mhdVokznDZVwOl2Xr_5tEAertTjkI5s,468
|
1
|
+
ulid_transform-1.2.0.dist-info/METADATA,sha256=CX6CXXfkVHunrr06prpBdtxzghlQbtDmbYibtjdehU8,5503
|
2
|
+
ulid_transform-1.2.0.dist-info/RECORD,,
|
3
|
+
ulid_transform-1.2.0.dist-info/WHEEL,sha256=AfnzmMyZ_bVR5WRrD3xhMVfeEblLz7YFP91oYu6IcQo,107
|
4
|
+
ulid_transform-1.2.0.dist-info/LICENSE,sha256=gieJjxNidEKH1VXLqbV9tuqnmcnqvMqt5xcmktkn5I4,1072
|
5
|
+
ulid_transform.libs/libgcc_s-1257a076.so.1,sha256=wbXWo2Qh33OuE7spB8-mVbZoEiUkvZu6ZH78pUNr9X8,168321
|
6
|
+
ulid_transform.libs/libstdc++-0530927c.so.6.0.32,sha256=h2p2et0WB0CYcMcUEViWjYXOe8uir-_tHJJZui-6GRc,3537509
|
8
7
|
ulid_transform/_ulid_impl.pyx,sha256=C64Ca_ydLglYYadIVgrQvMMVKPbpc6nfaOHTFK66ORU,4441
|
9
|
-
ulid_transform/ulid_uint128.hh,sha256=W_EkG8AmjhKdzkl6Wz3t5XY11sE7LgCqKBmhdxjjQ90,14815
|
10
|
-
ulid_transform/_ulid_impl.cpython-313-i386-linux-musl.so,sha256=el0hB0_JnGvsaFuxKUtR9mJEA79H3-wKjIqVIxRoDug,346753
|
11
|
-
ulid_transform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
|
-
ulid_transform/ulid_wrapper.cpp,sha256=om3LXOJRI1zksRm3p03hFecssOdHlW0GGo8VJ9j3fIE,2798
|
13
|
-
ulid_transform/__init__.py,sha256=QSKRP2q8vaSd4YSrhKjgGEP4i5SiFnmdckcs8xZQ25Q,853
|
14
8
|
ulid_transform/ulid.hh,sha256=cCMqxiPh9iw5hOxvu4czd2I6Rgnl7z9hc9c5a78qLLI,295
|
15
9
|
ulid_transform/ulid_struct.hh,sha256=vPUTL0wOvm0YRtLbuVZCYLyDaFmTA_WdLASQ786n4FQ,19309
|
16
|
-
ulid_transform
|
17
|
-
ulid_transform
|
10
|
+
ulid_transform/_py_ulid_impl.py,sha256=Fgpc0Z-WyLpoYuCOAaU1LbRVw71A5yF8B8_hD-V0Pzg,10226
|
11
|
+
ulid_transform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
|
+
ulid_transform/__init__.py,sha256=fW9GgLMGiY8Iban0J2WqVk4VXZo3PiplUaaWoASxvr0,853
|
13
|
+
ulid_transform/ulid_wrapper.cpp,sha256=om3LXOJRI1zksRm3p03hFecssOdHlW0GGo8VJ9j3fIE,2798
|
14
|
+
ulid_transform/__init__.pyi,sha256=eRmwQvXnwgj1mhdVokznDZVwOl2Xr_5tEAertTjkI5s,468
|
15
|
+
ulid_transform/ulid_uint128.hh,sha256=W_EkG8AmjhKdzkl6Wz3t5XY11sE7LgCqKBmhdxjjQ90,14815
|
16
|
+
ulid_transform/ulid_wrapper.h,sha256=uDDC1AY2BkyHRkXoKso_qHK7IVrmkyZwqE2g7JtYdRQ,506
|
17
|
+
ulid_transform/_ulid_impl.cpython-313-i386-linux-musl.so,sha256=zk8kRnBKLbIV1-B6QahKq3P1xW3E0ZX3yOJrymyEYqU,346753
|
index 1f144ae..ec9eb15 100644
|
|
Binary file
|
index 0663493..89750df 100755
|
|
Binary file
|
File without changes
|