Python bindings for the UUID library
Project description
python uuid-lib
Python library written in rust that lets you use uuid1..8 funcs.
Available functions
uuid1 - Generated based on a timestamp, a unique node identifier (typically a MAC address), and a random component.
uuid2 - Similar to UUID1 but includes a group or user identifier, making it less popular and rarely used.
uuid3 - Generated using the MD5 hash function based on a namespace and a unique string (e.g., a URL).
uuid4 - A fully random UUID, potentially using cryptographically secure random number generators.
uuid5 - Similar to UUID3 but uses SHA-1 instead of MD5 for hashing unique data and the namespace.
uuid6 - A modified version of UUID1 with the timestamp in sequential order, improving database indexing performance.
uuid7 - Generated based on a timestamp using Unix Epoch format and random bits to ensure uniqueness.
uuid8 - Reserved for custom UUIDs with arbitrary generation schemes, leaving implementation details open. Accepts any UUID as bytes (If UUID generated by this lib, use object.bytes proprety)
Installation
Install uuid-lib with pip:
pip install uuid-lib
Install uuid-lib with poetry:
poetry install uuid-lib
Usage/Examples
...
from uuid_lib import uuid4, uuid7, uuid8(), ...
user_id = uuid7() # <- Creates UUID object
# For uuid8(...)
some_id = uuid8(user_id.bytes)
# or
some_id = uuid8(uuid4().bytes)
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uuid_lib-0.3.4.tar.gz.
File metadata
- Download URL: uuid_lib-0.3.4.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86dd1360768d135e60f6482cd326285a3c33924dacb75aff68927aa65438fa60
|
|
| MD5 |
baa349476f8ce043a4a3e6fdab8ab074
|
|
| BLAKE2b-256 |
369df30b1394616c7b6884f881cfceb6d0e844c9d6e83c61a4c4b7665102c7bb
|
File details
Details for the file uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 446.7 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1bdadd8f67803d59a3f84e15aec2a0a55c4676deffb64314271ebe4e096c49f
|
|
| MD5 |
053e5a91feabbfc90f6899b1bcc74c71
|
|
| BLAKE2b-256 |
d8c5802504ef8b414c858d50830bf99ec0646b431620b729b62a237a237f1e92
|
File details
Details for the file uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 465.7 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91a0363b0b4d743ab7cc25f3c14fa933490a47152211cdee137722bc9b917d95
|
|
| MD5 |
4a1d017f9867519fbd9f249f9e22550b
|
|
| BLAKE2b-256 |
474a59330ffafa65abb2cbacd61cbe80946642ba9a6380d95e7af324c17b0d2a
|
File details
Details for the file uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 542.5 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65db206ffb6a3b3a4f9b3a34e0688c71bcde287c40545715811318d3afc96f66
|
|
| MD5 |
c7d44aad169659a6939620dbaeb4d500
|
|
| BLAKE2b-256 |
9c88f6118511736ae431989dbb884318c14ce036a9c446e1d77f6491130e14ea
|
File details
Details for the file uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 463.4 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
840cbfc2334dfdbc4ea3792f4a8b9ecd27318d16cc91eb4fc3d4dfa221229e09
|
|
| MD5 |
703524ce05d4b876e8f91767cbb187de
|
|
| BLAKE2b-256 |
412f7833b626f3f4c89a4bcc8da0b2bec92c849185135888ca4c398dc097e89c
|
File details
Details for the file uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 279.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20178ecba184c0db8f1f782fdb3b2fa475941a20c33fc11f5641bfbd4c572c8a
|
|
| MD5 |
90cd91394f894adce1cab70b2a56539a
|
|
| BLAKE2b-256 |
c3722d5235e74eec6cdb0addd4b04f88d2746dae5b813d4aea7814070c7c6e09
|
File details
Details for the file uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 320.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a8b862a6068155b9e87af183a4cc26f17d1c10fd5a442d0bf5524ddde6d8961
|
|
| MD5 |
646adeedfe7c5a704852a691851fb2c2
|
|
| BLAKE2b-256 |
0c75c808f1b350305af92c12761d1923f544731b15f65269871b2ad7fc983aa5
|
File details
Details for the file uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 318.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4952eb7e63ae0edea600d5195c83a836f026c475e56df0876592594e02626e20
|
|
| MD5 |
b189e60417eb0c59241b3ea949036f55
|
|
| BLAKE2b-256 |
cb7ace745d51c03bae89f905cc171ec09da8f7d3162d472e7e535050ed92e42f
|
File details
Details for the file uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 288.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dadad32d6bb283b2cb2206f900a48002e36e129582539b71e698388ed819532e
|
|
| MD5 |
93dec141852af2e69e99e3763e783fed
|
|
| BLAKE2b-256 |
b50d25859a712d73f4294dffdc15da90ca17a12a709a52117f5e0587786455c0
|
File details
Details for the file uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 286.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0484a05cf3e960b706249983fb9930d3302e8b1d4e0472cb1bb7d449ecc2fb00
|
|
| MD5 |
d9cac5ba85fc38aed91fb59e5a8a33f7
|
|
| BLAKE2b-256 |
27cfb25336e0d95bce016ddc988df9f756ba5d0c0785206d7e4b720412939756
|
File details
Details for the file uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 291.0 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab038baf6acab14631efe462a2c5d305c21aa61822076cf337a0707c69a973eb
|
|
| MD5 |
fe836ebdc1056a7c6352a498e80f8922
|
|
| BLAKE2b-256 |
c71dd5b26636677e5542010525b273398e7dd53ccfa574a6b78cd4a40ceb7456
|
File details
Details for the file uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 446.6 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13fb375081f3d00e0681c26110c8ac1554a5b185a7bcbbc2d50f39c49eab1c49
|
|
| MD5 |
e0c9e80203d7e68a9aefc061daa59abf
|
|
| BLAKE2b-256 |
c4c680b6cdd33e9be07b5894035f621dbc0cadedee3ef8ee1ca10cf954c0446c
|
File details
Details for the file uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 465.8 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03f9e238d889a705906e0cbc53958ee8c5f668aed1c83b59fff7d5b4bfd73844
|
|
| MD5 |
3c484d52e3b950b8dc275721831dc1de
|
|
| BLAKE2b-256 |
83023ba06c35bf631b0aad58deeec260f9ef8d46f27e30ea0a84c0af974c6dbb
|
File details
Details for the file uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 543.5 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
385236251480d6f7bdaba9634ec2efb5f7c11bf36eb605a625076670879fc624
|
|
| MD5 |
4c06e51fbc60d644fc5b77c41848ed36
|
|
| BLAKE2b-256 |
af230f6b4453ea9d19ab810eaa9e71cc2012c76502e97243f14da38c72700d25
|
File details
Details for the file uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 463.6 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22f8e05229d1e3e834f2519f7a2797ded48e97bc7ae43ba5c78902f15cf63c7a
|
|
| MD5 |
ba716abf7e7df8af53e5296fc1d65449
|
|
| BLAKE2b-256 |
0693f7736ae0b66975b83b80b2612dece0bb6f15a1a8d1e8d211281c0bc1b5cd
|
File details
Details for the file uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 279.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba3a7c8dd1cdfe16a0145ca99c1c3b77f183695dd00b69bd22b6c2aaf8522ba2
|
|
| MD5 |
11b4680a20522058f7b1504619124524
|
|
| BLAKE2b-256 |
92f0b957b2a7f6a40db922cf81bcf953dc891cc7598a397dece96cd129e45bf6
|
File details
Details for the file uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 320.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c74bdbf3ea18186685255cff3b9acb40af02d5296dda58e2c7d732271d9c9239
|
|
| MD5 |
0118bc1bacc750371eced56bb4d6a170
|
|
| BLAKE2b-256 |
32cfa5b49963ff6a17a827c79289b3158cd81b2dbba787935d85f1f2ca6e202c
|
File details
Details for the file uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 319.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9882e4e5cd953a012de7f242ce22deb588bb2c157060d69937f171ce4a1dd6fe
|
|
| MD5 |
057213a3aa77c794c953c99f8379172e
|
|
| BLAKE2b-256 |
18152aea7fd7fc4095c1506e51f3ca8d5c810cbb5fb7ad1ff1c82deb23b2229f
|
File details
Details for the file uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 289.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d84559e208e11c4cd3f4851c222a4b8bdc3e2705d64cfcf58804ddb038c2e49
|
|
| MD5 |
d586e569045515efe9f1c3b507ec622a
|
|
| BLAKE2b-256 |
2d07980e7d2bb63ff1b70430ab5c4c05d764a2a0ce3dabd1c82912fbf0b4e17d
|
File details
Details for the file uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 286.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0189d6476c866e576a171b18632a6da5e3d1686cdf346aab14f8332a26e6ff5f
|
|
| MD5 |
9a741ec067a8abef8524645a53922067
|
|
| BLAKE2b-256 |
69e811d6445c8a975ac0f32bceedb6707532da27565ea53ef39f3b7ec8a7f94d
|
File details
Details for the file uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 291.2 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b36a85911f7f05378f32db029ead9ff297ba6ab6f30147b92d5feea5f824d6f6
|
|
| MD5 |
3004a2210e506f0f23c983b1b0c32f21
|
|
| BLAKE2b-256 |
0b5c896b4aa39fe851cd196cd7ac311cddd62d828b0cf69cb225603672fd61f9
|
File details
Details for the file uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 447.0 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5dffb61288c5e305b81c6c7afbb72304baeb58ed772c4fe313236dac0ce797a
|
|
| MD5 |
a1b63e3407fdd91540a69ae168d6f435
|
|
| BLAKE2b-256 |
441b73a22c3c5f36b3c6357f70e9a9c21c473494a04f6aeb48354ce4ee2ef074
|
File details
Details for the file uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 466.2 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06b645909ff7d6bcacc3bb4a84beeeae9daf2f001f60da405c9f47d2e704d462
|
|
| MD5 |
6d5f523508842dbdb47c8a86c16cc27b
|
|
| BLAKE2b-256 |
d0ddd49dd32c53f1cb272c822d3befcccf10810359dc6bceb8ce3deb3da67dce
|
File details
Details for the file uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 543.4 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
843c4508d0a64260b37034854b4a3af0bf5b9655b1727bc254868c3d2fc9026f
|
|
| MD5 |
82a105bb06810d94902983fcd98c7bb0
|
|
| BLAKE2b-256 |
27c26ebaebab913b9e6fe374f8e26e3a89e50ad99cd2ed0c578dcf58a9c0d2a8
|
File details
Details for the file uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 464.3 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b1926bef18e5e145b640772613ff39baecfa39d4b27e5696ec56b11796191b9
|
|
| MD5 |
02efefba422768db551a7e9828bae92d
|
|
| BLAKE2b-256 |
b1722073640c9155dd67f43819912e9c8f68208b540e05d3dabc77e42b3a4518
|
File details
Details for the file uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 321.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b16d9138ef2a9fbb7541bca90f63e744401ba013d7f27b959a8842df72d5c8a
|
|
| MD5 |
bd5be6097d73672ac39dc7f39a915e41
|
|
| BLAKE2b-256 |
fb74e66079742fbd0923baaa914442a7ae28dc5c44c7d0b2067339a9093dbb96
|
File details
Details for the file uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 319.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03c6fc0aa0ec7fec823d600b862eaeece76f73e24a95947437d146d6c8538e1c
|
|
| MD5 |
8fbf3c4263e30ada1c8fad96dca7c972
|
|
| BLAKE2b-256 |
c7497ed3d625e47200ced98b39461f60a350ab136bf8e8d0d44488687d0d3889
|
File details
Details for the file uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 289.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bc52ac7eb2a7f3587c49224e0a6f0753f53e42aa623ea5866bd7faa1a54b680
|
|
| MD5 |
5cbf71901628a276c3d943af088a896a
|
|
| BLAKE2b-256 |
d5c1549c0d710e9a8e09491f01db68e3266eabf83ae2c64e5dd246e9d653450e
|
File details
Details for the file uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 286.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28d90517c57c8999bf85a4fcf94985c97a2dee901a5ad60e010bcf1dcecc9f33
|
|
| MD5 |
11cbbe3c553a377d32b204615e8b699c
|
|
| BLAKE2b-256 |
cca481c4eea3e4da2f9d13c8f7b2a61c8fc1bac214624be00a53efb6786e6b47
|
File details
Details for the file uuid_lib-0.3.4-cp312-none-win_amd64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp312-none-win_amd64.whl
- Upload date:
- Size: 142.3 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f44dcd21eec9d4c421f0504c9a018a1925e6d37779fa696a25dcc4c4dcb40bac
|
|
| MD5 |
b7016555575122fde215fa0f01895aed
|
|
| BLAKE2b-256 |
262aa88858fc3b172d45a0e809b61296e8fb2c47d1a979ee59a81e5c7d5c180b
|
File details
Details for the file uuid_lib-0.3.4-cp312-none-win32.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp312-none-win32.whl
- Upload date:
- Size: 133.2 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62f8965b254e68e9a644aa6c09b95720c191987b2e334c79e3c1da45d4c1c1b8
|
|
| MD5 |
c7701a86284526938b12749d27edc2f8
|
|
| BLAKE2b-256 |
bd22b26f8f6329f163be93b2b0821bfa581be5a098402ba944595b5cae4e4284
|
File details
Details for the file uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 445.5 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b5886f98169fcc6b9374601551bd0ae2c3f36e30e2dbfb0ab2e2ae130782a7b
|
|
| MD5 |
c1e6da1b6de67a20b8ab0f87f4ae56ed
|
|
| BLAKE2b-256 |
9015168424994fe7171ad39a9ebf227dd21afd79e8c589376bc6c37dd7694aca
|
File details
Details for the file uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 463.7 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d304d1eb5dac7ac846f19d8934d0c47c422dc2235d040909ed2adeffd0fcc720
|
|
| MD5 |
7f9a2b9a95c0824470d3a1810f7c1372
|
|
| BLAKE2b-256 |
de41057fa3de01a84083d94d3c48c0c2dabc6e1290cedb0cf6929ecd448e6230
|
File details
Details for the file uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 540.9 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5306a50b48493a7d386536a83c0f6f79f7acb9748415f581bcc60ecf1d6f7ff0
|
|
| MD5 |
018af7d43936ea671a6e098194394ccb
|
|
| BLAKE2b-256 |
71b88decc321f44a6a0feaabe258a20913887986c14b9dbb59f5c3efd04d9037
|
File details
Details for the file uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 462.9 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10c66e9b0be6a2d397fb163f4902a2cab028eb58b4bec2365fd1b1d360701e8e
|
|
| MD5 |
5c0ddc8c06828596e5b48d665699d90f
|
|
| BLAKE2b-256 |
d54d45bcd6f250bf2cce330e0386abb8cc72fc5afcecd92098728649bbe84240
|
File details
Details for the file uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 277.6 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b81032a6023eb52ed9a7cea6f1e864b8c4d86ecb5b09751bf024a65f6fb2bf39
|
|
| MD5 |
3ededb90a94e3965665a176229eeb27d
|
|
| BLAKE2b-256 |
c4603faeb4f876a5c453a65181e5ab208a8b8aa6581f23645092439d9a054216
|
File details
Details for the file uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 319.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27d9191c527d00dbaa74912193c7c9be45aec0ad2f35be60dd96b2c548485bf5
|
|
| MD5 |
048204b396de05b3714415b4dfdbac77
|
|
| BLAKE2b-256 |
068bfa8e11ad1eabd0bf32135284b82e48cea8ffa9d9190cc3539db8d6da8189
|
File details
Details for the file uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 317.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fd02c131998a4332d3a227625e485276ab2df19ac6e2cb22b3d8cb2f59159c2
|
|
| MD5 |
131959401b210a3a14b73d1987db79b5
|
|
| BLAKE2b-256 |
7890cdc6711a18a8859767291e90e36ce534e8d1125af0a58139d22c8d078e74
|
File details
Details for the file uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 287.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1f15b787153f6bce7f6b65bf43b93bcab56a2927dfa31baae8d0b65ad9754d8
|
|
| MD5 |
584d4066bc0f2110e5fa16f72b5ae9df
|
|
| BLAKE2b-256 |
68ca744740f5c5931100fe64e0c83997e9c1099261cf60de47ac2fd374fdd9fa
|
File details
Details for the file uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 285.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef5ee40f334e9481eabec361a826f3cb16396acf76a1a67bd2701149aaf6be4e
|
|
| MD5 |
72a4c1a0885a27fe1a462e01b565fc06
|
|
| BLAKE2b-256 |
6ae1ca1fd8dd831e39f4830da05de849959c4a959cabaa37c3f75f3ecd3a02b8
|
File details
Details for the file uuid_lib-0.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 290.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1003a572b70efcba9b94f4b8d6260ab24594ebf985c58760ab01e24eaf4fe36
|
|
| MD5 |
d9571c1bdfb2f9caad8b0e9d40a1d2ff
|
|
| BLAKE2b-256 |
e83f7f3b9ead912074b11752710b33b77b1a5fd386e527b1db3a72c6b0935490
|
File details
Details for the file uuid_lib-0.3.4-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 237.7 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2945f3a74eac2393b076f3aca50636b2a7fcbc18857b448374f4052137442edd
|
|
| MD5 |
fb2ebeba8d7fd34173ae0b10a06a1f6d
|
|
| BLAKE2b-256 |
ccabb1088a11b1ca55283c8f188277865df24ea0ee3adb411e1debdbbb46cde7
|
File details
Details for the file uuid_lib-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 244.4 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
feda2fe9c1223adfd39d20db4a431c2a755c3138004a5d38bd13a31dfee97ff1
|
|
| MD5 |
d4a89ded79162ac437db1ac90b7a303d
|
|
| BLAKE2b-256 |
26c44b343626f6c640bf284f78155a57f01d69b3201143a8d0215880dc7d3487
|
File details
Details for the file uuid_lib-0.3.4-cp311-none-win_amd64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp311-none-win_amd64.whl
- Upload date:
- Size: 143.1 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69bb762f8f82e883211633c75bb8e8fd603d6aa5d9a6fee0e12e0d1d8d80b386
|
|
| MD5 |
0cb7e87ae6a5333188bf02003135bcfb
|
|
| BLAKE2b-256 |
200e5007e40e7d34292236b63daf7c267afda3469de650314c9980a357c89a7c
|
File details
Details for the file uuid_lib-0.3.4-cp311-none-win32.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp311-none-win32.whl
- Upload date:
- Size: 133.8 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0c0725cd5a8351c27813da6d710bcc2b8cb8f6bacb745bfa8df85f5d5946ff2
|
|
| MD5 |
94ae22d201a1155ddd4ee8d651f3838d
|
|
| BLAKE2b-256 |
a17a822a16b2fd92f3487b4882d1ff6124efc6d57d6d3f208892de31dfb04955
|
File details
Details for the file uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 446.1 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8182879d4c2ff97e7be135ec0cc24f960d42959c11e9582a15a5812d9a233f2
|
|
| MD5 |
4e57402e24f17e1c6b367f0d68633c13
|
|
| BLAKE2b-256 |
7b9844c13cf4fd79bc33a02e1374e607911f67dbbfb7da0186a726bbc1598cbc
|
File details
Details for the file uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 464.8 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63bfb708d9c6acbdeed8662a78db739292a31b1511f3c2f5368fc3d40a8bf1a0
|
|
| MD5 |
1b5f62a6df4f169871a0bac51f1a10cd
|
|
| BLAKE2b-256 |
908b377b3074258364fa6b5cdd3fd06d4368955003ca01f8dcbdb9cdc7460227
|
File details
Details for the file uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 542.1 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
015c8f634125aec9dcc4c2e69f82b626f6b18dbcdca6e6ee975ea202855784f8
|
|
| MD5 |
a76d6137c93c4c5ef552be7befe48590
|
|
| BLAKE2b-256 |
e43d7729ba4ea49a34f9f1c9f20deafb8f543fee148f62b575651ec53d9533ab
|
File details
Details for the file uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 463.5 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e86f7df1911220edf916c0b72c9bab67e8e5d2097f4caf5a4f1aeb76ee4fc8e
|
|
| MD5 |
1015d7a33e44b818bc3a53f765ed024a
|
|
| BLAKE2b-256 |
cc6bd9a9ef7207989bf0c4f69cd5e59da3410e1999c5b6bc69af9a18feacf4f6
|
File details
Details for the file uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 278.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7ed25e22a5c7275014a5c93726d1a97909a2c46f74dccca1597e37804e2c99b
|
|
| MD5 |
a0a975eedc5041eb3fbdffa70fc3ecdb
|
|
| BLAKE2b-256 |
a77aca99f3baf035b0dbb1f22f024eca60ef1f2538627eb58f13bbfa37c2db14
|
File details
Details for the file uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 319.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
275e55e5874265b2b7ce342e222e3005dee8f8e0f8622ee419c2d935e5d8fc06
|
|
| MD5 |
a5b2a01e79a8119b26db4b60ac119f62
|
|
| BLAKE2b-256 |
5e512a543c12c01bc17ddd8b6b0f226a9c51f7794f133953b07bc1c5039da5d7
|
File details
Details for the file uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 318.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0d13be6f15b78c4afd165c6471cf1ea00b89e4bb93031d0ac455af3db2e295e
|
|
| MD5 |
d5da60dd22217431a7ee6fc83de0a513
|
|
| BLAKE2b-256 |
2d4ba3a8509eb6d06b012f414586fe60ac7e824cb5254ea25f54576d5ca05757
|
File details
Details for the file uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 287.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f76d4fcb08165507323418c25bb7e4dc05344a4003a539f70c3c51f80a0f5788
|
|
| MD5 |
3eb4b0c12564d443b26f0f0498cf4a82
|
|
| BLAKE2b-256 |
ce873837332288fc0c6a6f8dfe95a1121e3fe3a8d55739ae6fcf045c663c5265
|
File details
Details for the file uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 286.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f32b1e12b3dbc37c7692fb01e0c47245806a1d830efa65703143eb9e62fd5ac
|
|
| MD5 |
22f17c31c2f2d58a1174c878dd4d8bd3
|
|
| BLAKE2b-256 |
973d050f239e390816c4c8011ec817325ab4722945f9ac0f1ac13d09dc9e3881
|
File details
Details for the file uuid_lib-0.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 290.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f06543b9a442c0c0f42bca6ea947009a3e0887852076875b713f3fb1875e2d5f
|
|
| MD5 |
156c569c0729cd6068de49785a34117d
|
|
| BLAKE2b-256 |
88650976bf2f071690f57b5ee5dbc33d452f52c6ca5eb9bc3c18ac27135f7132
|
File details
Details for the file uuid_lib-0.3.4-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 237.4 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eae66117b347df9fbdbb9f19fa52225fcca307fa485726f8eb4bc4352b531535
|
|
| MD5 |
0e3f23338222499834a397404e7d3f32
|
|
| BLAKE2b-256 |
c130942a1772c1cd2277a1b7143244f455c7b712e4981c8b57f85af9cf0989e8
|
File details
Details for the file uuid_lib-0.3.4-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 246.0 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95c21488f706b94dcb6ec3bd353fd931109e36a5ede699e8bd0ef38482f45c5c
|
|
| MD5 |
d734e0c2a3ef979cc86fc3e98908608e
|
|
| BLAKE2b-256 |
e4866f1ae49839301e0676e0382b1976dd1ffa32f54acf75769e75479a3cde91
|
File details
Details for the file uuid_lib-0.3.4-cp310-none-win_amd64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp310-none-win_amd64.whl
- Upload date:
- Size: 143.4 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd672fb7b27699b39d2a31cf74bb6dcfe61e70f863193479973e6b06888ea521
|
|
| MD5 |
1c19a692398a4cbd3020f7d7a2ebc179
|
|
| BLAKE2b-256 |
f201d36f1c3bd84e3e02ce40a7c8d53a52623c3ac3ab7538f3b7fb3482cded90
|
File details
Details for the file uuid_lib-0.3.4-cp310-none-win32.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp310-none-win32.whl
- Upload date:
- Size: 133.8 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
289766fab5eca3ec201eab7fb221ff95745ac53ef8542a06a5c95411eb3bd6d8
|
|
| MD5 |
ab58628dbc55c7e8eb552da89f052e51
|
|
| BLAKE2b-256 |
11bb6a9623c3bfefd01ca1a3036cfeb16763dcef2911cd1b89705888125bb48a
|
File details
Details for the file uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 447.3 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19fc78a083d4c3119bb29291b2e188f2e7e5ae54ebcf137d5cb7b70733f6087f
|
|
| MD5 |
ace04ec210af0823593a9d41df3c9b3c
|
|
| BLAKE2b-256 |
0618b8ab2bfe591dcdfcf698638fcbb6fd4db30742d8127c752762b12d1c1e68
|
File details
Details for the file uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 464.8 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
473189aa3503d12dce32e262f6c4006670e626ad1a5351e9ad76878d1b269445
|
|
| MD5 |
04cf878791b9429a1c413c7d59ffd3ca
|
|
| BLAKE2b-256 |
2fc9d7fe3f9d26f2b510ada789a7b860110f6fbf5bd22de3221a27be4e7439f2
|
File details
Details for the file uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 542.3 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6eb5c7adf7145809969be5b766860030251038fbbf4a39a4138a951de96b6592
|
|
| MD5 |
9186d581fa4673d7366662a4061ae7c6
|
|
| BLAKE2b-256 |
2f6be3f6039d7ea571b3f83aefbfd94053e89178eced2accc41501c365096895
|
File details
Details for the file uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 463.6 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
729c69cbd257ecd313204348c5339655d1db90ab05cb707d13394a0602ad6f86
|
|
| MD5 |
3c63ccdb11bc671cc005a2e5d18cb25d
|
|
| BLAKE2b-256 |
fd7daf5cf58c3b487c8baf7eb826c4ef7d6e54da131d1f2448240f0a7ece4cf9
|
File details
Details for the file uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 278.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b6f708f19ef8c4e02d56532d573b2ddbaccf64a41b0d228bd22611df8cbb482
|
|
| MD5 |
00b9aea697b9457885efdb5514861a52
|
|
| BLAKE2b-256 |
03ad0aa505d24cd3e516d8cf6c6c4754796977fa89702b92fd803d3404e72e29
|
File details
Details for the file uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 320.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88c1f48355c5e3c1ba61b5e4531a378d8829d3b161fdb583bd1c423e77c89c78
|
|
| MD5 |
d2e40c83f9ad04487d345f00fb0ccbe3
|
|
| BLAKE2b-256 |
0a934258da9d40bb7e6eb960b73dd348ba26957f8d0e68cdf8b8e30dcfc5a5ee
|
File details
Details for the file uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 318.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5a5b169e369adea9da2ea4b5dd668c2478b84d60a03b3df2fd84e35f10b31b0
|
|
| MD5 |
a0aad37eb04bfd08c7dfbe7ae9eaf96b
|
|
| BLAKE2b-256 |
7765da2c2f8368a7da8a295f37695962c009d66c9cdd9fe3841d66f1c7dae0a5
|
File details
Details for the file uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 287.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b383c7f14a0c2dfb1aefe9ca117804b31723dec6be7d4645b24b806313324222
|
|
| MD5 |
60fd79159c655d97a227049878cb87e2
|
|
| BLAKE2b-256 |
12b6df0a2ab21bc6544dae4bdfc562d42b320469174c33263cd4fcf17cef7431
|
File details
Details for the file uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 286.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6aa02b66067dc8b6f6681ea33551281674d868a45633becbc768bc94838872ce
|
|
| MD5 |
c26ce95a15f017ec4d6b5778ea657558
|
|
| BLAKE2b-256 |
60ccde5f48333907bd9d2a6cdf5a895b09cb1a61778505629e6a5d7365ff5cce
|
File details
Details for the file uuid_lib-0.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 290.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb32db074a78c67778da3bdd8f703a6e1325485efeb1526520edcf01c7733053
|
|
| MD5 |
cc2154b4ffd2133548cb88ffa43a2a7b
|
|
| BLAKE2b-256 |
8cf04f452192380d87dd1c938183a245cad522321ccfc2a3c393bf7ddc23419a
|
File details
Details for the file uuid_lib-0.3.4-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 237.6 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15aa5a412c0212c220770e051868da99a0f1641a0fbd0d3c1d6dc368b724448b
|
|
| MD5 |
22a8a3148d46be350b3417c8db27abf2
|
|
| BLAKE2b-256 |
019b6d1b86fe7b6fe779636de7bef85c477899da091783b3f29212172fc9ac4b
|
File details
Details for the file uuid_lib-0.3.4-cp39-none-win_amd64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp39-none-win_amd64.whl
- Upload date:
- Size: 144.0 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4fc9cdf00968d322c82099afba886e3af6e79c4c98ad93434f943428f855050
|
|
| MD5 |
a405b76890fc2edce81af67011336287
|
|
| BLAKE2b-256 |
2a11a2d48f11b36e16533e4d591ad633c4dfec0b1f1f6be1b79506fbad7e70be
|
File details
Details for the file uuid_lib-0.3.4-cp39-none-win32.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp39-none-win32.whl
- Upload date:
- Size: 134.5 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c69e8f03835ce0768081d07a859174173623a56c29bbb463d730b3cf6d27ae7
|
|
| MD5 |
221d07d179107e7894bcb57605d3dada
|
|
| BLAKE2b-256 |
0f13aaab9ef0d7cf598d27247b0fd28ee8fd8a3e4172f6c5f9a709768ddec152
|
File details
Details for the file uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 448.4 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a8a42062681174709a2631e846d3ffab69a3173427ef4db0b82f8635e7db24a
|
|
| MD5 |
87853b3257cf68940570f88b4b48c310
|
|
| BLAKE2b-256 |
10e05bbc3f7471d6887e5368402be8a5b62551d2ff638f307186d617018a64f2
|
File details
Details for the file uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 465.8 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e710d20c61e8848bcbfc644de01352a977d4d538d13b6e0be27d42abd530f5f
|
|
| MD5 |
e125767d90ed0b96050d8c5904773ec5
|
|
| BLAKE2b-256 |
fd47055ca477aaa1e04f847da300f71bf9caeef7b9e320db096a5f14aa253e20
|
File details
Details for the file uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 543.0 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5776a5201b4081503fa0a3e321ba95a2eb5d56d98333286da77e2d7223418f22
|
|
| MD5 |
9c40b130a5218159af0def48d9eea5ab
|
|
| BLAKE2b-256 |
67007c3496ca99a1978e8b7bda3bada8dbfaefdeb7aa91d144a6281e2d7e0dd9
|
File details
Details for the file uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 464.5 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12adc962151d12f61a042bd9f9c018e3acf5faeefc44eafd3f68533d3d4fd6ec
|
|
| MD5 |
6c2a08adf9d66f35c77af5d3cb3e6314
|
|
| BLAKE2b-256 |
d764a6d6b925b6fbafa0835654bba30c0f7e0d9b6f3865915f2d3517e5fc36ba
|
File details
Details for the file uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 279.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d5bfc99837da788c3a4c40f6e0b31401e0ec7a95824ac157ae04776d0b122c7
|
|
| MD5 |
f70b1573b029e71f8c162be18923ef2b
|
|
| BLAKE2b-256 |
89ebd137f531551d7b57432dce0ecf558a12a97dc8678b313f061f40f8209025
|
File details
Details for the file uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 320.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e0ee7f99906278c234ad0c266ddcf9a499f54a997202cfe08682f4eaf009acc
|
|
| MD5 |
5c0aa540930e7b536afe6783f11bca6e
|
|
| BLAKE2b-256 |
28c849a6feec63121888da558e1f92d9b1d8556c67f0231b6b9a41ebb02e5f3f
|
File details
Details for the file uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 319.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
079329f6437bad524b05970efa1483b31ec7889fdc9566634c101621e3a4974d
|
|
| MD5 |
276b6c182918efa47d9d1ea9f372caf3
|
|
| BLAKE2b-256 |
5f0e9873508f9304133739597e32a6ce5cc893bb11ab277822f74e890200c43d
|
File details
Details for the file uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 288.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c731ed6b0a3fb4ed82113a6bf00a0694f96a9e0eabe94d1bd7db30a95fefa43
|
|
| MD5 |
ca20e78ac1442b70783074b476120289
|
|
| BLAKE2b-256 |
f5e8b4f46889f6ef1668d3af7cacc9dfd1250f9e23c716c81a9f470aacd51e54
|
File details
Details for the file uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 286.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50b6676d5d6417f35ab14241e0f5fc3e7a12762c2336a5ee295fe105713d3745
|
|
| MD5 |
a9a6eb33bd83c2c317d75cd2ecaf8db2
|
|
| BLAKE2b-256 |
0080a5f64cea32785c8c06339a570f158135dcce3eb544b0cb91cbcb0c1a4f63
|
File details
Details for the file uuid_lib-0.3.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 291.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8073d8fdf9ff1d13062bf9424fba1d6ade83687673a577d8189bba22f76b0151
|
|
| MD5 |
eb75c8de6358a33021433edad07f0157
|
|
| BLAKE2b-256 |
e677f4e40568012d915b7d53bf9ea79ec60728691e86a2943897827f0f3022a9
|
File details
Details for the file uuid_lib-0.3.4-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 239.3 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99067ffb03b7d84706869482f70282966b9320fd71ebd81c9f6f76b597a8f8b5
|
|
| MD5 |
751f10f38915c320c425d9db8f58352a
|
|
| BLAKE2b-256 |
55c69ac063798bbc081542f9850eef8e272d95ead81b965d3ad0cdffb895c02f
|
File details
Details for the file uuid_lib-0.3.4-cp38-none-win_amd64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp38-none-win_amd64.whl
- Upload date:
- Size: 143.7 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7067679faab7372dd4d6e797130e21a5b382695df7da2dddf92badd8f964e270
|
|
| MD5 |
0cabf9f9a2fe39599b65fb0143d3c772
|
|
| BLAKE2b-256 |
15464c96a5d8fcc401740a211b4df28fc71fe5c01343cd2d9ecbb1b3670b4cc9
|
File details
Details for the file uuid_lib-0.3.4-cp38-none-win32.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp38-none-win32.whl
- Upload date:
- Size: 134.5 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5f95a0ef4ffe62a769fc2ff6cc5174aeb5b381ce969a6f45fd1d09c88ee0ad9
|
|
| MD5 |
0943a9c2652a5b6ca7b4a787baee3783
|
|
| BLAKE2b-256 |
99b0658440b9158a68098dedc940421b89a846c90ac543f1267b69182b1b0c5c
|
File details
Details for the file uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 448.1 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed80d788a449bd1337451b98076c8d48d764390bb2bbfbe03f324369703df8bc
|
|
| MD5 |
0ff63b85b327a7fdc4268b408eb1b0ad
|
|
| BLAKE2b-256 |
0af94f32a82cdf0d67b9314be8eede413d3604f9f823880352cbb72fd998e08f
|
File details
Details for the file uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 465.8 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca073240be15f2228b05e92da848e51a0927817fd00fd617509de2b625902dc1
|
|
| MD5 |
fe2aa624f5c95ef6a39b45a78993dcee
|
|
| BLAKE2b-256 |
7983fe54c6ac7f6ded520391e1c0658e48287692e78be45454d91e4848a47ed3
|
File details
Details for the file uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 543.0 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae81bc645a45b9d106c958cd6b92f41c07825b77780b0f60b0cc96a490a1ffb3
|
|
| MD5 |
36d593e3cfa93d7b44d15f5bafa4d866
|
|
| BLAKE2b-256 |
1e1e728a607e4d498de08a8217d7b866ce3285da3c3aee18a16c6b0242025380
|
File details
Details for the file uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 464.3 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7ac49d69c454018f3075990240b3cf8235632a66937f11e6e2d7db8095618c3
|
|
| MD5 |
7de181f538c4e0331f2e716ffa386063
|
|
| BLAKE2b-256 |
e70d48bb286ec834a1d98650fd670909f1c9bf4b4ee18139be67eb24c9b40290
|
File details
Details for the file uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 279.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91567dfaf7fdc83af770c7b7f0380909d4ef330ed2f599c84c0036b07765cec9
|
|
| MD5 |
bddca29dc371487a746c1ab324095e18
|
|
| BLAKE2b-256 |
a2240dfe6946f0930bc2ec6ecd2de7a624158ac6e5c9ee40ae8e97483ca5756b
|
File details
Details for the file uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 320.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
823a31c3a0752267038ac45c59b3e668021f4372ce93563f0e0ee2105d7d1168
|
|
| MD5 |
255211cd07e3b9eaefbe8fea7817f498
|
|
| BLAKE2b-256 |
12ed015fc08ba6a6f544f96b67b254609e099616069a1b43eb16ff908e411bd0
|
File details
Details for the file uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 319.8 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02090097eb24f2240e3e2f9fde350a99b1a116811abbc357bcb4f7ce9447dedd
|
|
| MD5 |
752baac0ff95227e821600e0a4096523
|
|
| BLAKE2b-256 |
c29699f53996ab4712f5b7b01c7360cc12cf6fca3f57ed1960cbf5b0d30ffdeb
|
File details
Details for the file uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 288.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e032fc88e918b4891df96354168a546eaac01ae64c9b82d1e749968c56b96519
|
|
| MD5 |
c2698b5c81adc545089c2e5a2d0fd571
|
|
| BLAKE2b-256 |
1d2395a1b75ceea2c3fd17d9a4e47f8948a06fcc5735d056fc1dce2b369b0e1d
|
File details
Details for the file uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 286.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94282d1610024048e9fb5ca855ae6c2182fc68bbe56b91bdd84e2bf9b23c3eae
|
|
| MD5 |
418b00377a737f92c86162193bcaf42c
|
|
| BLAKE2b-256 |
9a9ae9ebc400edaf6a436e158d95a16617b8a87eb778e63f9cd81388fcb88d82
|
File details
Details for the file uuid_lib-0.3.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: uuid_lib-0.3.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 291.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56412fab7ea8e0fea1a53323820225d852109492d37bb6d51859c763ec0c383b
|
|
| MD5 |
45e2de66102ae94bffea724bac10d3f3
|
|
| BLAKE2b-256 |
725d10962825ac1215278dd1adff4789ed5bc885f706994600ef905549ba0d43
|