A Rust-powered cardiac multi-image modality fusion package
Project description
"One package to fuse them all."
A high‑performance, Rust‑accelerated toolkit for multi‑modality cardiac image fusion and registration ﮩ٨ـﮩﮩ٨ـ♡ﮩ٨ـﮩﮩ٨ـ.
Overview
multimoda-rs aligns and fuses diverse cardiac imaging modalities — IVUS, OCT and CCTA — into unified high-resolution 3D models. Originally developed to quantify dynamic lumen deformation in coronary artery anomalies (CAAs), it is equally applicable to longitudinal studies (e.g., pre/post-stenting) and general coronary artery disease workflows. The Rust backend parallelizes computationally intensive registration steps for speeds well beyond pure Python.
Key Features
- Intravascular Registration: align pullback sequences (rest/stress, diastole/systole) using Hausdorff distance on vessel contours and catheter centroids; four modes: full, double-pair, single-pair, single.
- Centerline Alignment: register intravascular geometries onto a CCTA-derived centerline via three-point landmark or manual rotation.
- CCTA Fusion: automatically label CCTA geometries by vessel region and morph them to match intravascular measurements.
- Flexible Input: accepts CSV files (AIVUS format) or raw NumPy arrays.
Installation
pip install multimodars
Optional extras:
pip install "multimodars[viz]" # mesh visualisation (pyglet)
pip install "multimodars[meshlab]" # MeshLab integration
For building from source or the full developer setup (tests, linting, docs), see the Installation guide.
Quick Example
Checkout our Documentation for in-depth explanations of the functionality and preloaded notebooks including 3D plots. Otherwise clone the repo to follow along the different examples:
import multimodars as mm
import numpy as np
# Align four intravascular phases (rest-dia, rest-sys, stress-dia, stress-sys)
rest, stress, dia, sys, _ = mm.from_file_full(
"examples/data/ivus_rest", # input_path_ab
"examples/data/ivus_stress", # input_path_cd
write_obj=True,
output_path_ab="output/rest",
output_path_cd="output/stress",
output_path_ac="output/diastole",
output_path_bd="output/systole",
)
# Align geometry onto a CCTA-derived centerline
cl_raw = np.genfromtxt("examples/data/centerline_raw.csv", delimiter=",")
centerline = mm.numpy_to_centerline(cl_raw)
aligned_pair, cl_resampled = mm.align_three_point(
centerline, rest,
aortic_ref_pt=(12.2605, -201.3643, 1751.0554),
upper_ref_pt=(11.7567, -202.1920, 1754.7975),
lower_ref_pt=(15.6605, -202.1920, 1749.9655),
write=True,
output_dir="output/aligned",
)
Pipeline
1. Intrapullback alignment — frames within each pullback are co-registered to remove cardiac-motion artefacts, yielding clean diastolic and systolic geometries:
2. Inter-pullback alignment — registered pullbacks (rest vs. stress, diastole vs. systole) are aligned against each other to reveal stress-induced and pulsatile deformation:
3. CCTA labeling — the CCTA-derived geometry is automatically segmented by vessel region (aorta, RCA, LCA, intramural) to prepare it for fusion:
4. CCTA–morphing — the labeled CCTA geometry is morphed along the centerline to match the high-resolution intravascular geometry:
5. CCTA/intravascular fusio — the morphed CCTA geometry is stitched to the intravascular geometry, replacing a section with a high resolution verison:
Documentation
Full documentation — installation, step-by-step tutorials, interactive (preloaded) Jupyter notebooks, and API reference — is available at multimoda-rs.readthedocs.io.
License
Distributed under the MIT License. See LICENSE for details.
Citation
Please kindly cite the following paper if you use this repository.
@article{stark2025multimodars,
title = {multimodars: A Rust-powered toolkit for multi-modality cardiac image fusion and registration},
author = {Stark, Anselm W. and Ilic, Marc and Mokhtari, Ali and Mohammadi Kazaj, Pooya and Graeni, Christoph and Shiri, Isaac},
journal = {arXiv preprint arXiv:2510.06241},
year = {2025}
}
Stark, Anselm W., Marc Ilic, Ali Mokhtari, Pooya Mohammadi Kazaj, Christoph Graeni, and Isaac Shiri. "multimodars: A Rust-powered toolkit for multi-modality cardiac image fusion and registration." arXiv preprint arXiv:2510.06241 (2025).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file multimodars-0.3.4.tar.gz.
File metadata
- Download URL: multimodars-0.3.4.tar.gz
- Upload date:
- Size: 6.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c684f3fbed37b77fa5865748da7920df2b1ac273f3fa239cefb7e0461fc3eb82
|
|
| MD5 |
52715a4bb6c8a7e7c4055e1ee25cd676
|
|
| BLAKE2b-256 |
6de8a4bd6e626afd96e86943942b39e296ccfb796319a11382659691b1d2b815
|
File details
Details for the file multimodars-0.3.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
206914d303d08acb16bafd5f6649b580f125d8597cd272b787dc1841c85ab7fe
|
|
| MD5 |
adafb6e1f547c4db4a9d54576442c53f
|
|
| BLAKE2b-256 |
6fced368d7e1f6970400e06abdfa4855b235290fb94b278f29a982a4c0eeb21e
|
File details
Details for the file multimodars-0.3.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: multimodars-0.3.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5a7caa1489e8136b3dc8919ecfecf1828f973fbe71b9e00dc4cef519b18ff4a
|
|
| MD5 |
9f86ef8f6dd3f19390f657225abf9ae7
|
|
| BLAKE2b-256 |
4e2f45c9d6acc9e9d082ccb0e4b380cc5fd18a63acaccc131b5b55df128a0612
|
File details
Details for the file multimodars-0.3.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multimodars-0.3.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.0 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a74a6129d0b33f8830d4338ee352765ef95c24df3874a7f5bb263f23f3d2ba1
|
|
| MD5 |
4dc3e28e252737cd3b97cb8efe454ea2
|
|
| BLAKE2b-256 |
6fcf1ef0b0fa658dea6e3d203476612ae397799158bd4a59717502127bb2d003
|
File details
Details for the file multimodars-0.3.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5a2e0d70d71ac72d5fa5b224812e196358f5116390c53cae176138cc3450169
|
|
| MD5 |
b2df3fde1068ce6e1d420704851f4081
|
|
| BLAKE2b-256 |
3b100f865c6c3149bf678bcc5eabb278409ca09c1dedb3545463ae633f3eeba0
|
File details
Details for the file multimodars-0.3.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
243c7e758901c01d8d41fead2ab39928e4600ae02b8ba25cfd931899e436cea6
|
|
| MD5 |
3b58a98f5b0ffa47418b2a0633f7f4a1
|
|
| BLAKE2b-256 |
f7243937a4dc4606098a286abda492805bab1c5b2c9298f444c073627ba6d144
|
File details
Details for the file multimodars-0.3.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
234348fbd4bf097eb9806279638dd28e9f937e8a26e888110c2569488f97d183
|
|
| MD5 |
e4422449dae10bff70da42ab267cb6b2
|
|
| BLAKE2b-256 |
411ba4c0559905f29b1ff95a2fa1e310da5f8d0da3a3e9a3a824a3320b37232f
|
File details
Details for the file multimodars-0.3.4-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9320a6ea8f33f14e8e1ef8be99551dc9e9728c16b15ff6f6f5c0cf9682a3210
|
|
| MD5 |
4d8de60763b0e1e5e89f25deddd5eb81
|
|
| BLAKE2b-256 |
39a62248cf0217a3d3767ec209263bcbf5ea8514c3ac057b6b4423d42376a17f
|
File details
Details for the file multimodars-0.3.4-cp314-cp314t-musllinux_1_2_i686.whl.
File metadata
- Download URL: multimodars-0.3.4-cp314-cp314t-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62897201d0e44550334c77eb11beb157d6c92ea67857469187f45c4e88d28a4a
|
|
| MD5 |
9ca913abc89b038a2ee3c6563a25bff3
|
|
| BLAKE2b-256 |
7a862e702a73fdc95735f410c1040c59f5c9c93a036f590a87dba1475daa9ffa
|
File details
Details for the file multimodars-0.3.4-cp314-cp314t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multimodars-0.3.4-cp314-cp314t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6bcc84f04991a772f866dd400b391b8174159e64c78a60863191587b8bee7cc
|
|
| MD5 |
63dd4972762beccc52e431216d6e46fc
|
|
| BLAKE2b-256 |
87b17d580adaa5b387b515b80f884083029973867e316a22adba4fbaa0cee2c5
|
File details
Details for the file multimodars-0.3.4-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77bc731fb743ba4c1ed0e9e03311234cfd7a5265ea209f940453646c79cefe63
|
|
| MD5 |
c7a9a74f33166d77e8b5dad58a5e914b
|
|
| BLAKE2b-256 |
7c1eab5435267cbc14e3238af365171f6332fea72168f7d5ff8033a720bcf603
|
File details
Details for the file multimodars-0.3.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a72b4acc49d6355fd1f1968009c1dedbbf14bac91e4a39d50a0d82948fd2c343
|
|
| MD5 |
c7daeb27264e9b1122424473a014e8f1
|
|
| BLAKE2b-256 |
54154b137932670a769e7f9baae71cf91b68d90bc22f76b07b850e0a065bc64e
|
File details
Details for the file multimodars-0.3.4-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aea4539e651fac7d92ed805db0ef0bac6fea8583ed6e0556e0a21cfa005a8dc7
|
|
| MD5 |
5be5135bd4c03d7fa01df73cb9f6737e
|
|
| BLAKE2b-256 |
aec7e52474a8eafdd93b0668038c8fd37a6fa111cd7df72d90db2491fb2c9e52
|
File details
Details for the file multimodars-0.3.4-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e86ca6eb5a1a488e6cdc56f1a079829f065799675eeee0e1babb928d7466704b
|
|
| MD5 |
fbee2afe54595d216198ce8806e8e76b
|
|
| BLAKE2b-256 |
3cd5c2c0038a66045c27ea748762c49eb8162a24e583e3f0c50b17d1bc8132ce
|
File details
Details for the file multimodars-0.3.4-cp314-cp314-musllinux_1_2_i686.whl.
File metadata
- Download URL: multimodars-0.3.4-cp314-cp314-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2188f096e4746804ad4558e224c63ff37af85d70966bcd913ff2fc0e4ac90e5f
|
|
| MD5 |
88daa5ecc1e82dc5b8cc8c3b5fc4c4ed
|
|
| BLAKE2b-256 |
1cae263d42e84802b83a6c5db5ac8be0c1263506d50e34cd0386864b0810ce27
|
File details
Details for the file multimodars-0.3.4-cp314-cp314-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multimodars-0.3.4-cp314-cp314-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15933737c45b9d0cb8377ab5d2470c978db5d97acc748b08435205c39aed0acb
|
|
| MD5 |
2512375c80a698f978ecbe8c2dda7704
|
|
| BLAKE2b-256 |
6b8613aa0cef0e12afbd225ce78fca7c7754475ea1cd083a1acd90aacf2e1f6f
|
File details
Details for the file multimodars-0.3.4-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b32944357926769a129e61548dc6502844630659d87e2dcf02485eba09d86ae
|
|
| MD5 |
a36fa62d7462904d0f56262266f3f213
|
|
| BLAKE2b-256 |
bc556b2d053bcdfe1c05daa178d31024f767a6d8b5af5f863feedbf29ff7e2cd
|
File details
Details for the file multimodars-0.3.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e880ca9bb11a189e5052bb0782e06df5bd9edcadcf92930caa53a3e4cf475a09
|
|
| MD5 |
c50580c684e1a8d8ec05e5d95f466759
|
|
| BLAKE2b-256 |
b7cabee630fd1513a265848cd5764488261aa9cb080b893102415dbe4fd61b4d
|
File details
Details for the file multimodars-0.3.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c33d7daed1c447a8d5874cf22e743658b8434d902b7e30a9126d9fd87498722b
|
|
| MD5 |
cd6c49a767f6cadfaccce1557f32e42c
|
|
| BLAKE2b-256 |
caff61e7d86f2e28989d869bea1cde942c9243c21ddfdc307a0f87b094c188a5
|
File details
Details for the file multimodars-0.3.4-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3dd9cdc006840fe8161a48ad00ac325864e4fbdfea9667badb9e38bdd8a623e8
|
|
| MD5 |
15ccf87b8dca99da128bef777aa18349
|
|
| BLAKE2b-256 |
0ad280982293db8d9f14697647fb56ad738a200b7a0478433fb954f8cc609a43
|
File details
Details for the file multimodars-0.3.4-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e17130f1f5b146a0b7420028ee81bd19cba451d5255835eb90374da70a588fc
|
|
| MD5 |
f7ebbf36251e218f1f8b4afef0eb4b87
|
|
| BLAKE2b-256 |
21a2a85112fd88fba93db9ea6cf2f1a173c78ac7278bafcdf76f04b22577aa44
|
File details
Details for the file multimodars-0.3.4-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdb767f07b4bdb850f07a054a4befec375bd4a5d698298147b771b91bfe04193
|
|
| MD5 |
4bfc82f999bcf772b2be6d033fecc247
|
|
| BLAKE2b-256 |
c70757c81301db5979e50dcd1906e4b2f52774553835b44f9512475bc0140bbf
|
File details
Details for the file multimodars-0.3.4-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: multimodars-0.3.4-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7b7dff28ed9583fea907d42b2d27e90212cff2258964adc6d0b891856d45b61
|
|
| MD5 |
fe884b0be00dcd65d8c16a04fbb0b8f7
|
|
| BLAKE2b-256 |
19cea3a8cd9411ce43411d4bd7d4bc749b020203487fc280cb01c9752d99aace
|
File details
Details for the file multimodars-0.3.4-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multimodars-0.3.4-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
126dcc5e5ff743cf50a4b8a48e23302c3a64fa6b5293c792abc7e0668aa2f837
|
|
| MD5 |
5990f8a4cf6bfffea9eb7def7f95a091
|
|
| BLAKE2b-256 |
1c3e6adf507d91f53081bc62a8d07f5691e68915451bebdf68099a238ba6724b
|
File details
Details for the file multimodars-0.3.4-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3d4d1baad405f07be1f96269586ed34b911376d5355a6f3420628eae60298aa
|
|
| MD5 |
f56a73b9e5905f33f2abfe84d8323df3
|
|
| BLAKE2b-256 |
a0c38d7e1c5cff5664fd68d679eb9b27209c0a0b42dd7be2d5b22b60c10041a8
|
File details
Details for the file multimodars-0.3.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51973d90d4257e9b5a2538e841b81655a465884be753ce425809ef099a5a6e67
|
|
| MD5 |
90aa3e186aad2efdffd2345ac9bdf122
|
|
| BLAKE2b-256 |
71b03104c6a1d2ae841d0f82829418a4cf77011b81f27e4b4da1efa644191682
|
File details
Details for the file multimodars-0.3.4-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca51b6797f2da7ee06d54cd329082f083123e6291c91b1d34e9ecfc66e60cf7b
|
|
| MD5 |
552e537732b310be24ac6fb68ad9728d
|
|
| BLAKE2b-256 |
4a308c44e735e7b865c44460df7cef4585f5fe205fc42434bf32ba3374ca7b9b
|
File details
Details for the file multimodars-0.3.4-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61675aff1f78a2fd65271704d0cf1352d206b9917b273fb8ae95930331ea2488
|
|
| MD5 |
fb7ba0423ea2abe569451b9144dcba2e
|
|
| BLAKE2b-256 |
f4cff43e14277c048c2e72446a19c90a74d56d127cd8d773a0cc2b9599671ace
|
File details
Details for the file multimodars-0.3.4-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: multimodars-0.3.4-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7dcbd56cf6df12ca737e4017ecc50c921efe7797a7fdf15ee5caa4d318a802e3
|
|
| MD5 |
2a5f40d846b65a7d829eac78955c3844
|
|
| BLAKE2b-256 |
6f000a72eb75ab5c0bc9934c2b115cedebca90359207678049d387aa99a1a4a9
|
File details
Details for the file multimodars-0.3.4-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multimodars-0.3.4-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bab42746d9d126911d44d2498799466eb893c36e2b327d64739b8344354f0ed
|
|
| MD5 |
9587f0aa0eb1796dd1b6fed65615e0e1
|
|
| BLAKE2b-256 |
02f1fd8e58fdc5416db989bcfcaa98420c9407877e95d155eb7dbf222c684b52
|
File details
Details for the file multimodars-0.3.4-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb947da848fbbedc56bf889288731cb77f2c98a332848028ed16df4cf7f8c4a5
|
|
| MD5 |
edd26ebe1187ae8770b0737f36568e8d
|
|
| BLAKE2b-256 |
43113f013d41cfcdef8499b06df0ce3918881e4201d4f764a4f06f8d1ca0b20e
|
File details
Details for the file multimodars-0.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1586b22e83c6bbbbf39aac3e1cc95c18f5d1e25bee7e6379f8a5e5c52bda4c41
|
|
| MD5 |
64fb353dfe06cefdadcb13cbbcbc4401
|
|
| BLAKE2b-256 |
83eb24efcc03528ddf19f21e64df76d00b3cbd108692ac9f8c6f4cd27089f080
|
File details
Details for the file multimodars-0.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1603e9ac60a86247d0549aadfe71bfc624a392bd8ca41e7c14098abf8a3a5e08
|
|
| MD5 |
7a3c848ea4a8b71903cd62a9c962bae5
|
|
| BLAKE2b-256 |
73e979dc1d3254f12004547e11e38ab51469fa78db47a6879366e4d47b9eef54
|
File details
Details for the file multimodars-0.3.4-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cbd11337bf0483bc9a30ac5ecb9f86d7240f2ed6b0e16ababd78390de9d4956
|
|
| MD5 |
2eeb3df898ddf456d5e021d7b1d381c9
|
|
| BLAKE2b-256 |
9380e541629261cc939c37b6a5350c38b2452e52f2007acbfbd94c65f026c15f
|
File details
Details for the file multimodars-0.3.4-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4951909767514e9f2958d254947259d7169b74df62d03682bb0f81cc22f4b97e
|
|
| MD5 |
497eb5d407917f6018c4a394329b82e3
|
|
| BLAKE2b-256 |
b00f4a3a6401c688f33cdf0506e19f8b07d235fba52fd74af6f9553270fb910e
|
File details
Details for the file multimodars-0.3.4-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27b4ab545c4e6187d83cb587be3dac39093dfb9f77c8158a85c586fee1069c92
|
|
| MD5 |
26ef71cdf0e94f3ac9f53c1c84ec12cd
|
|
| BLAKE2b-256 |
376bbdbe90ff42d0e2e15634c4fb76c25ca062bc6dedbc4284cee39d3dbe75a1
|
File details
Details for the file multimodars-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d9b57158c6afd24694a7054a52adefc49096b7d5a13168d189891a3bd5ef0fb
|
|
| MD5 |
8d63cf13a9988f50eccf4b1a06b97c39
|
|
| BLAKE2b-256 |
4c608e88d4b1107b5ece44f39c1e8602f07a75d9ad5b43d0d77bdd0ea458f218
|
File details
Details for the file multimodars-0.3.4-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: multimodars-0.3.4-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbb0c920306a75ba5e29eea56f8ad83d5ea415f9078ccbf499cb1eb214daa3c6
|
|
| MD5 |
1d124ea5f2b5afd0d76c96b0e71ad93b
|
|
| BLAKE2b-256 |
f09f05c2f6f44f0d5b44924358715778343cabc48e293d0e416008001aa08038
|
File details
Details for the file multimodars-0.3.4-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multimodars-0.3.4-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecd0b8e799ecfcad7fe40d4c19d1e79b778e51c7d9b2bb7406d61b0e6c3aeb22
|
|
| MD5 |
629460e06463701a340c3876f15d1579
|
|
| BLAKE2b-256 |
a0998429c307fd57b5a74be164244f96d81826df222d69a28dd99138859ac5b8
|
File details
Details for the file multimodars-0.3.4-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68ebe313564fdd285a284b2dde0a8f8ee8065af0c6f80ab2d3af75c718dcd014
|
|
| MD5 |
173fd1d51e9693a27b475fda6129112d
|
|
| BLAKE2b-256 |
b75e5628256ad7376875dbc47951af5ed7edaceac1b27f2cd979ed1201a7cde2
|
File details
Details for the file multimodars-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a2b9f6ab5210756f9d905fc1fdf36c05046d36c89c1ecb2a74790b38630e04e
|
|
| MD5 |
89a4778cc7c72f20abc99ff3c2687773
|
|
| BLAKE2b-256 |
d4751e58acad9abcea03d740e04a16e2c253e907712f5ccc9951faf7bb838e7e
|
File details
Details for the file multimodars-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7ba807288f70afb2d64726dec890676041fbe87c11518863cdd4caeb716cce1
|
|
| MD5 |
a8e4510599c09332d5467fc828331472
|
|
| BLAKE2b-256 |
12753f1eba8e3e2f0b400c397179a173c454276d02d5226fe56f983f4e8c5636
|
File details
Details for the file multimodars-0.3.4-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28073d2b729a41f9eb238efa049d71010cabfd9113ec3aada7c6224ab3332b4e
|
|
| MD5 |
b6c9dc956f7ca318eed2c4bf0d1e6d14
|
|
| BLAKE2b-256 |
e564ee6a2e5893d4477722cceca89b3d32c91c06caa5dca6d13be60b015870a5
|
File details
Details for the file multimodars-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ace5257490c277560a7bcd2095cb0f34fe54f67beff9b6ad8e72a9dc8fe781d9
|
|
| MD5 |
9294266c400f70ac031257073aed6c3c
|
|
| BLAKE2b-256 |
35c7068dda241bc549a3040587292d2b7bf0037877f0ab0f48892fda67f3c5cc
|
File details
Details for the file multimodars-0.3.4-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
209b5a89c9601a4a86c5d6fe394446e6c11c03cadf7d12e2fa3445865f5dd882
|
|
| MD5 |
e0a3468e5ab07d7d265dadfcdb421ec9
|
|
| BLAKE2b-256 |
66b28d168290315fd88f49e4a2311639d9a617eaada671a8153f71f1c8364268
|
File details
Details for the file multimodars-0.3.4-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d6c366acf38ed2fac5d0a60081ed23018c1559bbae0e6fdca0ca8998119af1a
|
|
| MD5 |
ef926d5eaff20f45ff79a11291a440fb
|
|
| BLAKE2b-256 |
6f5cac2fa71eb45779a2dc5cfd7e2261c6cccb4ed1edf7b720fdf96ae006f62f
|
File details
Details for the file multimodars-0.3.4-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: multimodars-0.3.4-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa7f12862f788ab6b05cb1a713401fee29877a9649c76290863b0edadda376f3
|
|
| MD5 |
6912484395a1fd7a9f3472cad07e943b
|
|
| BLAKE2b-256 |
4b565e4d75a5ccd07b28823256afc341f83c4a6302fc3d4f5fd662cc3fa0aa8a
|
File details
Details for the file multimodars-0.3.4-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multimodars-0.3.4-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92876befe3683a76d73090dce839dd9cf5a5b671028aa36357063a7e229d6bff
|
|
| MD5 |
495c7b5f4ac55f70164660f7fd298a6d
|
|
| BLAKE2b-256 |
c71e8ebb1920fbb7893a3b5a20066b59ba5bf709df10595df55a007f91e2f9cd
|
File details
Details for the file multimodars-0.3.4-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44e80efc0faf4d5f62d269837937a36346a28935bdcc98b740de3a62dbce62c0
|
|
| MD5 |
3479ad7ee5c500d8b850caece3b0ced6
|
|
| BLAKE2b-256 |
5a41a9f75b8b8319e25f7a4ee4f86a90a3e6a376ff15f15cd14b04269d9dcb34
|
File details
Details for the file multimodars-0.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
081f6087199902a19e8e59f922007a906eb009983c6ea8f5726422d55a5bd946
|
|
| MD5 |
c8dd021f568c45d1913179807c4d60e6
|
|
| BLAKE2b-256 |
fbadbf2a288cdb85d76b0b7a8f8461f7aab54690cc868d5ea30b4cbe48d81a1d
|
File details
Details for the file multimodars-0.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80b0cc286537763de17a29ead60db4b7c98a44df16dfca08ad1291bf6b90cb69
|
|
| MD5 |
8de681ff0dd5a9985b3617ed371db5e1
|
|
| BLAKE2b-256 |
9ed42a5deb2859862941e7d726f48b2744e78e32b61a3cf4b665c491a1cd75c7
|
File details
Details for the file multimodars-0.3.4-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c753669aaecd3b63fa1b3661fc3181cc2ace05c6fee55ca615ec4177de728b6e
|
|
| MD5 |
ec8c006b4cb45a3d62777b67366af1a1
|
|
| BLAKE2b-256 |
fd729ae3c4f024a98837b3287ff1a3f95b6c22f608d447e7de019ec10d7d52dd
|
File details
Details for the file multimodars-0.3.4-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8009d2d76f57636e7c4947341f5b325f664545aec1f184e5dc7bb0eb05ad735d
|
|
| MD5 |
3fd9604734cba43fb918d9af87cb5733
|
|
| BLAKE2b-256 |
77f8a0e3d69d00002355f2ff87283f42cf3e344511890bf3ae83f59d52557410
|
File details
Details for the file multimodars-0.3.4-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea6bcd3d92f35924b24e2bf79efc30746af589bb7721e02883ce97233b20d4da
|
|
| MD5 |
898ade5dcfddd040123f7192286e3dc1
|
|
| BLAKE2b-256 |
d106dfdbc565b4fb8176c55d2324d188eaa385b6ba5a825a18c4cd793dcc89f6
|
File details
Details for the file multimodars-0.3.4-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3b85e4584aeea8a22f1def4339eab5762c7c90d160ee373f3a16dbe55bfff1b
|
|
| MD5 |
c65b054ea0abd75950beeb5fff5b9ddd
|
|
| BLAKE2b-256 |
edd71864b808c5ac5af0c9c2a03254679049fa49a197765460f331c3096115d2
|
File details
Details for the file multimodars-0.3.4-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: multimodars-0.3.4-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f86f2864fce3167bf51b10c60a4ec6d109fa8d0fe4592a04ee9d0419708b6644
|
|
| MD5 |
b5d937af0914d5609420bc915d617176
|
|
| BLAKE2b-256 |
ac384ee44baa075b7a961e92fa09621d40764f476c0bac1903b3ea30bb96f7a2
|
File details
Details for the file multimodars-0.3.4-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multimodars-0.3.4-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51599e88169ee885b7f4037c6b111659d0291790183f518c7996dc034215983a
|
|
| MD5 |
dde6c4fdba5519c2fcde7e9d66354463
|
|
| BLAKE2b-256 |
e3a40bae7b8c3445b4783057fa60c9b2a804bf3f8b5c5b8f3125921434bd4e0c
|
File details
Details for the file multimodars-0.3.4-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebc92831979d20cc0c2ea28b6ba8e64ec1ec8025e465d76331e79b2108ab8dc1
|
|
| MD5 |
ffeaf984e4a80f9ff88646f99622b8dd
|
|
| BLAKE2b-256 |
b72a4f8aaa84b365254c6979b5f2e06737e5b2e05dbb8f130a64b54dd0e87f55
|
File details
Details for the file multimodars-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f968030db2c32002b047404650942993482ae0354f334e53f7f8b3d28650436b
|
|
| MD5 |
fa08c992ad1ae1cc6466898fe2a3cf4c
|
|
| BLAKE2b-256 |
5143dd3c4b33c3eac67519871bf42e7d47ee7907ca2844df5eb1be4c6acc33a5
|
File details
Details for the file multimodars-0.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: multimodars-0.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9b979ff535e75f59a2ddb5512ecea27e9478820e5f57200a9e75177554a23f2
|
|
| MD5 |
384b50b5839fc58206d15844a3e57b31
|
|
| BLAKE2b-256 |
a0884d2ad8c2784d0ad617ab4dbcb0454a82be31811c0255fb78ad449c1bfcb4
|