Python bindings to DustMasker, a utility to identify and mask low-complexity regions in nucleotide sequences
Project description
pydustmasker
pydustmasker is a Python library that provides an efficient implementation of the SDUST algorithm[^1], designed to identify and mask low-complexity regions in nucleotide sequences.
Usage
pydustmasker provides a DustMasker class that enables identification of low-complexity regions in an input DNA sequence and mask these regions.
Here is a basic example of how to use pydustmasker:
>>> import pydustmasker
# Example nucleotide sequence
>>> seq = "CGTATATATATAGTATGCGTACTGGGGGGGCT"
>>> masker = pydustmasker.DustMasker(seq)
# Get the low-complexity regions in the sequence and the number of masked bases
>>> print(masker.intervals)
[(23, 30)]
>>> print(masker.n_masked_bases)
7
# The mask() method returns the sequence with low-complexity regions soft-masked
>>> print(masker.mask())
CGTATATATATAGTATGCGTACTgggggggCT
# Hard-masking can be enabled by setting the `hard` parameter to `True`
>>> print(masker.mask(hard=True))
CGTATATATATAGTATGCGTACTNNNNNNNCT
# The `window_size` and `score_threshold` parameters can be adjusted to tune the masking
>>> masker = pydustmasker.DustMasker(seq, score_threshold=10)
>>> print(masker.intervals)
[(2, 12), (23, 30)]
>>> print(masker.mask())
CGtatatatataGTATGCGTACTgggggggCT
[^1]: Morgulis, Aleksandr, et al. "A fast and symmetric DUST implementation to mask low-complexity DNA sequences". Journal of Computational Biology 13.5 (2006): 1028-1040.
Project details
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 pydustmasker-1.0.2.tar.gz.
File metadata
- Download URL: pydustmasker-1.0.2.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22f36da02c4058a48c940616fdbc5f5525fc9d84debe856a306574efea70f5bf
|
|
| MD5 |
d03efccef9f7e586d5862cf99fb4c0c0
|
|
| BLAKE2b-256 |
ba66d6fba5eb5f6b604935f50a906613ce8dc7f74d945817b5c6465db2629675
|
File details
Details for the file pydustmasker-1.0.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 454.4 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d2e636908bc87b8c3e2ec7392bf7d7aa76df2cc249118cf1aa52d4ed7ce6522
|
|
| MD5 |
377d32f1eb330936bbb47c2852446c1d
|
|
| BLAKE2b-256 |
2470f19b2fc9bf0982dbaef973774fe87f192a2e98a4dd7ed1c9857edf7c150b
|
File details
Details for the file pydustmasker-1.0.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 484.1 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79ea415605eb5958957f4bcaa0de736dee0f04d438f263d335b8b5bf0ce05b10
|
|
| MD5 |
a7e45e21490c715b92ded61255f8f303
|
|
| BLAKE2b-256 |
4d582e941585dede0fe0e783e6d179c980ad54c14fa82e8ea9d8ad62c0500391
|
File details
Details for the file pydustmasker-1.0.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 554.1 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
034dd3c394b95a0c30ec88d91c04f93a910e5028580a4f2f92db8cefc92a47f1
|
|
| MD5 |
db8cf4467857460c5d035646ace63fc1
|
|
| BLAKE2b-256 |
2f4caaa388fb66aed2bfcdcd9cf2696bb710957a0c7e19b107b9b968ac87070f
|
File details
Details for the file pydustmasker-1.0.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 461.5 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e032e984bc786f22be1e593d1ce09f78ce5aa596f2e0b746cde52bf3cc42a59c
|
|
| MD5 |
5cee96050c90bde09849f9676fa3af1a
|
|
| BLAKE2b-256 |
97952faf9e6e0ef5ca83d04f6e63ba90a5f63562764abb7587e40c40e64d0b36
|
File details
Details for the file pydustmasker-1.0.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 283.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3ceffce16ac49979e15185393858b83f2a7152fbfde1f0d763e002dbb71a442
|
|
| MD5 |
c736fdd0e400c66fd226eebbbc11c0af
|
|
| BLAKE2b-256 |
8034c785a13bdbae7c1f9bab4ff2f002a5488b4046bb18c01f38ae2d87a52a80
|
File details
Details for the file pydustmasker-1.0.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 317.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bc2a7c6c6181d79c4ccf4cefed8041c91d01cdeee2304ac0b18236aec9586b2
|
|
| MD5 |
67179c1f3f7131760fc59274255fdba4
|
|
| BLAKE2b-256 |
3932d659eb3e52c138bae169086b870b63c4eadd7d799fc570c1a37685736c70
|
File details
Details for the file pydustmasker-1.0.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 423.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ea22451bda346e498a2d5d8adb7d089b7421bf18d60e95d5338ac5f10b6fde5
|
|
| MD5 |
50aa8df9edd07efe477872c05e33d3f4
|
|
| BLAKE2b-256 |
12b11f07f69b6c58deb0c547ac1aa6fb5852c740cbade518cdd5ffa0e7b2a3d4
|
File details
Details for the file pydustmasker-1.0.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 292.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44e6436a97ab3ec5b2e5851c5930a17a369de650ba6e32a84fc188a9474daaca
|
|
| MD5 |
b7d1a9262e592dd3cfb7bd3f0efcd6e5
|
|
| BLAKE2b-256 |
ecad80c21a9320e6a0f6c8fd9ee2f92ab400edcaca7a652a9438d1cc5c34382c
|
File details
Details for the file pydustmasker-1.0.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 283.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccdb8a08c2a15d7e94e35147063c84ae30675660c838fddbc1a80f5654b95044
|
|
| MD5 |
2bd7f11dfb627e0b3032b542480e1e38
|
|
| BLAKE2b-256 |
46c0ac05e83460d99af814f984b99803902a9938ffb659b487a7a9da9007cc9f
|
File details
Details for the file pydustmasker-1.0.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 305.2 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7589bb615b9098f061b8db73ad3a568bc202399c019e92911fb4bd5a3d4a9267
|
|
| MD5 |
3523235e28ae1867aba1ce26c994a2fc
|
|
| BLAKE2b-256 |
dd4483ab47bb2a300170187aa7fb54977f1ba9be4becb52d6c3f01e3fd67ab05
|
File details
Details for the file pydustmasker-1.0.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 454.5 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01ae513fe76357fbb7c52f708121739da2d80b06fd4295dbe55d2b0aed93d8a4
|
|
| MD5 |
9083bb19eacc35a1402c65a3acce386d
|
|
| BLAKE2b-256 |
13731f8896f762c7fbdf13ffaacf473235847458477942ab2d449daab7b31acd
|
File details
Details for the file pydustmasker-1.0.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 483.9 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
621666b3e5a601547a37a46765233b1712a0b0ea5617715ecd590e39aa1c6a2e
|
|
| MD5 |
c2823aa94260c1097a599cf88165681f
|
|
| BLAKE2b-256 |
91bdea506132637bcd3be0ef06edaca5570ce8a91a0479f493512976d16bb1f8
|
File details
Details for the file pydustmasker-1.0.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 554.5 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0574b5264d4ab4e54e3014f7f263f17143b36eb38b99b6328c21b582cf0f28a9
|
|
| MD5 |
0c3d95a5383884ca0b8065692124dba2
|
|
| BLAKE2b-256 |
8e2ace8fc908b21f857dcf895180c2bfe76380102a7eb5663ca65c1b68ecdc97
|
File details
Details for the file pydustmasker-1.0.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 461.5 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de91f060149261409c06e3a005ef6aa5e50e2e3a5b64a3d28b346293ae8ca44f
|
|
| MD5 |
3bcc311839cdcb95d57b336800e9e2b4
|
|
| BLAKE2b-256 |
37233e5c2be945f1fcd166eaf72db3b60983cfb6557da6dce91b8c4a57adb360
|
File details
Details for the file pydustmasker-1.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 283.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43ffd50b35f255094aca8133ba9bec5940edad7836e1ff6b5cdf81c7d4c07319
|
|
| MD5 |
0f52960bea46019a97b15b535fce9547
|
|
| BLAKE2b-256 |
2b3d3c648258b7f5cd394ba16a093b05f39082f9fa3ec07911ecfb6a314e893d
|
File details
Details for the file pydustmasker-1.0.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 317.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
214372866390117ec951fde095b7f20b632ac7afe52397d178d5818d389ad9eb
|
|
| MD5 |
cc040bd8bcac8f431dda80b76905e8af
|
|
| BLAKE2b-256 |
c9781556b1bcd242c5ebbce012a2163005c82ffd8b4ba802a5ebf393beb23a02
|
File details
Details for the file pydustmasker-1.0.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 423.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce401b3f133813300278b426218b89fc6098f42efce1de3b32200ff6aa9fd974
|
|
| MD5 |
16303bdbad4177099ecce4d41f6a215e
|
|
| BLAKE2b-256 |
1649bc904a0a0438f6f0453e7a45e3ebffb5f7c7aa0545c82311fffdc767b523
|
File details
Details for the file pydustmasker-1.0.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 292.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af094b3958b67369c5dcae669b0e2ddd394b9ece33148f235006c5e94f24e5c3
|
|
| MD5 |
47b92f4f0749e9d811022b8ac6726c53
|
|
| BLAKE2b-256 |
be04903d71908e3ffab2d88fed16a519b85906f060aceea00c1a8f565235e8e2
|
File details
Details for the file pydustmasker-1.0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 283.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
892c2b1dc44e043d4f1635677f919c530d42380c5556fbb9800fc6bfef55ec4e
|
|
| MD5 |
bf780ced12e70e9e11bfc4b1270e59d0
|
|
| BLAKE2b-256 |
7f2c7d8c24e7a9a48aa80873e87f28328c17affc47674850cb0fc2d1a4c3e136
|
File details
Details for the file pydustmasker-1.0.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 305.1 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe0256032d5e61eb91f212f2116db99f6ddc5ef450676def7fe4ee3a698e790e
|
|
| MD5 |
533182058161d57a52c36a31c7f8020b
|
|
| BLAKE2b-256 |
517522840187b62a12e64ffbb3c172e9db3e91a4a6f0537222f68e2cdd3e6969
|
File details
Details for the file pydustmasker-1.0.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 454.6 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bbeaf4cc9d60ed5aa241b5217e7317bfee0ae98f6b9273aefad3e13ffbfdc1a
|
|
| MD5 |
611f2e441481b1de972899902a31d352
|
|
| BLAKE2b-256 |
e20c99b1a48d6373a8ffcb32ac1d756fd170a87b01a68ba4782e1887b1eefdf2
|
File details
Details for the file pydustmasker-1.0.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 483.9 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8cd37225322bf3b807ebee03bb36eeb9193ed51c9c08a59b792b64b810edaa1
|
|
| MD5 |
4b7fabdaadcc2f82fc5a285088fc15f6
|
|
| BLAKE2b-256 |
6de9855647d0af984c9dc94f20f5f3f82b0ad55fb4d322fddb12e985f8c8b597
|
File details
Details for the file pydustmasker-1.0.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 553.8 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6f5252d04f75dff2cbb72e98877a66c6037138200afae201e1ad38df87ad810
|
|
| MD5 |
d3328df293494f2e3363ba77a8e5fa59
|
|
| BLAKE2b-256 |
161125f7b6fa31b599160d6daf6812d4b9a90b049e6bf2c44ad2aa6f7fdc7493
|
File details
Details for the file pydustmasker-1.0.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 461.9 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bad394401df12fc7baf2aead5a5c2ac12fa7f36b347ab5e1fe074c7ba9800ee1
|
|
| MD5 |
9e40c3c2f39d7f680223820c56864901
|
|
| BLAKE2b-256 |
9ab7f79446472f3fca36ddcf2d34208a5b5f1485626b4315f9c4c5ac55899628
|
File details
Details for the file pydustmasker-1.0.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 317.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86425c0a5eb490e1ee443da51c77a994d1bd4c1b8035c3a22baf2a8af2e914ce
|
|
| MD5 |
0f7ef0a8b203d997d27a0e9c17efd365
|
|
| BLAKE2b-256 |
93f4da6dd3fd8a15dcc481a5038e0ebca2db9d9b17660e43ffc2b305267649ef
|
File details
Details for the file pydustmasker-1.0.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 426.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
684a91dcc2490d34c1ad3076c07d507cdf92f01158bfd5fd7771e84f5cf1192c
|
|
| MD5 |
9e38c1330f876956aa70a2c1c85b81fe
|
|
| BLAKE2b-256 |
964980853dc9c77ec3b25b179a7bd302a62df13ccbfd124997ca1f675ad23876
|
File details
Details for the file pydustmasker-1.0.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 291.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6972e2d1d4b89644991e9e721fa9a39cccc0512dbab58e526d8e79bf94b502c
|
|
| MD5 |
515be2a2e0bb5943d6fe231dc375af3e
|
|
| BLAKE2b-256 |
eaac562ee78b295f94f5a31a4df6830febf11040bf393fc582abc078eeef222c
|
File details
Details for the file pydustmasker-1.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 283.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75305a302512f222a439dd94045d9f9c8e5a8692b79f0458d93bf5389209fdc8
|
|
| MD5 |
3e4306e482d50308ea551c0d0bf19927
|
|
| BLAKE2b-256 |
2e41397d7d394265d06fd5d03d3e3b50b9d2b401746d3f9469a44d67ea3d0c87
|
File details
Details for the file pydustmasker-1.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 281.8 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbab4bc236ad908fcfbadbc90b35ad49e7425ea55fe77299ac70148abf68a44e
|
|
| MD5 |
9b95a135dcbd181affd60a7899641b49
|
|
| BLAKE2b-256 |
5219234d60de97b67610f37c17d6bdc6df2af34b12dff15bdd534247c3415098
|
File details
Details for the file pydustmasker-1.0.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 302.8 kB
- Tags: CPython 3.14, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
973ce785a854f50818dc466bdb0d2babd51c229c500687de262e8808e2464d2b
|
|
| MD5 |
a9e1904624a38a56e6fa4ff05ba13952
|
|
| BLAKE2b-256 |
002ef335ca3590e0adc47e952290bde3f2d88bd79fd395fafa36b5e8ec8f6003
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 452.8 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6fccb3add91708e13bdb55726fe506399901083705e84d1e611fb4ebd675ed4
|
|
| MD5 |
6712dbe1dd97de714db401177472d79b
|
|
| BLAKE2b-256 |
85afd1d4d0c2114787503b82e490c9089e20d107e6b3b3dadaf1d5672e802ae9
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 481.5 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9c316aeeeaa43560a2e39e4134e5c2554c9970011b7577a5ce59ad561a63b40
|
|
| MD5 |
2ef2bfee483d404df04406eb4fde8915
|
|
| BLAKE2b-256 |
060c767494208b7e6dffb41a6f6e1e6327bcf1cf19f4d7a0131e9a22cc5639ac
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 551.6 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c7a85a8f35b9fc356fc102d6f228c59720cdb4a778711d59e11492783e594dc
|
|
| MD5 |
0848d43066f980b43a858033c9b7302f
|
|
| BLAKE2b-256 |
54be14008aed7e394f229ecab41fec238bf1c037fc7e2a65e71452e95d886262
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 460.2 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d90ee0767298453a7e99616e0c92ddcaa15128dbd7a129fc9bd90dd9a67e456
|
|
| MD5 |
ab9e208a29ad1d5fb2cc64032edb4850
|
|
| BLAKE2b-256 |
b018eec6be3f228b92d882ae5b90b358cb3d4a47ccd8b6fdfd55d0f8ee0fc68c
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 316.7 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1ae72ffde5fecfabe48eb93be57efbb0d7726eeba232847f2e87c618a1a492d
|
|
| MD5 |
2d315b7c944002019fd04d824a69f33e
|
|
| BLAKE2b-256 |
93861771e6cc4413b5b5d1db82d9d38ada99ff391313a47d49e49d8c2fbfbdc7
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 422.0 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
914e61ca0f0f65275e0cdf31d17e23a6dab75f46bd34f16d66ec7b9876c3ba43
|
|
| MD5 |
1f2d8ee402ef99e611397e07c03a746f
|
|
| BLAKE2b-256 |
e4020bace5b9918278e3049401442f313efea65be7ddfaf685b83502cf93575a
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 289.3 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24b9f4724f885f219fd7f17dd5e1bfc4304c491aebb065bd25e3079744012c50
|
|
| MD5 |
e671a7394a98ac835f39c8282512be84
|
|
| BLAKE2b-256 |
b00fd41d1df3fa4b881c44797d1304c634974ef107e5d66af4dd832077136301
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 280.9 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c269d32065e934449559454c60fc52313246267f7f808f6aba35066d2bc0360
|
|
| MD5 |
16ef0b0f15b842ce502502138600ec8c
|
|
| BLAKE2b-256 |
bc0fcb5155ce31f88d911524a6f6e49e4c705a7051ac842d15342676268eb20e
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 143.7 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef4210403031e1a156141e12a0cca2a66f58fc7c3c79088336304b104192013a
|
|
| MD5 |
7c0c2a2dd4377ce6199fcfa23178adb0
|
|
| BLAKE2b-256 |
765ced1f1e3feb1b8394a06127afc07ce054dfbfeaa5f52fb9b25cb1f93ef7be
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313-win32.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313-win32.whl
- Upload date:
- Size: 137.9 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d083c0d565c98ed4e166d2df1446be04f196116d794f8e3832629e1b6c17b0e
|
|
| MD5 |
f54113d1e97e649c18618fcf403c3053
|
|
| BLAKE2b-256 |
e6e3d95601b933203fb107bcec3631f9af2b5d5123a1e8e88a1f95cbe8f8959b
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 453.0 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70b450079d26058cf38416a2c212d6571c4652e943689e6d76b6764868844600
|
|
| MD5 |
7164a706b50f7fc36b12640f1e5de205
|
|
| BLAKE2b-256 |
b58c8a60cc550e00ed8a4c527b1ec90ef6daecd150d0d0e00b4011bf8520c695
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 481.5 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c0a35348e50a2f4812647399f24bf3ee75c850e78b853188db9ae18ccd7e394
|
|
| MD5 |
4e8b6fc359b469f0fa838d95429c5a83
|
|
| BLAKE2b-256 |
963e36674803feb8711a58414f0184dab61d022292ba7fb0316c0b05b3094c75
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 552.4 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52de86b32e18ad093a0fd1a3174917f382ca3df3ce8e841d00b73f288b40f08e
|
|
| MD5 |
84a6fe7da75d2822b4d7c42c2e5e914e
|
|
| BLAKE2b-256 |
2249d3089bb6b8a703552c8c1b6b5c30328e5e93ed1af16ac3ce1d1334554611
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 460.3 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6f54ae2a51eeb57f36c719e01eec17b5382c88128da867f4f7afd9417fac7a6
|
|
| MD5 |
3ff8e1638ef0b771238e4c69ec401ba9
|
|
| BLAKE2b-256 |
ca567a1634cfde823fec956b074948510b5a2fe95e7747d7ee7e4480c0603319
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 282.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2a19d01b4048654f253a5fa2522801e37a0321c91c35bf52bb5014c6907812b
|
|
| MD5 |
d4387b7563ffd34e4dc80a9ba6463f59
|
|
| BLAKE2b-256 |
6d79a88c4431136adc7a920edf7af991817325301128ae4b78e31e28f595c5bd
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 316.8 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0a1b4bd2a2b604520f315125fa34cb5a2454833a5ca90c2a0175b5baa60c7d4
|
|
| MD5 |
232d0a6a5c9dfdc3ec8e453a19ff1371
|
|
| BLAKE2b-256 |
e8d154eea9e4aacf7f8622760bbe5fa9a71a3df9dca46c79d48e529fcf123617
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 423.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47ae6abbf3a3acbda6dbb6bf3700ef0386f4e4d96f4c2c0b75cb2d783ffb376f
|
|
| MD5 |
6089e2c8e2db74b7187ade1dd8d8a164
|
|
| BLAKE2b-256 |
0f1ce1d1cd48eaac5b2a756dfb9006cf55f2f593b1d123bdcbbe9ca0856d998f
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 290.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02287e82e50cc53ce15d694e49b679b47448ade0798c71759c00816624a15498
|
|
| MD5 |
a05747635e75c3ccab1d32dbfba0f40b
|
|
| BLAKE2b-256 |
7641b114db2c6f2b250e3d441ea6434b7b82bae0f619c12f683757c5e8fcd831
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 281.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a85ed7bb53072f4a2d26f5bc81f3888d887a0ea1e0352c5e852d400128e1182
|
|
| MD5 |
3bf4c27a77b33aeef53621f644044b70
|
|
| BLAKE2b-256 |
38332f87177e3cf4df9e5549b3193a336ac41738484a5ad696c37796490f8b38
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 302.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30205b4afd33a118709f05407e2298ac97b1d97a480562619d80821e819c83c8
|
|
| MD5 |
6e1688363ee070c7a7d9270e75a1ebd8
|
|
| BLAKE2b-256 |
23a4c21057b983a07fc1b5d272ada5e50a8cfa0201a28a8888ff3a194dbf4507
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 247.5 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e634000973b15d5dddbdb2454c09cdef43f9060e4f16504418d8d21fade32db
|
|
| MD5 |
bab1d974860a34202551195653d3f01a
|
|
| BLAKE2b-256 |
25b7befb1653251e72236b9f61d2ad86c956779e2f953b68ab2d6b642a00d9d8
|
File details
Details for the file pydustmasker-1.0.2-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 253.2 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c47a11cfc50d0016507c847e9bd329cceaa776c9df234d29933263a98c27da8
|
|
| MD5 |
c3a063700eefc31b1b30b32271911d99
|
|
| BLAKE2b-256 |
42cdb88c983c8f1745fbda8eeebce67f7ea440000d0d0151ebbeec0ccc8836c6
|
File details
Details for the file pydustmasker-1.0.2-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 144.2 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2815d8d895b0d742240208a55a4f04ee5f7f6278aa4bcf308d3f3e22dfe5a75
|
|
| MD5 |
ffa2b9b22a228495e5e32532dba35f33
|
|
| BLAKE2b-256 |
47e8102f1ea33b31c76a5317decb379048fc4f2d9033e48f0f93132fc40e59ff
|
File details
Details for the file pydustmasker-1.0.2-cp312-cp312-win32.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp312-cp312-win32.whl
- Upload date:
- Size: 138.5 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3682db5ced4ce7125e15561986fa0889fd50b1559767d457b32b7c7596f612a
|
|
| MD5 |
7c18b4846f6ac24e2add6a406ae37dd2
|
|
| BLAKE2b-256 |
8bcca41b06e70a0360cda00102ba441f1c64ae24f996460bb152981ef2b72570
|
File details
Details for the file pydustmasker-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 453.4 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8e51af8c5804be2fdebb94051ea70a7529b94819da97813f23c2cd0d5c839d0
|
|
| MD5 |
94042a940aacfde4d057f0ab56b92c25
|
|
| BLAKE2b-256 |
67af4271b756673c991081f0613498d7e3c46405d2150d528987847b988c0e74
|
File details
Details for the file pydustmasker-1.0.2-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 482.0 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f05523ba38727ecc517116b5a8c25a272f4ea9bb77c94e59199b846829cc0e20
|
|
| MD5 |
e268f6ff5ccd03f648645fddf7bfbe24
|
|
| BLAKE2b-256 |
8d40324c0871fc07121092887735a59b87906a619459c67178825a1ed9865f5c
|
File details
Details for the file pydustmasker-1.0.2-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 552.5 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d24110874fc2e861df6231431c04639125d12b82cb1849c27d6b7b1a8114f97
|
|
| MD5 |
75d03b424bccd7579924c43b36f094d7
|
|
| BLAKE2b-256 |
6e9bc8576fb2be382a42cb021ad27fb363e28e5bc106b0b926fcb9d200bd9150
|
File details
Details for the file pydustmasker-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 460.8 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03cb1b94e617d712ba6e5a0ff5daceac77aac5aaa36e172c7136e774fdcdb725
|
|
| MD5 |
70a39dd3581c59ce262be2d8c8b39310
|
|
| BLAKE2b-256 |
192e0a0b9478c9c1ecc3464b517c1748d9b995a81abd6d359e372abb12c091eb
|
File details
Details for the file pydustmasker-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 282.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7d90647734da8823881b15636ad11f2fead702067c4f0d9b3ea244c92d26c3f
|
|
| MD5 |
7d2a53d2b23b31b406cabd2468803821
|
|
| BLAKE2b-256 |
10b503f779725f4dbf6a07ad6a88b123cb6641961a64093e0efc4a0c200be395
|
File details
Details for the file pydustmasker-1.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 317.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c93b9f806dc94d9d95cc4ee4376f0c5361fa7d8818c1094cdbf53254b647d343
|
|
| MD5 |
50f2fe5f8ac1fa8ec617daacaa75f0fc
|
|
| BLAKE2b-256 |
09551a5dd6feb9787d59e63e6176c08d39e467beaf6d002bc4822e67580c55f0
|
File details
Details for the file pydustmasker-1.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 423.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
692536affdc624de9b7d6eb023fdcdfec0d5c9e2566dacbaeaf382ae4dd219e1
|
|
| MD5 |
a272583c44ccc9f166dcf93e54040004
|
|
| BLAKE2b-256 |
8cb7d400f597bdaca10e00f5d7ee18f8fa370cb467c1db6a202287d527807796
|
File details
Details for the file pydustmasker-1.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 290.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad6aa0bf6e9613f381a9369906ed57c666c617b08004cd7d6d9246affbcd5d24
|
|
| MD5 |
c2fa5c960fc9ab910231a8fadb600a0d
|
|
| BLAKE2b-256 |
4c5190b03b3ced9f963a71cfbaf436595b87790bb4fe1f49ac89924a3d490d71
|
File details
Details for the file pydustmasker-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 282.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ced63c69dae9f1757bd5a585b466628a9a90fd6800245602bb9a6da25b539ac8
|
|
| MD5 |
f0d7f1c91374bd3e0c5309235e0933ec
|
|
| BLAKE2b-256 |
adc30c3628ffb4124d6a98136bf6a656323c688cd693d2a1d5483b591711a297
|
File details
Details for the file pydustmasker-1.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 302.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
805506617204b3e5fe6857d34b59825534c21af62ca556f2cc1be8fb33b12e8e
|
|
| MD5 |
6bdd2e2cfa2d637a5a3c3fcdf02dfc13
|
|
| BLAKE2b-256 |
3a8dbc3bd7bc970f7188b38ab90d19a6c70bca32a39bdeb2c399684518c9b963
|
File details
Details for the file pydustmasker-1.0.2-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 247.8 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8bf699caaeb9f8d7247531f7a472bc1e29739b8f4ab263917e5c25a458cd2b3
|
|
| MD5 |
f5658f19d4c2227cd6bddfd5e41dee8d
|
|
| BLAKE2b-256 |
3ff09709b2f87599eabd9c08be411f392cd6fb34c51f7775a9f805713cc3543d
|
File details
Details for the file pydustmasker-1.0.2-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 253.4 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7230ba3893333b71ae88584e4250f20bebfef0a98ac961a4d41cb287ee03e78
|
|
| MD5 |
eac6a09f73d64285112b071af17d0c5e
|
|
| BLAKE2b-256 |
77976a9d29d1d5dc0b95e690ec852fe2e30014e930fb067a74368ceb232c3120
|
File details
Details for the file pydustmasker-1.0.2-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 144.5 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2de4e9f7db737f107d61f5ff97bf7d15b1f25d4bb537b2ec0e94303d12f6126c
|
|
| MD5 |
5424dd56eb3ea2e402a1b96ed81a80b7
|
|
| BLAKE2b-256 |
8f85883a297d1e65e824d817dc1b5339e3d372f1ef4c537521d683c5a019af73
|
File details
Details for the file pydustmasker-1.0.2-cp311-cp311-win32.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp311-cp311-win32.whl
- Upload date:
- Size: 138.9 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c7b97d9aabdc8d27e47ff2b0fd89b3ac29086a91a98e1ba08bd46e62dacea99
|
|
| MD5 |
a7352e4f93370898d0edf07b10bd70c9
|
|
| BLAKE2b-256 |
4e3b81619902216f262480d47be22882185ca73a9aee396fa2060207c9063e50
|
File details
Details for the file pydustmasker-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 453.8 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51dab9018f0faa28d6f1ff334b7bb5a2bd37ec9287fb99c511e3e0b108fc7b27
|
|
| MD5 |
a818e87352ba9889918b78f03ad62a4e
|
|
| BLAKE2b-256 |
13b32e94a19da8e6a55bd43b8c4b691a8924a7773191a8fcf0e3645f39503c70
|
File details
Details for the file pydustmasker-1.0.2-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 483.2 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e8b05d11ae81ad5b493c2fa7514cb1f9c1094ed244cf9a4ca906b0496654a26
|
|
| MD5 |
5504e2c6dacb19fd35394e6ffc5c77cd
|
|
| BLAKE2b-256 |
20d05e7cc6d89db2c52cf5ddb1a39517bc03a1d0b1790ca8dc028d5d1e4b5fbf
|
File details
Details for the file pydustmasker-1.0.2-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 553.4 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7f05af8364018682b8a7924deea1ee1411c1c5f21036cf94473a6a5c537310f
|
|
| MD5 |
e5c1ce0913b4911e14524b2f038f142c
|
|
| BLAKE2b-256 |
1b83d44c34a64cafdcfc96a30ca3fd69ccdedeb587909eb17ecfd7856318a6ca
|
File details
Details for the file pydustmasker-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 460.6 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba5142f60a8a55dcc0f4247cdc9e378c50ea97b3c1cba1a328117a80bf4aed4f
|
|
| MD5 |
ab5745f2491771982e1a7e58acdac5dc
|
|
| BLAKE2b-256 |
be611512f12a3a3f78c629b71d111a4a38af3df8a59e14a0e6a90193c67195a1
|
File details
Details for the file pydustmasker-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 282.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d09d6662d0c3619fe2ffb38eca21240080d3f8c537c84f1af4cafa44f68bcc1b
|
|
| MD5 |
bf7adea9879c1263a31ef3ec95f69c0c
|
|
| BLAKE2b-256 |
e8363bd3874a5b49b05f74f8746601e83b0c4ec8bbe40b4532558d0032e51feb
|
File details
Details for the file pydustmasker-1.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 316.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b03cd4a60b32466b8898731c459a4185163c04d71f95d39788a258b0d742616
|
|
| MD5 |
66217bccdd87126b3e8f648d449ecbc8
|
|
| BLAKE2b-256 |
deb227c6ca106217fa3c876bcb04652ab1fc967d5bde4f09a17002b8ef1aae28
|
File details
Details for the file pydustmasker-1.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 423.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
015e8cf8f4fce9d565b445f0aa9f657a5b9ba091b6b78c3a85759d488982b1c0
|
|
| MD5 |
5c3143ad071eba19b1591453f4d27b93
|
|
| BLAKE2b-256 |
3c980af523101a8c43e5368d8fe9ec39afc79252de9542f89411cd976ecaf2a0
|
File details
Details for the file pydustmasker-1.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 291.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d35e3a6fcf23fa5e08baf950aec7481ddd8e0a1437a15b766b7daa477b763f65
|
|
| MD5 |
0bcb87b08cfa45c998f8a3b5732b387a
|
|
| BLAKE2b-256 |
8483cbd372063edf92e3f53572b7c29663b97128a8f6d69d410b685c1bc21042
|
File details
Details for the file pydustmasker-1.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 282.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e5422c0d89810a5b9049cec80d9ce796a62aa864eab34554f5ac461db452f8b
|
|
| MD5 |
b9326597f5bc5696dc5e239790cb39fb
|
|
| BLAKE2b-256 |
9d46f25ef091102b9d600824d1ffee61baffaa4df3c72328badaa606cac2d7b4
|
File details
Details for the file pydustmasker-1.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 303.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0df070afd73d22a041ee20b8a648c0d0f31465239771a4f4890097c72083f00f
|
|
| MD5 |
956ad80b300f22f9d360bec9afb7929e
|
|
| BLAKE2b-256 |
6a5423654719684ea50f6b6cb01889ce6287e709316472955fcfdaf8a464abdc
|
File details
Details for the file pydustmasker-1.0.2-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 251.2 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8acf3fd11a23a6d9072c636f4553d69a5b9b72247ef8f25bae24d868604f475
|
|
| MD5 |
e0e3e168c11adafb4c9fba91352bb631
|
|
| BLAKE2b-256 |
00be58ca48e6b2c63c6c1874081a7f5a65816fc7172ad37b276221d46489117b
|
File details
Details for the file pydustmasker-1.0.2-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 256.9 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
268f00105374e00bd2629ba12df944423ea09793b77140948ae31825ffcaec39
|
|
| MD5 |
3d0a4988bd25aef38b3d4bded5f46529
|
|
| BLAKE2b-256 |
0af1a0057757dd447ba8a15f22219f55f4317d899bff06517dc176b736a1d323
|
File details
Details for the file pydustmasker-1.0.2-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 143.9 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4da5cb6f6e13c11b6e435e8ba8468865dda40833ef64db97d00933bc99cab49
|
|
| MD5 |
213948b082841927bf54d7bcc8d323b3
|
|
| BLAKE2b-256 |
735a4d7a51edbb263b54f901fa32a201c613a59e7403e3f0c7689cc1d489d69b
|
File details
Details for the file pydustmasker-1.0.2-cp310-cp310-win32.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp310-cp310-win32.whl
- Upload date:
- Size: 139.1 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b1f459589a16f4d09151562eef88cdd85d9d1aa4d04e4a51f3c6537f963fcd3
|
|
| MD5 |
80c1376e5f20974447452b91b866c791
|
|
| BLAKE2b-256 |
126a75feb9c2a14601d8d8ac55b397c27edcc6e0d041833dd7ea838eb67c22a6
|
File details
Details for the file pydustmasker-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 453.9 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bea152912d146a80ff0e3739296febca74306b4aa53eca2bcc4da43192a8c47
|
|
| MD5 |
5b85fcdba61489c493a04315fc6e4250
|
|
| BLAKE2b-256 |
07b950c928f1d5197abe6b7cc5756ae087a1f1c922bdb7084107e6a30b7505e0
|
File details
Details for the file pydustmasker-1.0.2-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 483.5 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecc13bd0ee9a0005af6418f4678b363cef0c724fc8426c9a2c8ac48f9b31df8d
|
|
| MD5 |
090dc53fda3210638828113b13400e29
|
|
| BLAKE2b-256 |
2a11dce4c66931cf38396194ae614214aae76b2f1a007728adc0bb7441e1e0b2
|
File details
Details for the file pydustmasker-1.0.2-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 553.4 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f75e7509e7e1863a6ef3925b5cbbcbbf171fd612f4e060296c7905decf04946e
|
|
| MD5 |
445979ea9b8c8fd2ea5da3b6d272405d
|
|
| BLAKE2b-256 |
9c4af06dc5cf5f0365d997c6b16fc21af75b08a4a7f782586b3ef994419eb4b3
|
File details
Details for the file pydustmasker-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 460.5 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f61ee989c219a4b7ece2481e41ebfe071cf49e7b16078bf6d0c5ecba6d19bfdf
|
|
| MD5 |
d818c7fd0c5344531646a36513560352
|
|
| BLAKE2b-256 |
c576d339448c79a4d1c7e7c539631e2dad78c8e3080d57e9dc2291836cad2f96
|
File details
Details for the file pydustmasker-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 282.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2070c1dae92b615f4ffc3dff3bb517989b4aa8b442c5e64aa269a1ab1b358ed8
|
|
| MD5 |
2a30fd604e608e56efecd31fd3830594
|
|
| BLAKE2b-256 |
af3f22875270f19ef8d6145c45893acd7116ccacdfc8ed70eecf101b4f772ade
|
File details
Details for the file pydustmasker-1.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 316.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98328fcd20a9c596c42223472c708c4fbeb7237e0c0d00c861f03a48c014370e
|
|
| MD5 |
a6b87fe74a827e497683c63aed30980a
|
|
| BLAKE2b-256 |
b14681863e781c0ec2b24888b851bcc6837831909b6c78e6f7ffcb0a33a63169
|
File details
Details for the file pydustmasker-1.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 422.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c173b9be492621027f22fc6f1f13fe4f748e85ad6aa9e6e668219957a8b9c80
|
|
| MD5 |
58086a85653dd57dcf68b1f740f421b5
|
|
| BLAKE2b-256 |
dd50a9d50e291e29742385c19a5654b431a70e4022253aae4fed6cca58860067
|
File details
Details for the file pydustmasker-1.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 291.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
167277a66ac0bdfd8651382f04f4d9f8f74707ae3c5572e9beb33183420b3b34
|
|
| MD5 |
f3ea5dfcf50a720d72bedf8d3c01b10d
|
|
| BLAKE2b-256 |
d2fd3106582cf2c082f4dfbc2dc50e65afc536720b193dc80f69f3797ce9cc41
|
File details
Details for the file pydustmasker-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 282.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebdd0f790709b02a7e6e4202ea9c41d144937319d9f376022ed1a752d327955c
|
|
| MD5 |
e0ce8e3d9edab2dae9fadec8f9055e7f
|
|
| BLAKE2b-256 |
46174fc856f163d9398f684177d52b5d8f1da0e2ae2da251231f2482628119b8
|
File details
Details for the file pydustmasker-1.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 304.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56df9614025c52142c9bb918016ae9445a6ae5f5e68fef258352c9fdd88cc7cc
|
|
| MD5 |
cf8c0f2e03dda624daccb95c1624093f
|
|
| BLAKE2b-256 |
f628be22ce2806516e1404fb89465a39f22a06d7e40e72ef1b396a054ecfa9c2
|
File details
Details for the file pydustmasker-1.0.2-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 144.5 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5eb3b9e80ac08647668494865d4a0a205cfaf5d8bf28f6973a2c9278a76131db
|
|
| MD5 |
754424288c548b967a5466af9046b3a1
|
|
| BLAKE2b-256 |
7bf47928a77081487f4fe4cf59ada15d8163fcbab4a52ad358cc62e5b10a0276
|
File details
Details for the file pydustmasker-1.0.2-cp39-cp39-win32.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp39-cp39-win32.whl
- Upload date:
- Size: 138.7 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5b2ef6bb1e696021ff2d643f3675f3dfe28090c8bb536c9e7baf076ba87c514
|
|
| MD5 |
0f5d10e75b646bfc41019c0da23cdd92
|
|
| BLAKE2b-256 |
edb7eeab962fa5e1e7cb7b52b05bf00d56473a21bca2ea1346d625aa0558e9a6
|
File details
Details for the file pydustmasker-1.0.2-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 453.9 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b565263ed7cbcc9db7eb37aa9679f70ab2c73049a727084f5e80799622a48f2
|
|
| MD5 |
098d10bf9a897a0d96f94d44a16f51a3
|
|
| BLAKE2b-256 |
a9615c0adf16e02f53ed03d4653914004a0795a66b756e5f13be8dfdc71548a7
|
File details
Details for the file pydustmasker-1.0.2-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 483.7 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f8ef14613649f6e1cae76089fdd536398a1519c852c3ffae07952bc02299f06
|
|
| MD5 |
ee12720c63ac6d938d455350a786dfd8
|
|
| BLAKE2b-256 |
14b42a6a71beba2b97046a9a099e78daf1eca0a05f3460b4fea86476ffac8526
|
File details
Details for the file pydustmasker-1.0.2-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 553.7 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
637b3cbf367aa7c8730460e63919dbafcafe4609c4fb10c41d35ad63365b5e87
|
|
| MD5 |
ee18dfac1f0bb1aae5d868f4407e60a5
|
|
| BLAKE2b-256 |
152ac04f95af50f4e526944ced801062e8c8540d7d9337b5ef95173aeedefaf0
|
File details
Details for the file pydustmasker-1.0.2-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 461.0 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
934c1f7311c30ec3edcf20f4893e979572a0dc083cfebf97976a7510a585f18f
|
|
| MD5 |
2522a3af8856e2b5fc116166942adb61
|
|
| BLAKE2b-256 |
9f13b506640043832b39c54a0426b188328fe3fd786f26c2ce3c506ef813c3b6
|
File details
Details for the file pydustmasker-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 282.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea8f3f6a1bac833672ac915e3695c99c92ed00dc68e3bed7452167b4e8e28bf6
|
|
| MD5 |
771ba0830870105286756fb5601df952
|
|
| BLAKE2b-256 |
d5a55fb90a6d474fb5b8f179e526e57281f88d0325d48349c6c02417be2e2df0
|
File details
Details for the file pydustmasker-1.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 317.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2055f53a21650c84a90df4655416af08b7b1eadbfb63dd1e4a73de27962f5362
|
|
| MD5 |
77da11ab5f23e85d428a607682fa79d9
|
|
| BLAKE2b-256 |
648fd2b565fd7d1330dab3ab10a7dcdc428fca6ebf9f131943f935b37ffe8649
|
File details
Details for the file pydustmasker-1.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 426.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fb21b0f3eb6bc55f467637630c1b06ef988f9881978644422ed19d0330427d6
|
|
| MD5 |
c7cc5d07b96ed511a77981ec187e051b
|
|
| BLAKE2b-256 |
949e50c1a3d7fd14f2a933df4fc2010d5f1548b857c3490b06b97a302d8183fc
|
File details
Details for the file pydustmasker-1.0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 291.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85c847397e20115085ab6754e707317d05750aca154220f8886fdd94742941a5
|
|
| MD5 |
1f4e91b9f3cb7276c6e74f08dac53287
|
|
| BLAKE2b-256 |
ba22e4404e2ccc52d7d2e5f207570a575b4db613e2255825b5121f0dadc449fa
|
File details
Details for the file pydustmasker-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 282.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1790de5c1d6f66177d760b6cb83fdcf83402855bb6eb6fba78aae9df0e0d17f
|
|
| MD5 |
6e3a62f0d69712057d23c8a7a6933c67
|
|
| BLAKE2b-256 |
a7ce5c45bf2a63e723da4e4570bcc5b3d7de2555eeb422a8ee02745a2e9cefbf
|
File details
Details for the file pydustmasker-1.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 304.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
224a4e298626d68ed6b00c0472908f4e8f1eb89ef31da670b0e238dd2f72ec63
|
|
| MD5 |
3aeb9d1caba05789af570bda21cb2660
|
|
| BLAKE2b-256 |
ae143c6b80faa8593a539523102cb81779f95747dffeec8179ec761294cb7a8c
|
File details
Details for the file pydustmasker-1.0.2-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 144.3 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68b0faa3d8832710c4c8e3de710d45b6cc8f1ac7c4742b6e3972fe6915cbedac
|
|
| MD5 |
2b640f2d00834c8ae49c1067332fc3eb
|
|
| BLAKE2b-256 |
6b9b4a6fbd31c07c9a6905161d17caa1edaa9a7b7c014992dd7be62ab86acb4b
|
File details
Details for the file pydustmasker-1.0.2-cp38-cp38-win32.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp38-cp38-win32.whl
- Upload date:
- Size: 139.1 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c59886906a0869ed1110935616a9e19c2c898090423c3075dfe6bc2ce10c637
|
|
| MD5 |
d0c43f9bdade0e3fc5bea0d8adfc4b72
|
|
| BLAKE2b-256 |
18ed93dbcdf7d3dd86a2beca3a3a040d5e10d7ebb354093157a87d60424c5a54
|
File details
Details for the file pydustmasker-1.0.2-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 453.9 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99108d44b814a7d09c5e61f4eb3b32cc098aa507e107204df300c1ba05a30b96
|
|
| MD5 |
54b092610263a405113deeca668bf2d5
|
|
| BLAKE2b-256 |
01e741828c1223cecfb83ae688c57eaf5f24c92b9bfde73e032407725c0ebcf2
|
File details
Details for the file pydustmasker-1.0.2-cp38-cp38-musllinux_1_2_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 483.6 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77b57a5be7abe5501367a99b76481036d08ad4ef2fe4c8e9aecc7f1afc3d48e7
|
|
| MD5 |
931ecb92154aad644c6ab7f96a301093
|
|
| BLAKE2b-256 |
a215e1efb421a53dac9f98a777da0ed65cdb49479329332b9e0484038960f47a
|
File details
Details for the file pydustmasker-1.0.2-cp38-cp38-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 553.3 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a030e421b77d52952385406f4318ee4f68821b4828aab091ba37081694dd2600
|
|
| MD5 |
7ae3046e0212a7b65f6616cb5f502195
|
|
| BLAKE2b-256 |
22e7792efcefb51fcedbb1b05e560aca30b629ad160f6c2bf308327219555ba0
|
File details
Details for the file pydustmasker-1.0.2-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 461.5 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86875be9a742a95e864bcb720583c95ca8b2483b7ba8c3be0262693fd68373fa
|
|
| MD5 |
4947ef77db217a4542e8de6cf189e2a9
|
|
| BLAKE2b-256 |
5b7caac74a73a040e126e767b45bc0a597c7bd14afdef614add99d0f9e47afba
|
File details
Details for the file pydustmasker-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 283.0 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bfe2705b28a3c0eac9eb7f0e74b7b83624026e24c522fdc795f1229bd844ffe
|
|
| MD5 |
aecf364838496c479ca071806be2b966
|
|
| BLAKE2b-256 |
0272a182de2cdbbfadece93e5bc5c70412da5d15f8248b8ea93242f2018e7c80
|
File details
Details for the file pydustmasker-1.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 317.0 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b13096d02f222d8e85f7e52439709007f9a474bfd6ba4694e98e324615b79a40
|
|
| MD5 |
887647f1c5ba72b59b25a65e8a33b53f
|
|
| BLAKE2b-256 |
1133be216c783534b83d2dd5e8afc793b1f8efc5588ae58b2584d6263b704128
|
File details
Details for the file pydustmasker-1.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 426.4 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db3a394e8ade180b87cd4e49c1ca65aa754e0c718348c8ff6328d811f2d54ee7
|
|
| MD5 |
959369568098e573ace46ead78c0366f
|
|
| BLAKE2b-256 |
00da3f7ed8807920db93b4c2ba5b7899e05028f192e0ce3dfd4a8345d865b330
|
File details
Details for the file pydustmasker-1.0.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 290.9 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f0053bb4723a7a391a9f684435ad531a1b48cfb874da176c3e1568165105111
|
|
| MD5 |
813b20237ed12ef3b59762a495b9890e
|
|
| BLAKE2b-256 |
ca99c762cc4b8625bfbcaa4b7a95da390e74f877c9811c1cfffad087d0104ea4
|
File details
Details for the file pydustmasker-1.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 283.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a99d3184c2d23e32b828a224410a30364401d7d82456aad4713d0c03c583c98
|
|
| MD5 |
6847bc98294224877833b14db919c299
|
|
| BLAKE2b-256 |
e56f59ecaad9e65d5a68075a5dac218eddbb54ed9f77605486f0784555b46fbb
|
File details
Details for the file pydustmasker-1.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 304.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0f126abfdca50bf557aa1799553023ced75abf622e037a0ed06c7b931e97e1e
|
|
| MD5 |
81364557fef95c322a2bd7e2766c3ad2
|
|
| BLAKE2b-256 |
0c562c3505c2587400fb1624943fa15826e1a6eb540a4e87d9f2d0897aa13baa
|
File details
Details for the file pydustmasker-1.0.2-cp37-cp37m-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp37-cp37m-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 454.2 kB
- Tags: CPython 3.7m, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94ccb95c1368b514ce12ef6438961f947c89a9d0bda6d703d1f8f8058ff87426
|
|
| MD5 |
8b0c80b792e6e041df62fc2834c4e2ac
|
|
| BLAKE2b-256 |
c531e104b488450020c569c3b2b7b3494b06281425b53631ee084f071574c1cf
|
File details
Details for the file pydustmasker-1.0.2-cp37-cp37m-musllinux_1_2_i686.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp37-cp37m-musllinux_1_2_i686.whl
- Upload date:
- Size: 483.4 kB
- Tags: CPython 3.7m, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd031fcaba5d14b098702c2d298588a7556b121c74f2704fddbedec745975700
|
|
| MD5 |
04e8314ff969002287935e49063fd1c1
|
|
| BLAKE2b-256 |
6ebce7c664d440893031b3a811dd4884d5f0e0569e3841427c96e351b487d6fa
|
File details
Details for the file pydustmasker-1.0.2-cp37-cp37m-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp37-cp37m-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 553.4 kB
- Tags: CPython 3.7m, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0a28acd2ceec6ef5454837d9e9d618b8dd6c3aecb2592dee495b9811b692b8d
|
|
| MD5 |
6c3844261f1566dc73cf691dfc537526
|
|
| BLAKE2b-256 |
f07c312419a8768f8399387e3dfda5b06745cad0f941d04de4b4716e659e260e
|
File details
Details for the file pydustmasker-1.0.2-cp37-cp37m-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp37-cp37m-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 461.7 kB
- Tags: CPython 3.7m, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49c6e09bb86cc999c1f6aec65c5ff1c6313a813f856a244422a61b408db80933
|
|
| MD5 |
e476219517d8672898308a2d4f0facc0
|
|
| BLAKE2b-256 |
d20414b4746fae91eee8b83714e53a91e5deef65aa09a96f91142d2cefc9ca76
|
File details
Details for the file pydustmasker-1.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 317.3 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0e4ff030a3118cf53eaddd9ce77b0ef9a21be510bcc52aa4fff8c68b3aceb13
|
|
| MD5 |
85d77c834613f34326d4769b3dc46b50
|
|
| BLAKE2b-256 |
2eace1cffdb577b51a6eb13f1bac6f4b30bebe373f391293d5a59fc486af928d
|
File details
Details for the file pydustmasker-1.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 426.7 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aba3f62624a0b588773b0e376a5bf0cffd51564b089610d6464bb3e38d342411
|
|
| MD5 |
f5498cf2b388a12b6dcb93a219422402
|
|
| BLAKE2b-256 |
2ab3de1e84cd79dc3d0daffaec82cea5a51fc7c676681a61f1b571f7ed37d08b
|
File details
Details for the file pydustmasker-1.0.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 291.2 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c55fdba444753c01aeeff1eaeedddf7e6030047b67fba1c5d2aeac8b011f2acf
|
|
| MD5 |
5d160b081e5c1bc1b616c319aad624dd
|
|
| BLAKE2b-256 |
fb9d3fb2744168feb037853206c4b17c4f58a12111afddd7004e910c92edcbbc
|
File details
Details for the file pydustmasker-1.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pydustmasker-1.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 283.5 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b94446fa0c616514ec09c0e2e37655ce5cf8c89b9ab6d1347f42abded52e32e
|
|
| MD5 |
3e8ea325bc5b11f56115699960f0a07c
|
|
| BLAKE2b-256 |
68eeeb259937fedb502663ab9ca990bdbdad6cd8bca7cbfd7fb54da930efe3d7
|