Heirarchical Uncertainty Aggregation (Park et al., 2022) in Rust.
Project description
Hierarchical Uncertainty Aggregation
This repo implements hierarchical uncertainty aggregation from the paper Active Learning for Object Detection with Evidential Deep Learning and Hierarchical Uncertainty Aggregation by Park et al. (2022).
It is in written in Rust with bindings for Python.
Build
Run maturin build
to build the wheel.
Usage
-
Import the package with
import hua
. -
Create a
hua.HUA
object withiou_threshold
andscore_threshold
. -
Call
hua.HUA.run()
with:bounding_boxes: Array of bounding boxes in the format [x1, y1, x2, y2] of shape (N, 4), class_probabilities: Array of class probabilities of shape (N, C), uncertainty_scores: Array of instance level uncertainty scores of shape (N,), scales: Array of FPN scales from which the corresponding prediction was obtained of shape (N,).
-
The method returns the informativeness score of the image and the indices of the groups created by HUA.
Acknowledgements
Powerboxes: It was used to speed up the IOU calculation in the code.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file hua_rs-0.1.0.tar.gz
.
File metadata
- Download URL: hua_rs-0.1.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf2f0b79df78534af1d6a114785deac9fac0be34a02c63e7de4bf372cc8c97b4 |
|
MD5 | eeb4fe7749d39bfe82fff176a428f282 |
|
BLAKE2b-256 | 8003a316dd92aa8c8255a037be1208f062583c1607e82b2185c881425ce6a4b3 |
File details
Details for the file hua_rs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cae187f7a69dafda83e547be160f01da1abd729948b2c9b920bf42560feb3d9 |
|
MD5 | e3e4877149bef537408f95c4d492dd72 |
|
BLAKE2b-256 | 858893e0145fbdd851c8dbd7c605b4220e9c5663c1fbc7800d7d61eb7451fa48 |
File details
Details for the file hua_rs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 109e5c0ae89a42f93e67aae06ce91d4affa1b821baeb3feb94e6c509b8dbb59e |
|
MD5 | 2a8b44783d8776de5b1c0aa9fd91a075 |
|
BLAKE2b-256 | 94d4fc50de100eb22081c10c7c44fbdaee2e3fb4c09394b01556456dd841e4a0 |
File details
Details for the file hua_rs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3a47e0021951fb53f95768be082c8ff1c4d1036c89fb44decfa57d4ce46e6d4 |
|
MD5 | 8c18695a9bb1d403ec3f606f3e5823a8 |
|
BLAKE2b-256 | 67082fdb608f14ed808e85fafdee288f554c8acfaf7bfc9d176a69cb97228de7 |
File details
Details for the file hua_rs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14315e724097f1f46b7385f91d8e6afa8eaa1a586c97b90b8f859e4d2cda2967 |
|
MD5 | 6540d6b7032bf0af90586fbd167a3c6d |
|
BLAKE2b-256 | ec9e2cef4f254d07b9474ecc1f41ea95b2dfbc7b0be8339da77eac3306a26302 |
File details
Details for the file hua_rs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe7a223db600cf71efa6a226d98a7d5c4ebf0c13e576bdb9a3038f9d0430d1f0 |
|
MD5 | 4f58fcc8c977d0202d242570ba056b36 |
|
BLAKE2b-256 | 2b372677d4bace12f433ea657dd6b4fcbe6a460da895f21f1a54d8a2e6e3e768 |
File details
Details for the file hua_rs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be2ec2ee473bc7e2844e7450009b8d11144fda2039fdf2fa0507448ae9d7a6fb |
|
MD5 | 4583870809b585567438a6d7182d445d |
|
BLAKE2b-256 | 61c239d0d57312aaa136f82b0b3448f5b0a48e7fe8bd4fac5bb3c1c635c81086 |
File details
Details for the file hua_rs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72df8e476f97a071582a402d301e2ebd8a97dbceff1db1ffcfac52388cf16a2b |
|
MD5 | f305fd7d1f11c7f61de7e6353ef8ee65 |
|
BLAKE2b-256 | 1107c6cd3da5b1c9824491cf337992fce6958cdb07c4854fef7f056b66144824 |
File details
Details for the file hua_rs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da9a22ec4cc89e365ba8aa17f3459b897e083bdd3dbfbe4e3d4bc0ab1af2f616 |
|
MD5 | 77e057579a9885960a8db91cc126e922 |
|
BLAKE2b-256 | 64155a1e4dc8651576b71e12d41cabb4989ebeda665efd95f50b002681d8381b |
File details
Details for the file hua_rs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de2827aeaeeb091baf4b4c80a428445d6e50b247a62b0076b239a37f1dcc7934 |
|
MD5 | 38b1d25a75182fad050f8c75fff45b65 |
|
BLAKE2b-256 | 08955918ed2acf0bcd8f52575174006bc18d8b4dabdc0f0e53f6362d5eb0d7ea |
File details
Details for the file hua_rs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 727901266ced7bf79af5b2604fd7c9e6ad43418cb32bf8f08de6b3b6fdb3cfe1 |
|
MD5 | 84308690625521c8e84f9f1c0f6bfa45 |
|
BLAKE2b-256 | f11e5706c2b6dd62e77422725dd0b4481e67deb851752500c8558a2b6330af5e |
File details
Details for the file hua_rs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efd32ae3834ce58a8cacb674adddb402dbfb6bef6c3beeef0a9899f493773e94 |
|
MD5 | 9b628d5fc7647fe7de69dbeed3bb1bfa |
|
BLAKE2b-256 | 6be89fc129ccc1b452aca5d4546926318053a46f2244ab46ca09aaec289cb0cd |
File details
Details for the file hua_rs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3aae3860c8d9e24754721c4bc2a96a1798fb733ad061485d416ef2560136c3e0 |
|
MD5 | 5e07587770ad44df4bc551a5ab59128f |
|
BLAKE2b-256 | e2352a0514afbb823324d49d115fa293fbcda56c64420a700a31319db1957131 |
File details
Details for the file hua_rs-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbba3c02931efc5d97ea2e7eb471f370bbba1c8a56140ba63f6f08159e46b095 |
|
MD5 | 34d1ebc495797ce26bc1a155af3e6d31 |
|
BLAKE2b-256 | e5d7bd0b8fbe6d7e891029ee7a6ca72709dede0362f7425d226ffc370afadaf6 |
File details
Details for the file hua_rs-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3915fb0d2062bf4d3dc4d0985afe993e716462bcae7a2fa0d262c94dcdc73b7f |
|
MD5 | 40528fa2b3b6a00ed2b8aef50d4ec16c |
|
BLAKE2b-256 | eb03816d0b7b473fd2e04a2a2706045dc325d656592117db3f413e0fc0f445b3 |
File details
Details for the file hua_rs-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 239f921927d3e62660bab84aa5056645b82f1ac6fe5d6f5d1f994b9ca4e26081 |
|
MD5 | 47a78549f8abb3fbdb2b604c01d6461c |
|
BLAKE2b-256 | 0a2bf7872aa19fbfcffaaaae9f3df8ee1a14c87ff032556110886270ce1f3c5a |
File details
Details for the file hua_rs-0.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3885860d2dea042cfe9b4b13310e04e09068997a11a771a7b23fb5ffe0b21948 |
|
MD5 | 8781bc1b0ecb92a76da52a172d18d919 |
|
BLAKE2b-256 | eaf468f485d5c09acb1c88df4d0d29d24c53de0d0e25df4c30ab2f7ffb42ba31 |
File details
Details for the file hua_rs-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18c3e7430e39912330f20ab38bf004459efa2aeb3d7884f4a65ccc91b396c878 |
|
MD5 | 0c7c404b68958fdebc705d30ece2f1ec |
|
BLAKE2b-256 | 2d67ec09f39ff9211696404a5708bcac69471df89c74fbb37da17dabe01979b8 |
File details
Details for the file hua_rs-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11d9b19c1b03c160007770d6d4da60de00348d6abe2ef43990e6d616e76235ff |
|
MD5 | 0540ec4abec20f18b27f102cb70f79e3 |
|
BLAKE2b-256 | 52fab38b43b4b545b0cded854d9d8f2c15558d91f1cd00461015b12c38e3e6e1 |
File details
Details for the file hua_rs-0.1.0-cp312-none-win_amd64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp312-none-win_amd64.whl
- Upload date:
- Size: 193.3 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15051e1c89794cec4722a8b9b8e5fb296ca14389aa618230ff01a74f2a95a77a |
|
MD5 | 271c5f3fd61b4b5167cc89c248d85c4e |
|
BLAKE2b-256 | 3bcfea2dcbfdd1e2d41f568f3261dca6ce9ec4e10adfd44152fca30ea0ed6247 |
File details
Details for the file hua_rs-0.1.0-cp312-none-win32.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp312-none-win32.whl
- Upload date:
- Size: 182.5 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99f7031ac401d65c10a586e5d2fa3094e32c6df7bd05a144026982f4e84b3c50 |
|
MD5 | 33737551c0a451bd2f79e0d467294bf8 |
|
BLAKE2b-256 | 0c919c3dc69fe9ae37e7e2d1b3a13fdeffcc9dd84686062e281afb8ef5c223c0 |
File details
Details for the file hua_rs-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb907a8eab7a23dc766f010a6b81664ccde5c5ec8f00fbb8a74a7fa845dfba5d |
|
MD5 | 770781fba443d1b179817a00f6c22acd |
|
BLAKE2b-256 | 89db658c3c79eeebeee4ef9ccf1af507df06274064b7f259b1b4d853a91d9f35 |
File details
Details for the file hua_rs-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4cddcd79eb99359b586d0162a95be8b5f8540c3d50e0fa482446d737ed17fd4 |
|
MD5 | 0a4b7751ded2e5d87a5a11ac46157f7b |
|
BLAKE2b-256 | 9d6c79344eb585eefdce6c911a33255aed8fd9239bad3ed6287589aba08cceec |
File details
Details for the file hua_rs-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cd4f504255f8b372147ed0fc2c789bbec80b748d63860eae34152d6c73faee6 |
|
MD5 | a7aee6c80d4af9f9e671b4e7039d77e8 |
|
BLAKE2b-256 | 3ef3e937aee0053fcdbf3f2826cafdedec5200b26d32b3cbfa67ecd71b31aa77 |
File details
Details for the file hua_rs-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f13b6be14e157627df49c2b16fce9463410fb6779de770896a47b61ec0fc5bf |
|
MD5 | c7fd46d773e51bc7e6e6d218ec9a4e20 |
|
BLAKE2b-256 | 50f86233482993f08bd33536fa7b97b5e0eef0700bf4aa9f03e6450b1be3067e |
File details
Details for the file hua_rs-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d388240e13a7081fd172c010683ad48d4a901230b9062a66f470792519231a34 |
|
MD5 | d0bd3daac9d081e65b1eae1184756048 |
|
BLAKE2b-256 | 4ed3f963fec2506958a22d7ede38f834d76d6d83496c16440c9b6e08b517bbb8 |
File details
Details for the file hua_rs-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e525180f594bae5fb6741833edb8c1c588d4acc6abc50f9b607d9369d81e4e65 |
|
MD5 | b38e630529c848049c20fb7ca5842ad5 |
|
BLAKE2b-256 | daf63c946a9b7c0c2b575d282a28ff8431a3a8cb2e648c5f0574d9ab516d4f5f |
File details
Details for the file hua_rs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 310.5 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ef67168dd4db76a2e4e643e2814a18d17783adf0fa65f94006495665af4ef0d |
|
MD5 | cdb58cc4eb2294e83606165e3db2d692 |
|
BLAKE2b-256 | 236c5a23f070710a1915e575868b1bdb8bc178fbc83d48e546dfedad94a44f71 |
File details
Details for the file hua_rs-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 318.0 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc921d6090185682f9f782125e22aeb6cb5d88e9736c33968c364ad5accb2f28 |
|
MD5 | 113f643a150efb382edc0a78ea5ff8b7 |
|
BLAKE2b-256 | 31ef89e739c722bd4716b3396206b8aefda94d2d478915582b9d901d7739dd17 |
File details
Details for the file hua_rs-0.1.0-cp311-none-win_amd64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp311-none-win_amd64.whl
- Upload date:
- Size: 193.8 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb2b34adf61dd50483f871a9181f2c75d2e3982191daf35024ef79e15f9fd38a |
|
MD5 | 8348b8235b13eace6a11546f0148827a |
|
BLAKE2b-256 | fd986a0bb1be6cd6a3ef2bc3900d37b3bb453daa508bda89c0bc32d69429dac3 |
File details
Details for the file hua_rs-0.1.0-cp311-none-win32.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp311-none-win32.whl
- Upload date:
- Size: 183.3 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0c95881203dcef8410bc90286e501ebea42b8184f01838294ade49cfd25595c |
|
MD5 | 9baee03ed726d8d4d1f7e0950f24bc32 |
|
BLAKE2b-256 | 6056b370df001681fdd343d0cd8de045d37dec895338f772473728a5eb226c7e |
File details
Details for the file hua_rs-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44f86f396e918d48a7178d0acb742cea075dc2a89fb58194d9886c0282690d29 |
|
MD5 | 923feaabb8b476154a25df8f4bf0923b |
|
BLAKE2b-256 | 4dcccc2141a0f738d9d316c4858597fb1ed06b2eeb27aae0b33ad4fb75d394b8 |
File details
Details for the file hua_rs-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b37f9bfc0300a6a08349273ec630cb8443ef20a5c6eb0d4b1df50413fa2c124d |
|
MD5 | d669f999f9f23341e930173d52046036 |
|
BLAKE2b-256 | 8cc427eca1a44a1671239a129c337f13083a2424d2aaa13d5f71a0bd1dbdd0ad |
File details
Details for the file hua_rs-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58e4f9bb68661c86bf64d13b2dea24174b551b235fffabbd8007644f20116caf |
|
MD5 | a25ae8056b52a51478b9466b36570543 |
|
BLAKE2b-256 | 13ded601aebd4d98f9d65d12307e3ffa9d1549f00b63bce04890089e6e46e9e6 |
File details
Details for the file hua_rs-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d7fa0b89fb926031de3a920624c57d19a4f336bbc125b86854e563086d3c30c |
|
MD5 | d2a53584e1bf2b2fab2c85c13bcf5322 |
|
BLAKE2b-256 | 1ea26e54afb652f3f0c5c93031224f7762eb91f6e12d029f7a194c5701976f25 |
File details
Details for the file hua_rs-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16c92d5d32151302aeaf0f7c01836c88c2861b0db414949a469469e40a87bd08 |
|
MD5 | be6c69814b0d2c65697d284fb0dc9be6 |
|
BLAKE2b-256 | edc226db83d82fea5defcd8e9297cf5387c5443dc6fa5b5727cf2186d457f33e |
File details
Details for the file hua_rs-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b641ea5fea83b726513a862c88d263e035ed40d73c64c48f5721f4cfbd27dc85 |
|
MD5 | d5faf5c2e3eb0d5af87d280dbce853b2 |
|
BLAKE2b-256 | 30315c54fc29592ba50de7f8c2da01a845d952ae32013d88c50cc248240f8a4d |
File details
Details for the file hua_rs-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 311.3 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d69b5ea92eac5a6aa0f10bcb24fbf1332bbf13ec702de269a7049bd4fa15f16b |
|
MD5 | a58804133b81434ef7753128d933da59 |
|
BLAKE2b-256 | 9561808547997bfc023ce8606cb3f353f515c8cb616046625cb9a48406f537d9 |
File details
Details for the file hua_rs-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 318.7 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c903a3e5095dc5828c7934af7a6945746ccfa1505881e242f7e25b671955ad6 |
|
MD5 | 7663db6810d78af1530134a8da2c925e |
|
BLAKE2b-256 | d24e229d933730996ccd10bc6fc439895e6cbdda2b0813c2b799449893b3fcb2 |
File details
Details for the file hua_rs-0.1.0-cp310-none-win_amd64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp310-none-win_amd64.whl
- Upload date:
- Size: 193.8 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbf4a3a8157853a969160a784e137c79c9399367a497a78c6ef518499178a2f3 |
|
MD5 | 3694b2d48615ce3a674945b1cac42431 |
|
BLAKE2b-256 | 0b5ba616670c8b569e809a84fd5e8c0ba27b4d83cf118693513a0265dde41943 |
File details
Details for the file hua_rs-0.1.0-cp310-none-win32.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp310-none-win32.whl
- Upload date:
- Size: 183.4 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 852c19d9d5fe75ec5d7db665142383b4166a45e94d01d8eefbe9ff836a858b2a |
|
MD5 | 8d7a8f8d116ffe106caa60664160c1af |
|
BLAKE2b-256 | a8452ed1535792c6b4c4b7da09b467aadd186d59fb6fcc145ec6cce7234396d2 |
File details
Details for the file hua_rs-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbc72c126f528e8766803d5f576e432a9943889a1abd2299805391ba756d3004 |
|
MD5 | 91b1655f0fec5e05a280c78facd5b7c5 |
|
BLAKE2b-256 | 965e31e0ef34feebd3b287308672cb244b8cf3229dcf157dcef9bf35142f430f |
File details
Details for the file hua_rs-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e27b4bb4ca97851439ab6205c1be745f176411b25770104be898f3c57aa9532f |
|
MD5 | 350057b98f0cac0937ee7538858acfaa |
|
BLAKE2b-256 | 8380d94c899b6ccd2a8cc6ae6112a7c1c7a310f0c0d314ff5fd396e9881780f9 |
File details
Details for the file hua_rs-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23a6aee04a697573a48ec2df243629855226911f06346f1195f2a60f6eb1c83d |
|
MD5 | 874476414c84d43431f54844397bbd23 |
|
BLAKE2b-256 | df0f72c79dc005f188f0eb04cd45e94b5a4513960f16a54b8a096c6f574d5a73 |
File details
Details for the file hua_rs-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85f004addb1841b353eeb57f026ea20b58563e985abf8a104f0472322644ce6e |
|
MD5 | 1103298d436e42a2beac4e472c5e0ee3 |
|
BLAKE2b-256 | 407e891497ba04a87029adb7930874ac949585b816b5210cce4dfe0aea0527f1 |
File details
Details for the file hua_rs-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9abd1f3afaf475cb60c56806749cc9d4ab3257d819acf12f0e8b4b78a3fb0984 |
|
MD5 | f19bc93cffd972d0ead7960d682dca45 |
|
BLAKE2b-256 | 5e8b2e92e6e6bf373a537721a2e43e129e7fc6b28996b10b03e5a9080b21c628 |
File details
Details for the file hua_rs-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c25bc977f29e28728c93ca0bc4c28811326744c9f80ea6a1581ba0222fd3c946 |
|
MD5 | 2c8b0451612e7358e1380154d8291db4 |
|
BLAKE2b-256 | 4778a16941a855ceeff1fd088a64b1c3ddd7fded4e2ed82ae1ca3483bfec0371 |
File details
Details for the file hua_rs-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 311.2 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c741846b85b43f2cb764e50cf1495bd99181f981bd79146b2cb7aef8264cb4f |
|
MD5 | 923445fd131572816434b395d0db847f |
|
BLAKE2b-256 | ae0c88763fa29cb334505127640e946097ff7f89305e9f6d1d87a8937bb097ae |
File details
Details for the file hua_rs-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 318.5 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b6a5c2df3667bfbc2922ac260d288a24e1956a040ac608ce93cabff681f93c8 |
|
MD5 | 91966a8ce94ba20e741de1723b0d88db |
|
BLAKE2b-256 | e08e0d310ca6ebaa80e1e60301095d74a862926d19854722f8bebcb8f2b3789e |
File details
Details for the file hua_rs-0.1.0-cp39-none-win_amd64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp39-none-win_amd64.whl
- Upload date:
- Size: 194.3 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4e7b12052481f7007486d05deacdc34964f6f6f08f8cfa79e7aa4ac77c98870 |
|
MD5 | 3dd0d62587223e52686be8c813e28628 |
|
BLAKE2b-256 | 4e4e22a849529d44bd1b1f0081c6b605019de08463e100103bfbb7bafa3b1d02 |
File details
Details for the file hua_rs-0.1.0-cp39-none-win32.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp39-none-win32.whl
- Upload date:
- Size: 183.8 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7840e641eceeba9839daa0e6018002c97d346295b2ae803156bebbfb3b348083 |
|
MD5 | 72c47e3f5593257d94aa497856264499 |
|
BLAKE2b-256 | aef8e6edc57356d53aa34471416c2c35c3486cb3f1ef27d00d9e0f02d1cc57cc |
File details
Details for the file hua_rs-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c18722283327e899c9bb7ae0de9e74991dd393193e2111ce5c581f3484eae0a |
|
MD5 | 845faa5c270e401934f6e07d7433c27e |
|
BLAKE2b-256 | c04cb30c4ef631806c7148ee200a4800e64c688e2949d62e9984fc53bc7b3e0d |
File details
Details for the file hua_rs-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84b1c1e7a90a9eaed09c980ed2b94cf3f7c79b6facfd67420b4fc2ca5b91105f |
|
MD5 | f650e8b859a9254389401983e900172c |
|
BLAKE2b-256 | 52e4a47c836b94114371ab34358fdd3fd53e0dce4e7265283738c8156b4f22a0 |
File details
Details for the file hua_rs-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a11a61425bb48b8ca75628c5f06cae02bdf4f397a29b5bb4f75e973a64b4956d |
|
MD5 | 568d04dda4d977e9062aaf06bbe85da7 |
|
BLAKE2b-256 | 272b4f61aee50e98c2d017da8e3cabedc15e21c9a69bbec105370ede0ea9440b |
File details
Details for the file hua_rs-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a6918aab7b2235257fbef7ad6612fdcbc6e8544f1f45823bf892f5175adc2ff |
|
MD5 | ca7e4f93bf75eff9551b76dbf9f4ae2e |
|
BLAKE2b-256 | 95ac59911c4544373009019bc3f255585ecbd2aeb87ab15185d0636cdd026501 |
File details
Details for the file hua_rs-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 292532a8499f43a30117ee544708ea81d5d7c24fd0a1603a9f7a50ce5afccdc8 |
|
MD5 | b2c454b4e3217015a863dd0129b5fe7a |
|
BLAKE2b-256 | ab9e6224d2b53b56790006707264e0ae99f70f94dc1ddacf922474b0b7f25ce7 |
File details
Details for the file hua_rs-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8ce9c4786df4ec3473d987cf37d34c3b57faa45f4c89e33ed8f2621862cf243 |
|
MD5 | 34b7bfbf2bd2c29819a98f1cb71b961d |
|
BLAKE2b-256 | 8a7ca6c14373ac26733e7876ae79d6916cb17a0eed9d14a6bce993664fa41d99 |
File details
Details for the file hua_rs-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 311.6 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a87e5fcd592b985b86ddbfc7d957902b845a23cfcedcc715f253c89713956dcb |
|
MD5 | 7636d667fd1b77d5923847704a4cd6eb |
|
BLAKE2b-256 | 1bfb17566eeef2b6fd462fc7e8093fe9e5c5ab17f87b61155114fda329a5b5c0 |
File details
Details for the file hua_rs-0.1.0-cp39-cp39-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 318.8 kB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08853c5ce1d7d714e62c9c760a756b994530151831b899b38c94ad35175eecc7 |
|
MD5 | b1b0e1341ef8ef35d2dafe745b6b589c |
|
BLAKE2b-256 | 30b9afc0968de9a6f631d5a92137a4638a7248cc4d28bca69d42933b2cc6932a |
File details
Details for the file hua_rs-0.1.0-cp38-none-win_amd64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp38-none-win_amd64.whl
- Upload date:
- Size: 194.0 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b29f5bb39bda705461ae6c0a86c0f501edc7b79b52490ffc0cd16de55cdb92bd |
|
MD5 | b981a5280b147c80ca7a26e8a35ea3d9 |
|
BLAKE2b-256 | 35f725f0bad77fdbd7406d87a431228b043420135f199b7aa9366c43d03aa2d5 |
File details
Details for the file hua_rs-0.1.0-cp38-none-win32.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp38-none-win32.whl
- Upload date:
- Size: 183.3 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7370e4ec5c3ef102387c382455217a067640d05132878d973fd2e75e368ebd6 |
|
MD5 | f8b589f0fb8630ebd894b8c8864f58b7 |
|
BLAKE2b-256 | 1a586d6a786decd2280ffa0fbac1a8f87b6a2e6e6d8bf370292fe7798d1f2a6d |
File details
Details for the file hua_rs-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8830ca11da74d04a3be53802112d513c35a68a63048e1a29d2cf2a4ea299714e |
|
MD5 | 6e5cfb1fde054a6d6e7ad451b9351276 |
|
BLAKE2b-256 | 4ca1ad3dc756aacc46a1b624ada547538a33bd56a4b601395a2536f09fd421e3 |
File details
Details for the file hua_rs-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 547c6051a459db600301305c6f3a90ee516164378c87a18edb1341f499a49f45 |
|
MD5 | 8ec520400833041c79ad53c8cb0f4a9f |
|
BLAKE2b-256 | e2ec5f9911d0ece19e1009faee6e5eafafba2234713332a0041dfbde1163798e |
File details
Details for the file hua_rs-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef67e539890d16e06759a100b89118323d864ad886f000cbdf910c6ecef54bb3 |
|
MD5 | 8e763d07eb5a9c3f9dcf306cd0f72874 |
|
BLAKE2b-256 | b8451ecebe739da42059bfd2825883bbee98f5e2f72a3f3bedd4ff4aaefb82ca |
File details
Details for the file hua_rs-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48baa2e8ba0cbd23c7ad2608aa84dd23c74ba71dd09009a742c422e6803e6793 |
|
MD5 | 69394f2ea03169a72e0d2a5cb8bccd2c |
|
BLAKE2b-256 | 735014b459d98618cb3ff9cef35b94f9f1fcf321ef070e647a2ad0d39d8a75f3 |
File details
Details for the file hua_rs-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7e02ab4e004996055e1466d359304a971de77e7762d600f4c5d575d9d93f7f1 |
|
MD5 | b060c3b6802f79c49b0e338d27f832ca |
|
BLAKE2b-256 | 8e4554172162d931ebe6af0654dde7a2370b0342401e65b279efc8fd082bed84 |
File details
Details for the file hua_rs-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: hua_rs-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0ef39b34a060cae6974e6fbf1cef4f993bca38600ee96d10b14f36458eb799b |
|
MD5 | d6a2f0cd01560c4565630f55052fffc6 |
|
BLAKE2b-256 | 9c67cd4f086b867df12f1e2d7d3c4964c63e6637897dc64b6240f7f8594dffcb |