ulid-transform 1.0.2__cp311-cp311-win32.whl → 1.2.1__cp311-cp311-win32.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__ = "1.0.2"
1
+ __version__ = "1.2.1"
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.2
3
+ Version: 1.2.1
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
@@ -17,19 +16,19 @@ Classifier: Programming Language :: Python :: 3.11
17
16
  Classifier: Programming Language :: Python :: 3.12
18
17
  Classifier: Programming Language :: Python :: 3.13
19
18
  Classifier: Topic :: Software Development :: Libraries
20
- Project-URL: Bug Tracker, https://github.com/bdraco/ulid-transform/issues
21
- Project-URL: Changelog, https://github.com/bdraco/ulid-transform/blob/main/CHANGELOG.md
22
- Project-URL: Repository, https://github.com/bdraco/ulid-transform
19
+ Project-URL: Bug Tracker, https://github.com/bluetooth-devices/ulid-transform/issues
20
+ Project-URL: Changelog, https://github.com/bluetooth-devices/ulid-transform/blob/main/CHANGELOG.md
21
+ Project-URL: Repository, https://github.com/bluetooth-devices/ulid-transform
23
22
  Description-Content-Type: text/markdown
24
23
 
25
24
  # Fast ULID transformations
26
25
 
27
26
  <p align="center">
28
- <a href="https://github.com/bdraco/ulid-transform/actions/workflows/ci.yml?query=branch%3Amain">
29
- <img src="https://img.shields.io/github/actions/workflow/status/bdraco/ulid-transform/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
27
+ <a href="https://github.com/bluetooth-devices/ulid-transform/actions/workflows/ci.yml?query=branch%3Amain">
28
+ <img src="https://img.shields.io/github/actions/workflow/status/bluetooth-devices/ulid-transform/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
30
29
  </a>
31
- <a href="https://codecov.io/gh/bdraco/ulid-transform">
32
- <img src="https://img.shields.io/codecov/c/github/bdraco/ulid-transform.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
30
+ <a href="https://codecov.io/gh/bluetooth-devices/ulid-transform">
31
+ <img src="https://img.shields.io/codecov/c/github/bluetooth-devices/ulid-transform.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
33
32
  </a>
34
33
  </p>
35
34
  <p align="center">
@@ -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/bluetooth-devices/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=dFTfHF9dLa18UQoDlgkTslxrnnyGlkg5I_KS_6Mores,894
1
+ ulid_transform/__init__.py,sha256=zomF_qV6IYtw3_Kdncl6dpBPv_j8yiWoCZEjEbC1w5U,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=EsjxUzombf7yeCAXvGiV4LF5EMa3QA0jvuqbsGoQl3M,45568
12
- ulid_transform-1.0.2.dist-info/LICENSE,sha256=glXAnenXQvBuN4WzZ8ikikOHF6v3qq4_z8fCZobbgxs,1094
13
- ulid_transform-1.0.2.dist-info/METADATA,sha256=Q0zPytW1K4b_6xlBYFiqc3KpKcVfHqjIwFWZDHBkd5A,5396
14
- ulid_transform-1.0.2.dist-info/WHEEL,sha256=YNF03C6wU6sbf4sshwLi9SMwlebguWcPUch8KBoFT9s,94
15
- ulid_transform-1.0.2.dist-info/RECORD,,
11
+ ulid_transform/_ulid_impl.cp311-win32.pyd,sha256=fFeNnJc3uBY73i9_mw6A-AjzO8V4gI2RfIEizBkBT-U,45568
12
+ ulid_transform-1.2.1.dist-info/LICENSE,sha256=glXAnenXQvBuN4WzZ8ikikOHF6v3qq4_z8fCZobbgxs,1094
13
+ ulid_transform-1.2.1.dist-info/METADATA,sha256=JEHtvRLIikcI30uwQbWKk2gHQak6Q7M3-M-Igtegalc,5591
14
+ ulid_transform-1.2.1.dist-info/WHEEL,sha256=ZwbXs3_yG-zKHIpei8Ob72ezHKz3Yx8NWxBI6HtkIlw,94
15
+ ulid_transform-1.2.1.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.1.1
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-win32