ulid-transform 1.0.2__cp312-cp312-win32.whl → 1.2.0__cp312-cp312-win32.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.cp312-win32.pyd +0 -0
- {ulid_transform-1.0.2.dist-info → ulid_transform-1.2.0.dist-info}/METADATA +3 -3
- {ulid_transform-1.0.2.dist-info → ulid_transform-1.2.0.dist-info}/RECORD +7 -7
- {ulid_transform-1.0.2.dist-info → ulid_transform-1.2.0.dist-info}/WHEEL +1 -1
- {ulid_transform-1.0.2.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,6 +1,6 @@
|
|
1
|
-
ulid_transform/__init__.py,sha256=
|
1
|
+
ulid_transform/__init__.py,sha256=gMOWz-xTokM4DD_W4Xl2AEWdxHsKeTrWPZRQHWeLlws,894
|
2
2
|
ulid_transform/__init__.pyi,sha256=Ul-yd8ZQMOce7Oq-se3GdSuM0QSEaCXOnhLd-PdMvH4,478
|
3
|
-
ulid_transform/_py_ulid_impl.py,sha256=
|
3
|
+
ulid_transform/_py_ulid_impl.py,sha256=9JiwiUf9mCke90axriOYSAs_IlICYHi0R_dglB-6veg,10680
|
4
4
|
ulid_transform/_ulid_impl.pyx,sha256=BM6xwD-JeiVI7AffEAZBV_EDcnT2PXTQpBfFdaW2384,4577
|
5
5
|
ulid_transform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
ulid_transform/ulid.hh,sha256=RwGduPUOt5AEfAaAkafGaHyhr2yd7vfHJeY0lOXlTPw,312
|
@@ -8,8 +8,8 @@ ulid_transform/ulid_struct.hh,sha256=Jh326iAyOkEaEpBZr4CY6xOOSXqO_hcsBS37qUcUCeM
|
|
8
8
|
ulid_transform/ulid_uint128.hh,sha256=ibwgd8Qksjc0oG52h8kb7ClJruJe9CyfMQra4B3fk1E,15370
|
9
9
|
ulid_transform/ulid_wrapper.cpp,sha256=OLanExS7GGWBQzsc-BRk4hcrekXXny-GC_cqHlU_sz8,2892
|
10
10
|
ulid_transform/ulid_wrapper.h,sha256=3bK3iE2oeZ1h7Ze_sbdnGQJs4V6TbNpOtY-Eh0Q2VSo,519
|
11
|
-
ulid_transform/_ulid_impl.cp312-win32.pyd,sha256=
|
12
|
-
ulid_transform-1.0.
|
13
|
-
ulid_transform-1.0.
|
14
|
-
ulid_transform-1.0.
|
15
|
-
ulid_transform-1.0.
|
11
|
+
ulid_transform/_ulid_impl.cp312-win32.pyd,sha256=_Fp1N-iLsJWa0Mv9zDxdLborzBap59vej8Xsfj2zL-0,47104
|
12
|
+
ulid_transform-1.2.0.dist-info/LICENSE,sha256=glXAnenXQvBuN4WzZ8ikikOHF6v3qq4_z8fCZobbgxs,1094
|
13
|
+
ulid_transform-1.2.0.dist-info/METADATA,sha256=CX6CXXfkVHunrr06prpBdtxzghlQbtDmbYibtjdehU8,5503
|
14
|
+
ulid_transform-1.2.0.dist-info/WHEEL,sha256=EgcnpeSYUSAzVyhAds1ORFEsXg_zqGSU67urdtAlGLs,94
|
15
|
+
ulid_transform-1.2.0.dist-info/RECORD,,
|
File without changes
|