uuid-utils 0.10.0__cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl → 0.11.0__cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.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.

Potentially problematic release.


This version of uuid-utils might be problematic. Click here for more details.

Binary file
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: uuid_utils
3
- Version: 0.10.0
3
+ Version: 0.11.0
4
4
  Classifier: Development Status :: 3 - Alpha
5
5
  Classifier: Programming Language :: Python
6
6
  Classifier: Programming Language :: Python :: 3
@@ -15,7 +15,7 @@ Classifier: Intended Audience :: Developers
15
15
  Classifier: License :: OSI Approved :: BSD License
16
16
  Classifier: Operating System :: OS Independent
17
17
  License-File: LICENSE.md
18
- Summary: Drop-in replacement for Python UUID in Rust
18
+ Summary: Drop-in replacement for Python UUID with bindings in Rust
19
19
  Keywords: rust,uuid
20
20
  Author-email: Amin Alaee <me@aminalaee.dev>
21
21
  Requires-Python: >=3.9
@@ -40,9 +40,7 @@ Project-URL: Source, https://github.com/aminalaee/uuid-utils
40
40
  Python UUID implementation using Rust's UUID library.
41
41
  This will make `uuid4` function around 10x faster.
42
42
 
43
- This package can be a drop-in replacement to the standard library UUID
44
- which implements existing UUID versions like v4 in Rust
45
- and also adds draft UUID versions like v6.
43
+ This package can be a drop-in replacement to the standard library UUID.
46
44
 
47
45
  Avaialble UUID versions:
48
46
 
@@ -54,8 +52,6 @@ Avaialble UUID versions:
54
52
  - `uuid7` - Version 7 UUIDs using a Unix timestamp ordered by time.
55
53
  - `uuid8` - Version 8 UUIDs using user-defined data.
56
54
 
57
- <sup>Please note that UUID versions 6, 7 and 8 are still in draft RFC.</sup><br>
58
-
59
55
  ## Installation
60
56
  Using `pip`:
61
57
  ```shell
@@ -1,10 +1,10 @@
1
- uuid_utils-0.10.0.dist-info/METADATA,sha256=Aq7t-PlLyKfiU7USFiZWHVmNvHvNQe5qXD-hw6dCdo4,4902
2
- uuid_utils-0.10.0.dist-info/WHEEL,sha256=IA4dCMr7CQ_odK9WPAtKOO9nu51pOtwU-c9ayA4zMSM,127
3
- uuid_utils-0.10.0.dist-info/licenses/LICENSE.md,sha256=DEf1K0xIS9BMeOfJaVQu6jGv5kT1h_O4qMzOhjUsYEY,1487
4
- uuid_utils/compat/__init__.py,sha256=-pGwZJmEoRzNmqteXXtcbjzO7KO3-xekYT02GjImtmM,2071
5
- uuid_utils/compat/__init__.pyi,sha256=Qv8zmz1maatMXQ9Q_f9dkm8YUJoj4VaMUll_DR_SyM4,2259
1
+ uuid_utils-0.11.0.dist-info/METADATA,sha256=8UWo0f8cKFzhuZ_Pmt4neiWkMO1l1ZgIOTJ6vb6IOPg,4736
2
+ uuid_utils-0.11.0.dist-info/WHEEL,sha256=FrCIAVKoNYSc-B-d5b6KtRJrYA5cfWmOXGDq475tOnA,127
3
+ uuid_utils-0.11.0.dist-info/licenses/LICENSE.md,sha256=DEf1K0xIS9BMeOfJaVQu6jGv5kT1h_O4qMzOhjUsYEY,1487
6
4
  uuid_utils/__init__.py,sha256=XQzTPTFCzmHieIAjm8gaJZxluCDE9UC8Qhx1LoMco3k,665
7
5
  uuid_utils/__init__.pyi,sha256=PtQ3iF24JeuvNKKxQD3B6bx4S6auN1WLvF-Xidnuaz0,6859
6
+ uuid_utils/_uuid_utils.abi3.so,sha256=u79djgFn4n9oJFLBpYRaorKuLrx8_-R-TF-7Rqq9j_o,777760
7
+ uuid_utils/compat/__init__.py,sha256=-pGwZJmEoRzNmqteXXtcbjzO7KO3-xekYT02GjImtmM,2071
8
+ uuid_utils/compat/__init__.pyi,sha256=Qv8zmz1maatMXQ9Q_f9dkm8YUJoj4VaMUll_DR_SyM4,2259
8
9
  uuid_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- uuid_utils/_uuid_utils.abi3.so,sha256=ouaUVqTP_fXg0mGk3QbgMUCdKv6nzrW9XCPOB2OYiDg,749396
10
- uuid_utils-0.10.0.dist-info/RECORD,,
10
+ uuid_utils-0.11.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.7.4)
2
+ Generator: maturin (1.8.6)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l