Drop-in replacement for Python UUID in Rust
Project description
Python UUID Utils
Python UUID implementation using Rust's UUID library.
This will make uuid4
function around 10x faster.
This package can be a drop-in replacement to the standard library UUID which implements existing UUID versions like V4 in Rust and also adds draft UUID versions like V6.
Avaialble UUID versions:
uuid1
- Version 1 UUIDs using a timestamp and monotonic counter.uuid3
- Version 3 UUIDs based on the MD5 hash of some data.uuid4
- Version 4 UUIDs with random data.uuid5
- Version 5 UUIDs based on the SHA1 hash of some data.uuid6
- Version 6 UUIDs using a timestamp and monotonic counter.uuid7
- Version 7 UUIDs using a Unix timestamp ordered by time.uuid8
- Version 8 UUIDs using user-defined data.
Please note that UUID versions 6, 7 and 8 are still in draft RFC.
Installation
$ pip install uuid-utils
Example
>>> import uuid_utils as uuid
>>> # make a random UUID
>>> uuid.uuid4()
UUID('ffe95fcc-b818-4aca-a350-e0a35b9de6ec')
>>> # make a random UUID using a Unix timestamp which is time-ordered.
>>> uuid.uuid7()
UUID('16ada4b8-b7b1-7e6c-b857-012bc678552b')
>>> # make a UUID using a SHA-1 hash of a namespace UUID and a name
>>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
UUID('886313e1-3b8a-5372-9b90-0c9aee199e5d')
>>> # make a UUID using an MD5 hash of a namespace UUID and a name
>>> uuid.uuid3(uuid.NAMESPACE_DNS, 'python.org')
UUID('6fa459ea-ee8a-3ca4-894e-db77e160355e')
Benchmarks
Benchmark | Min | Max | Mean | Min (+) | Max (+) | Mean (+) |
---|---|---|---|---|---|---|
UUID V1 | 0.058 | 0.059 | 0.058 | 0.005 (12.0x) | 0.005 (11.9x) | 0.005 (12.0x) |
UUID V3 | 0.063 | 0.064 | 0.063 | 0.008 (7.9x) | 0.008 (8.1x) | 0.008 (8.0x) |
UUID V4 | 0.041 | 0.041 | 0.041 | 0.004 (11.1x) | 0.004 (10.8x) | 0.004 (10.9x) |
UUID V5 | 0.064 | 0.066 | 0.065 | 0.008 (8.1x) | 0.008 (8.1x) | 0.008 (8.1x) |
UUID from hex | 0.024 | 0.025 | 0.024 | 0.004 (6.7x) | 0.004 (6.6x) | 0.004 (6.6x) |
UUID from bytes | 0.024 | 0.025 | 0.024 | 0.004 (6.7x) | 0.004 (6.6x) | 0.004 (6.7x) |
UUID from int | 0.024 | 0.025 | 0.024 | 0.004 (6.6x) | 0.004 (6.7x) | 0.004 (6.6x) |
UUID from fields | 0.028 | 0.028 | 0.028 | 0.009 (3.1x) | 0.009 (3.1x) | 0.009 (3.1x) |
Limitations
- The
getnode
function is not available. - The
uuid1
anduuid6
takenode
argument as mandatory.
How to develo
$ make build
$ make test
Or:
$ RUSTFLAGS="--cfg uuid_unstable" maturin develop
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file uuid_utils-0.4.0.tar.gz
.
File metadata
- Download URL: uuid_utils-0.4.0.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5126c4986dae81493593e558d75699041c7a4a929ad01b4d7abd013436ec72e |
|
MD5 | 3144a5b76b39a6f481310569d27140c7 |
|
BLAKE2b-256 | 0ec0eb8952ea2c48c13b8ff63598d424cc245b7d1512ec54347bdad63c450529 |
Provenance
File details
Details for the file uuid_utils-0.4.0-pp39-pypy39_pp73-win_amd64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 171.1 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e83050171bd7e6ef708d2b9bd09f07548e1cdad5bd439f3b93f876fb7e8182e8 |
|
MD5 | f3ffa351fed5e84ea572df54acc89416 |
|
BLAKE2b-256 | 73b211ed5df562ae37021c05f17392e794592acdf3d1fa32e1099ba2b4ce1f82 |
Provenance
File details
Details for the file uuid_utils-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8887f6b9c60edbe9d96f0817efaf79dad509a4f8854bdf8117d7ab7ee66f939b |
|
MD5 | a03e372a88446ff4a43fcf083987a516 |
|
BLAKE2b-256 | 20b61d6734dea01135e1756abe3b54d2dae9a556fb850d8343b5d1fcf65ca6d9 |
Provenance
File details
Details for the file uuid_utils-0.4.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9544127191716439e030635597f70d018697204823dddd542a2d23925dfa61c5 |
|
MD5 | 79747291ced7b1cef4f46525d8684b88 |
|
BLAKE2b-256 | b193ddffbc919192cbdb476775c4dd9eb5e700a9f564a215994d901345c74dfa |
Provenance
File details
Details for the file uuid_utils-0.4.0-pp39-pypy39_pp73-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-pp39-pypy39_pp73-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 624.9 kB
- Tags: PyPy, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f90a11e01ea90643b413e0a54b7e9b6280b59093b3db15ce7dc361d877319909 |
|
MD5 | 47026d632c1fb56790719ee7d8cd0292 |
|
BLAKE2b-256 | ffb9119272a57fc139b9bc7ab2ba236e8f3d0747ca1042d4da1dc7f2cd8e8291 |
Provenance
File details
Details for the file uuid_utils-0.4.0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl
- Upload date:
- Size: 320.6 kB
- Tags: PyPy, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8140f05c3d69bb85e702ef068cd591a0d9ca310906541ba1a0cf82ee19026740 |
|
MD5 | 96d01d0a07e60b85e269be90c39cf4e8 |
|
BLAKE2b-256 | 14c824a0b2d96785e5f271a2bed483f9c1d7f485e95f05e9540e784ea6f04846 |
Provenance
File details
Details for the file uuid_utils-0.4.0-pp38-pypy38_pp73-win_amd64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-pp38-pypy38_pp73-win_amd64.whl
- Upload date:
- Size: 170.5 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8f94033f7b4d5851add6786e175cbcbad5545ce763498144180790c489876f6 |
|
MD5 | d3e8e69748e0b236a26276a6f0433d42 |
|
BLAKE2b-256 | 70b36f8f56dfd66b6ca1524212f30e2ab62e97b59a2e284ba168e6396d5c3424 |
Provenance
File details
Details for the file uuid_utils-0.4.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcf9140e10356138abf9ba6d65f143c18471342467bde7e8e4b28290ac6225b6 |
|
MD5 | d0306e03bf3453d2e3586de13f1e57d7 |
|
BLAKE2b-256 | 60ebc10938ab47eda5d375f57867fa9a8b441fe9aeb83724bd45bf4e5a9217fc |
Provenance
File details
Details for the file uuid_utils-0.4.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0335de2291fe56b74282241c59fca5e6c1705f583dd10bbda01ab3074d1464bd |
|
MD5 | eef46bad9c2dae71635fd5d320a9ec13 |
|
BLAKE2b-256 | 2b6cbb919aacdcb6f74bbbf64bb2681badfdb620cbe230fe9f80812959b200a0 |
Provenance
File details
Details for the file uuid_utils-0.4.0-pp38-pypy38_pp73-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-pp38-pypy38_pp73-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 625.7 kB
- Tags: PyPy, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6004f51e9e049204d30baf270dd8684fda7e29030ea7749763b9c510af501c74 |
|
MD5 | 76390d918d2561d4fafec4e22ae46bd8 |
|
BLAKE2b-256 | 7f8de454f3e9825de10e1c11d65475748cf2cb354f1d1f0d8200c7cab468a8cb |
Provenance
File details
Details for the file uuid_utils-0.4.0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl
- Upload date:
- Size: 321.0 kB
- Tags: PyPy, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5fe6c41aca79a6cc899005affafdace800fb8414fa7adcf9008ca9c2f08683e |
|
MD5 | 1755718465906dfd900523cf28493944 |
|
BLAKE2b-256 | 6338062092bb1dde9b2b8f21572434f18e4f71a22ff3b4459265830b7d8e533d |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp311-none-win_amd64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp311-none-win_amd64.whl
- Upload date:
- Size: 170.6 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74f8514489443cbff5a92e3da75a7be33d04547cfab59d8c508c6f59f8b0c4bf |
|
MD5 | c5ae6f012d499508f35a0c1b47092e0c |
|
BLAKE2b-256 | 512648379cc7aa1ad40f198b1309ca8de3bbbdbb11ebe0b24db34c2a5611c58b |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp311-none-win32.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp311-none-win32.whl
- Upload date:
- Size: 164.2 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6a599729b63bcfb47595089ec5637434b750d6f14629cdd878b20525ffe429d |
|
MD5 | b5cd4729d4837fb6f36ec791e5ebb053 |
|
BLAKE2b-256 | e73382c44b13d06c124d80e18195c8a13d52c5710932e9dfee4ec014be33640f |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5db8821777d7270e44db3e4a73bed0d86cccdfa42c41a15f52569ba7ae83e5bc |
|
MD5 | 3f3b626e9b0bfc1281ec0a252543ae66 |
|
BLAKE2b-256 | f29ff54863e26407ccad1c708a04e790ea7b033581a6e8027e503cd869d66d75 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp311-cp311-musllinux_1_2_i686.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85ea621ef5c126c93622db81373ffb863ee946abe9520f340c36598e9248066c |
|
MD5 | 865d618f122a15f3841c4f2da99bc870 |
|
BLAKE2b-256 | 85d3776f8419b67de89df58a9c47de095ef04238fea7cfa445db0c4690905661 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 019e59c661dc608ad13e66c8d283efc3e8e8373d1215fb5e4503122d5a11775b |
|
MD5 | 74f1f9891454462e3ce3b54a6f08e2b8 |
|
BLAKE2b-256 | 01a11a85d5a614d34789139be6093431cdb257637b8a4a638734046e4ebf0d93 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13ba56be54210ba4482edf7b37ba268c67caea0cc8fcba19d019f7c4b1359dda |
|
MD5 | 6b6f3d7aed77577ab6616a49ac4214aa |
|
BLAKE2b-256 | 88401841079a9d6895ac018f73e3425d8badd39c8cc4d0e93f773736cbcdce45 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7ba2dcc33cfa4d74a932a6eb7f6c40ba8de0f0a55d6d7e4faa9e7df6ca7336a |
|
MD5 | a182e6fe581c131c9f7e03df210b5822 |
|
BLAKE2b-256 | da70aef9e31c4da2740bda095dea246f955e4d6cab668f0ba794664e1f5a7ccf |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 622.2 kB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc9723e4c6fef7109954fbf95d19df9bdaabcc915735aae091806a5dec2eb5f9 |
|
MD5 | f02dd35e215a4452a5378bf877c8c788 |
|
BLAKE2b-256 | 8273d4c7afb9dde7d3d31be096e16ec4ada083610ed45604abb0f25f69ac05e0 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp311-cp311-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp311-cp311-macosx_10_7_x86_64.whl
- Upload date:
- Size: 319.4 kB
- Tags: CPython 3.11, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0f50a8635b9ccc006169afd4952d4452a99fc8c5b0e60b96b67dce0e641b0f1 |
|
MD5 | 4fb4c620d15e999d1d1c0fc018f6b5c0 |
|
BLAKE2b-256 | ff4857a7518274ae27548566f120fc6582a05134f1303e68d48217e860cd5926 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp310-none-win_amd64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp310-none-win_amd64.whl
- Upload date:
- Size: 170.6 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbdbe83f36816c4ff8d6d7a77f7781f8578418aa6a4619bc39607509d8a0025e |
|
MD5 | cf484beac7740d4c188c6bedabd9971c |
|
BLAKE2b-256 | 2e0c4dd1401266f8e1f70ce46b8f647a802d061f630eb259218c739c6f75d1fe |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp310-none-win32.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp310-none-win32.whl
- Upload date:
- Size: 164.2 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 661ce9db36925fc7686f5f82cdbcaae3e2cc3e14d86ca520bc4f3b0b2b3e578e |
|
MD5 | 5e17d23b85160be0193aa86f6cdf0229 |
|
BLAKE2b-256 | dcf4c3abd8bc31f162b671a685d1fc65fabf3870078fe61ec15c6471e3e86917 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e8532c34711167330efb3d266dcc066f6ff0ff8557bad5b1a8fce740b55bfbf |
|
MD5 | 6afe8cd51b375fdfacf758e6e13b4c42 |
|
BLAKE2b-256 | 4f35a90b2ed647b64961c9c694b49dbfd963d5bbc9e5fb39a347ba2a73783b35 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp310-cp310-musllinux_1_2_i686.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 952cb636adfc2d896917fefdab73b1e917d68c1aec3015463cf2da961823161c |
|
MD5 | 981ebdf33f501416b74d8b1529bcb223 |
|
BLAKE2b-256 | cf726150efc051a164cc97587385bcbe2492644e1a6c8e504f4c3286c3e42736 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47452e985c1c11189242ca93fe01b7f906f4f8b7e2c518cc87dccc96496f087f |
|
MD5 | a6f3f3c5b14f68e972bb683e93ef1c33 |
|
BLAKE2b-256 | e616f541c2f8e99cef7875c7810bc2d4a5241b2653cfa984e2cc2f00debb8664 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec3673ec9ee3331b5cd0201528620378b06d80f2800ea16c0b7580f9dd538c82 |
|
MD5 | 246feaa68cff1a5b4c9601236ab182a4 |
|
BLAKE2b-256 | f95eab6d09fb75f0fb9dadf9e1ff5610c33e2de2e5b0ae1fea35d0d1b8704d4e |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a5d9d5d2875fb96577372075cc2e9994564c43b259827bc62d1c4f3fa6e9b7d |
|
MD5 | 44474c77382f9574327cf9c8149d5b7b |
|
BLAKE2b-256 | 5102c24a4929f5abe9373471b167ca075069b69fedfc447c6a9d01b0ae9d9694 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 622.1 kB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 910601e9fb2718f88d0db2e2af999a9f6e0d4375f197f4b3a4512ccde90960f1 |
|
MD5 | 93aef3e152be33f02f0861e58302c2d7 |
|
BLAKE2b-256 | def99888bf7d928e2c2ee6c8084cfc247f2f0b654cc3f8447e865975c0c83687 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp310-cp310-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp310-cp310-macosx_10_7_x86_64.whl
- Upload date:
- Size: 319.4 kB
- Tags: CPython 3.10, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4c65ceadf72c013055ef810c4c6c8b74b5894f37c498023bc1dddde44e267b3 |
|
MD5 | 58631a838619d46d8393ad950f48ffc6 |
|
BLAKE2b-256 | aa6e683f412ccbe5e3ff6919ff70f47f713574a39793ed67916a2bc2ae5c42f0 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp39-none-win_amd64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp39-none-win_amd64.whl
- Upload date:
- Size: 170.5 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38a3d6ca98f5997bd29ab2c80d31ca14571916c03db669df73f502ee802c1bec |
|
MD5 | 922ecf721f059b7590c4059ffd1587b3 |
|
BLAKE2b-256 | 2376b89d18665162d6fafa1b7df37310cadb3b94a0d09fbbdb5188e2ff6f4a77 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp39-none-win32.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp39-none-win32.whl
- Upload date:
- Size: 164.3 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5138b7bf8c18995594e433615766a007ff111d05630f56366f1a38911236be8e |
|
MD5 | 0b5e47c048c062092a36ec8fbfea170a |
|
BLAKE2b-256 | a650db4b619983ffee1aadc4d768ac9bb5f56861a14a8e3fc6c275e0af65fbeb |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09d0e1e98917fb1e705da0b679e41a4985092d93e1d272f1c1e6b5e6435fce4e |
|
MD5 | 86bb3e30784d8adf9c953c4caea4d5ab |
|
BLAKE2b-256 | d1800939b91890f7702e3a7bf2ceb8bff003a800425dfec4a6527dd1518d4c92 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp39-cp39-musllinux_1_2_i686.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ff46ad0e6840e1c6f4ee0f8bef22c0562cdc063092eb6d5dcf6f64b5c1fa016 |
|
MD5 | d8b1ae9b05b3466535743da1edb49418 |
|
BLAKE2b-256 | d538f2b31d603a9ab6f1f3aaa2f9630b72e26315adfaa43469ff2c4fa7d8edaa |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp39-cp39-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de164045365e72b44c08abb7e19d05b5fee0b975b8cd0d0daf9cc8e9be6b975c |
|
MD5 | a0db83dc9bb2732f62c57ec0e861b190 |
|
BLAKE2b-256 | 92ed652df773a637c76d74dd56cac727137e5dac1e77e5966fa6e6384e64d44c |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e317675f5bb2de4cf318e070a4cee6582917dd6bde67322a99e3cb8fd0d3b54 |
|
MD5 | d4c254faa02732c303e315339851d699 |
|
BLAKE2b-256 | 037e64b0a3d34445a005348f8eeedc0f000c128ea6bfcea6ffb84cecb02649ed |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07ce1877a834262f91b02d8fac49d50589eec4fd24a9d5c844f0539d6919b35f |
|
MD5 | eae56e7d7035f1300143eb91cf3b440b |
|
BLAKE2b-256 | ddad51d893b200f2933a19c62c427c53ebf6313d12d58286a7b2726bb8f2d8ab |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 622.8 kB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b68e9ce00bf0054f464b8fc42bbaf856df09df904fba8fee5c40462b5ab16b83 |
|
MD5 | 61b1befb12e6614ddcf8384dccb11a94 |
|
BLAKE2b-256 | 436624c19efecc400385f3fb4ce528cb033916e269145a2abd0b04ee26c93838 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp39-cp39-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp39-cp39-macosx_10_7_x86_64.whl
- Upload date:
- Size: 319.7 kB
- Tags: CPython 3.9, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0ed2af2b068b5c86a4738fa0c931958be394cae5756087614ea5d90b761c6db |
|
MD5 | d56a01d56207797e9b4d0f809f42e9ea |
|
BLAKE2b-256 | a3c7827fb0025a05a5cd6b79b48828f55d5257da5b82392bc707463b4f06d384 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp38-none-win_amd64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp38-none-win_amd64.whl
- Upload date:
- Size: 170.7 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85fe0c46a6e7f26e3c9ca16629664477224bdfa3083df8861589db3720831480 |
|
MD5 | bad315ed7335e8d055345236e2d7da5d |
|
BLAKE2b-256 | 195b5c914efca757ae16556675b58dfbdb6c3b834c21ac74292d43aef56a3a0d |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp38-none-win32.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp38-none-win32.whl
- Upload date:
- Size: 164.6 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc60bb2c76c1f124f4dfe578551692ae3311b586a385ec9fa5efb0c343f82380 |
|
MD5 | b5129473534b05b1ac797164f43be165 |
|
BLAKE2b-256 | c27d34ec5ac64b4aedf63adb0c50b0531e40422adae5be19895b58577869e3d6 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp38-cp38-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a47f748cff414f5bd102b07ee2ce19bb6866605f82e86338e237c5292851b9b |
|
MD5 | 3a2985deadadff3385c48c0a59c25e73 |
|
BLAKE2b-256 | 22c53b921c4eb85b9ed1e31aab40d5c5381189ff05f4cf735646cba01f40f59f |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp38-cp38-musllinux_1_2_i686.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71c7d3d7602aa34f2eeb7aaa3a60ab3df6043707f959c5b8cb78605f2a5fa0f9 |
|
MD5 | 25fd403e910b16388892c359960775a5 |
|
BLAKE2b-256 | d4545d0cb17cb6596334ef338e7db8a99c9c4f535d04191b1bf513f6e7196ede |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp38-cp38-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 438d256f263b267ea30c9451560bddf7033cae40e6ca476003e230c68ebd7815 |
|
MD5 | e69832386619aea33ebe6e20a1f498b9 |
|
BLAKE2b-256 | f2dfdf9dfb0a56a0d8a93fb0c8276215cb68bf3586745b9466902e6bc5d9afb6 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e0d8670ef2f1752e9d3da28631670fed88b0b16ec1cea4ae1a635d7dd6ec849 |
|
MD5 | 4e8e28d9a7f4b31048b49fd70b1ab732 |
|
BLAKE2b-256 | 54363e24f4d4aa3b99fa158a74c5fd15f2a5b5ca170dba66bbc380db91af037e |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdf1c3a6e9c60393fe62f727b1d2cdf96807612912e442f99e1d17e137db725f |
|
MD5 | 406a1c34d63dee788405d8607fef3f0f |
|
BLAKE2b-256 | 2390eff432a333860fb7332e8c64faa43d97e326e64fdc33c4cd6fd9245447c0 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 623.6 kB
- Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a318fb65128719e4508ccef091aa50e1d762145ea3299219bffd574dadaca68 |
|
MD5 | 4c11090c51a8dc6d1fd91e06a52236df |
|
BLAKE2b-256 | 65902953100b0984228ad8924aa56cff1360c5e33a04b6322447af88d847f1a7 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp38-cp38-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp38-cp38-macosx_10_7_x86_64.whl
- Upload date:
- Size: 320.1 kB
- Tags: CPython 3.8, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edf01c9bfcf09a3a2bd9bb05dff18c37eb74c8fbdc70a13390cb988d5f718c8d |
|
MD5 | 96dde1b4f84f20aab2c4aa7e1ce824fa |
|
BLAKE2b-256 | 993fc442acc952434991f40e63a2205a2af77d46e1367e3c1ffc359366cceb61 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp37-none-win_amd64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp37-none-win_amd64.whl
- Upload date:
- Size: 170.3 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70f6dac4b582001567b19fe2e1f0c856bc5ee563e1913add2f6b99c66efebde8 |
|
MD5 | bc7294c7d7d95640fb87f89b35e48245 |
|
BLAKE2b-256 | a307ccf9c00fbf843c2b332acf0e8a71c0bcea6003aa3fb455f2ea31aee24a9a |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp37-none-win32.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp37-none-win32.whl
- Upload date:
- Size: 164.5 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a321e9cb391ed7671525dccfc36e5f4d6724b171e8792f85d58e6759aff26585 |
|
MD5 | a01650b186166bda6e42290f5440584b |
|
BLAKE2b-256 | 28eae7b8d5121f51a1233a6d7909dd680003b7ae67806c4b8c9fe427d8ebddfe |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp37-cp37m-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp37-cp37m-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6305577bf645018c9c98c8b5517ae5f7749bd73f4d018327e2f0bcebab672181 |
|
MD5 | 9d546d461057e9c0e838e9a72276de83 |
|
BLAKE2b-256 | 3b4875595b3d17755343df13e816f26ea372499f6704d233b7f6d60554e79be1 |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp37-cp37m-musllinux_1_2_i686.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp37-cp37m-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4cb42731ce62735a644dfbb9c034a9f188aedc23358c498d78115f7943c99c4b |
|
MD5 | 33db5cf55d2abcd92ad8051b71f8f4c1 |
|
BLAKE2b-256 | 84222d2709ed9a3f07c9a7c34b5d72ef618e9736f113077f2365cbee2f8eedcd |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp37-cp37m-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp37-cp37m-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b09dfd07a7d95900d7e26e2906b68b9abf74f3c1a03e6e766e557ea33cb5097a |
|
MD5 | 95ff2ba964b4a76b87f8b5b8feffc830 |
|
BLAKE2b-256 | 78a2e879f5aa933a0582654547570db2fc754842c7988d4e0a9375163dcf1e1b |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff01bb4e4d8d9e37e77b0d585a04c354d93c1b0c29ebce862effad228ed11dea |
|
MD5 | 7c029ab6ae66e5385cd37a4f0ac86f0e |
|
BLAKE2b-256 | 8ad5ea8e4def26ca7d91c03d50530b7fb73507ad3de83f19c881ffcef95d097c |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7034221b945f3d2c5eba80a139dc1c6a5c7b61d72c3e4f8d59c2205ad3030346 |
|
MD5 | 889bdd9af7cb97dab006570689a528ef |
|
BLAKE2b-256 | 685f915e751120538d112dd56c29aa5eaa727827a01c26a43e77b18d2d82992c |
Provenance
File details
Details for the file uuid_utils-0.4.0-cp37-cp37m-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: uuid_utils-0.4.0-cp37-cp37m-macosx_10_7_x86_64.whl
- Upload date:
- Size: 320.3 kB
- Tags: CPython 3.7m, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2a772b1f6495439c1f51c93241ea0c93cc3598b5a77a951282947d4d4461679 |
|
MD5 | 067d77808de076f96d0bb4b069e305b1 |
|
BLAKE2b-256 | 448db22da111cb72240a13a1217bfd139df6bee967794bbac6ce6085395cb405 |