ulid-transform 1.0.1__cp311-cp311-win32.whl → 1.2.0__cp311-cp311-win32.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- __version__ = "1.0.1"
1
+ __version__ = "1.2.0"
2
2
 
3
3
  try:
4
4
  from ._ulid_impl import (
@@ -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
1
+ Metadata-Version: 2.3
2
2
  Name: ulid-transform
3
- Version: 1.0.1
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=2F9mZ2GodSP1o1EeB9KkF0zpFvLrnc7djIOXJhFNLXY,894
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=er2aezNI5x2r9Q1jPB8jga7MGsShguxXD8bc4ZzIB4M,10678
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.cp311-win32.pyd,sha256=qUAbUABFV8dVS7LaKpN8u5S79UzQM8RmKAbalEtm1yg,45568
12
- ulid_transform-1.0.1.dist-info/LICENSE,sha256=glXAnenXQvBuN4WzZ8ikikOHF6v3qq4_z8fCZobbgxs,1094
13
- ulid_transform-1.0.1.dist-info/METADATA,sha256=lv-kg7hRy3nMs2CrSEkLzLT5N_MtIdHw8q5_IfxRFII,5396
14
- ulid_transform-1.0.1.dist-info/WHEEL,sha256=YNF03C6wU6sbf4sshwLi9SMwlebguWcPUch8KBoFT9s,94
15
- ulid_transform-1.0.1.dist-info/RECORD,,
11
+ ulid_transform/_ulid_impl.cp311-win32.pyd,sha256=5gQLy2rVG1eOOMPCvX0BwLOEGoVvbt3RmYiAqGq-MB8,45568
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=m9-xlLAAoyoPGm2tiIMIRgaAnp_MdxPakRTGjHxqeOU,94
15
+ ulid_transform-1.2.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: poetry-core 2.0.1
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-win32