uuid-utils 0.10.0__cp39-abi3-win32.whl → 0.11.0__cp39-abi3-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.
Potentially problematic release.
This version of uuid-utils might be problematic. Click here for more details.
- uuid_utils/_uuid_utils.pyd +0 -0
- {uuid_utils-0.10.0.dist-info → uuid_utils-0.11.0.dist-info}/METADATA +4 -8
- {uuid_utils-0.10.0.dist-info → uuid_utils-0.11.0.dist-info}/RECORD +7 -7
- {uuid_utils-0.10.0.dist-info → uuid_utils-0.11.0.dist-info}/WHEEL +1 -1
- {uuid_utils-0.10.0.dist-info → uuid_utils-0.11.0.dist-info}/licenses/LICENSE.md +0 -0
uuid_utils/_uuid_utils.pyd
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: uuid_utils
|
|
3
|
-
Version: 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.
|
|
2
|
-
uuid_utils-0.
|
|
3
|
-
uuid_utils-0.
|
|
1
|
+
uuid_utils-0.11.0.dist-info/METADATA,sha256=1IxzJ6cxyDjls-gFk2Ks7N1_Jw0lVif3_uqb6U5QhFo,4839
|
|
2
|
+
uuid_utils-0.11.0.dist-info/WHEEL,sha256=z8XbJMD3uHgAfaTGjejEJrTrzFeDkk-3ZIRdwm9mFPI,90
|
|
3
|
+
uuid_utils-0.11.0.dist-info/licenses/LICENSE.md,sha256=IJMw6B06iYYOnseem_iUvnBfB1Wjhp13qgkfxKL5GQM,1513
|
|
4
|
+
uuid_utils/__init__.py,sha256=d8wMPt50wY4SCUdfC2VVcAI_8fW0g2lVA-7lIjAjBgI,709
|
|
5
|
+
uuid_utils/__init__.pyi,sha256=VF0h5095ufcHgTly-6kao4qXTZmzH0Y2h1WMQSN3HMc,7060
|
|
6
|
+
uuid_utils/_uuid_utils.pyd,sha256=rvZiMyEuGG_tX9J7f85o0pCTnUpxo7VAcDwloQKGcKE,363008
|
|
4
7
|
uuid_utils/compat/__init__.py,sha256=QEAcG2N9_8Rr_9REdG11ZTvUtEPK98lfkku2RRWnR3g,2148
|
|
5
8
|
uuid_utils/compat/__init__.pyi,sha256=3zv8W-A9UTdq-jK5dW2H0wkv2Uugn6DMPipy2EdOosM,2338
|
|
6
9
|
uuid_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
uuid_utils
|
|
8
|
-
uuid_utils/__init__.pyi,sha256=VF0h5095ufcHgTly-6kao4qXTZmzH0Y2h1WMQSN3HMc,7060
|
|
9
|
-
uuid_utils/_uuid_utils.pyd,sha256=ZOTzkUoT1hrpy-7jLujRaWclWYhbMFsOsMFYy3bUcAM,348160
|
|
10
|
-
uuid_utils-0.10.0.dist-info/RECORD,,
|
|
10
|
+
uuid_utils-0.11.0.dist-info/RECORD,,
|
|
File without changes
|