ulid-transform 1.2.0__cp313-cp313-musllinux_1_2_i686.whl → 1.3.0__cp313-cp313-musllinux_1_2_i686.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.2.0"
1
+ __version__ = "1.3.0"
2
2
 
3
3
  try:
4
4
  from ._ulid_impl import (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ulid-transform
3
- Version: 1.2.0
3
+ Version: 1.3.0
4
4
  Summary: Create and transform ULIDs
5
5
  License: MIT
6
6
  Author: J. Nick Koston
@@ -16,19 +16,19 @@ Classifier: Programming Language :: Python :: 3.11
16
16
  Classifier: Programming Language :: Python :: 3.12
17
17
  Classifier: Programming Language :: Python :: 3.13
18
18
  Classifier: Topic :: Software Development :: Libraries
19
- Project-URL: Bug Tracker, https://github.com/bdraco/ulid-transform/issues
20
- Project-URL: Changelog, https://github.com/bdraco/ulid-transform/blob/main/CHANGELOG.md
21
- 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
22
22
  Description-Content-Type: text/markdown
23
23
 
24
24
  # Fast ULID transformations
25
25
 
26
26
  <p align="center">
27
- <a href="https://github.com/bdraco/ulid-transform/actions/workflows/ci.yml?query=branch%3Amain">
28
- <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" >
29
29
  </a>
30
- <a href="https://codecov.io/gh/bdraco/ulid-transform">
31
- <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">
32
32
  </a>
33
33
  </p>
34
34
  <p align="center">
@@ -41,7 +41,7 @@ Description-Content-Type: text/markdown
41
41
  <a href="https://github.com/pre-commit/pre-commit">
42
42
  <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
43
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>
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,17 +1,17 @@
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
1
+ ulid_transform/__init__.py,sha256=zbEekgAN5JlrgGY6K9xnMX0OZkqzTXRSPNtDdMybMzY,853
2
+ ulid_transform/__init__.pyi,sha256=eRmwQvXnwgj1mhdVokznDZVwOl2Xr_5tEAertTjkI5s,468
3
+ ulid_transform/_py_ulid_impl.py,sha256=Fgpc0Z-WyLpoYuCOAaU1LbRVw71A5yF8B8_hD-V0Pzg,10226
4
+ ulid_transform/_ulid_impl.cpython-313-i386-linux-musl.so,sha256=7Wmwks-TNINFSY6dYaPodMjOnlQtMPVxPWK0dRXfXx8,96897
7
5
  ulid_transform/_ulid_impl.pyx,sha256=C64Ca_ydLglYYadIVgrQvMMVKPbpc6nfaOHTFK66ORU,4441
6
+ ulid_transform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
7
  ulid_transform/ulid.hh,sha256=cCMqxiPh9iw5hOxvu4czd2I6Rgnl7z9hc9c5a78qLLI,295
9
8
  ulid_transform/ulid_struct.hh,sha256=vPUTL0wOvm0YRtLbuVZCYLyDaFmTA_WdLASQ786n4FQ,19309
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
9
  ulid_transform/ulid_uint128.hh,sha256=W_EkG8AmjhKdzkl6Wz3t5XY11sE7LgCqKBmhdxjjQ90,14815
10
+ ulid_transform/ulid_wrapper.cpp,sha256=om3LXOJRI1zksRm3p03hFecssOdHlW0GGo8VJ9j3fIE,2798
16
11
  ulid_transform/ulid_wrapper.h,sha256=uDDC1AY2BkyHRkXoKso_qHK7IVrmkyZwqE2g7JtYdRQ,506
17
- ulid_transform/_ulid_impl.cpython-313-i386-linux-musl.so,sha256=zk8kRnBKLbIV1-B6QahKq3P1xW3E0ZX3yOJrymyEYqU,346753
12
+ ulid_transform.libs/libgcc_s-887de51c.so.1,sha256=RNCpguSD0HdFtlL1g8NK7PFi5CjUceWeO3d0Hf_dMQ0,218145
13
+ ulid_transform.libs/libstdc++-d6415257.so.6.0.33,sha256=meIiZn0YlC5otOd-KKSYWFNdlouafStLQyPhNs_zcYQ,3597909
14
+ ulid_transform-1.3.0.dist-info/LICENSE,sha256=gieJjxNidEKH1VXLqbV9tuqnmcnqvMqt5xcmktkn5I4,1072
15
+ ulid_transform-1.3.0.dist-info/METADATA,sha256=hblzqdAfGHjHtVZgVNcwyXurojY4Sp3pBduG2ioQ_GY,5591
16
+ ulid_transform-1.3.0.dist-info/WHEEL,sha256=xgOgALoZ2SsunpMvZ_0q4inSgVq2hVvnX_5Hro-FnJ4,107
17
+ ulid_transform-1.3.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.0.1
2
+ Generator: poetry-core 2.1.1
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp313-cp313-musllinux_1_2_i686
Binary file