Skip to main content

A medical image kit for segmentation metrics evaluation, native Rust support, and Python bindings for cross-language performance.

Project description

mikan-rs

A medical image kit for segmentation metrics evaluation, native Rust support, and Python bindings for cross-language performance.

🎨 Features

  • 🚀 Blazing Fast: Written in Rust with high parallelization; speeds are 10-200x faster than medpy (depends on the number of cores in your CPU), especially for Hausdorff distance calculations.

  • 🎯 Simple: The API is so intuitive that you can start using it immediately while reading the documentation in just one minute!

  • 🧮 Comprehensive Metrics: Easily to compute almost all of segmentation metrics:

    • Confusion Matrix Based:

      • Dice/IoU
      • TP/TN/FP/FN
      • Sensitivity/Specificity/Precision
      • Accuracy/Balanced Accuracy
      • ARI/FNR/FPR/F-score
      • Volume Similarity
      • MCC/nMCC/aMCC
    • Distance Based:

      • Hausdorff Distance (HD)
      • Hausdorff Distance 95 (HD95)
      • Average Symmetric Surface Distance (ASSD)
      • Mean Average Surface Distance (MASD)

🔨 Install

cargo add mikan-rs for rust project.

pip install mikan-rs for python.

🥒 Develop

maturin dev

📘 Usages

import mikan
import SimpleITK as sitk

gt = sitk.ReadImage("gt.nii.gz", sitk.sitkUInt8)
pred = sitk.ReadImage("pred.nii.gz", sitk.sitkUInt8)

e = mikan.Evaluator(gt, pred)
e.labels(1).metrics("dice")

For details, please refer to the python examples and rust examples.

🍚 Q&A

Q: Why are my results different from seg_metrics/miseval/Metrics Reloaded?

A: They are wrong. Of course, we might be wrong too. PRs to fix issues are welcome!

🔒 License

Licensed under either of the following licenses, at your choice:

Apache License, Version 2.0 (See LICENSE-APACHE or visit http://www.apache.org/licenses/LICENSE-2.0)

MIT License (See LICENSE-MIT or visit http://opensource.org/licenses/MIT)

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project, as defined by the Apache License 2.0, will be dual-licensed under the above licenses without any additional terms or conditions.

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

mikan_rs-0.1.2.tar.gz (3.5 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mikan_rs-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (942.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mikan_rs-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

mikan_rs-0.1.2-cp313-cp313-win_amd64.whl (701.5 kB view details)

Uploaded CPython 3.13Windows x86-64

mikan_rs-0.1.2-cp313-cp313-win32.whl (653.1 kB view details)

Uploaded CPython 3.13Windows x86

mikan_rs-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (937.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mikan_rs-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

mikan_rs-0.1.2-cp312-cp312-win_amd64.whl (701.8 kB view details)

Uploaded CPython 3.12Windows x86-64

mikan_rs-0.1.2-cp312-cp312-win32.whl (653.3 kB view details)

Uploaded CPython 3.12Windows x86

mikan_rs-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (938.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mikan_rs-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

mikan_rs-0.1.2-cp311-cp311-win_amd64.whl (703.1 kB view details)

Uploaded CPython 3.11Windows x86-64

mikan_rs-0.1.2-cp311-cp311-win32.whl (652.8 kB view details)

Uploaded CPython 3.11Windows x86

mikan_rs-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (940.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mikan_rs-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

mikan_rs-0.1.2-cp310-cp310-win_amd64.whl (703.0 kB view details)

Uploaded CPython 3.10Windows x86-64

mikan_rs-0.1.2-cp310-cp310-win32.whl (653.1 kB view details)

Uploaded CPython 3.10Windows x86

mikan_rs-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (940.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mikan_rs-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

mikan_rs-0.1.2-cp39-cp39-win_amd64.whl (703.2 kB view details)

Uploaded CPython 3.9Windows x86-64

mikan_rs-0.1.2-cp39-cp39-win32.whl (653.4 kB view details)

Uploaded CPython 3.9Windows x86

mikan_rs-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (941.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mikan_rs-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

mikan_rs-0.1.2-cp38-cp38-win_amd64.whl (703.4 kB view details)

Uploaded CPython 3.8Windows x86-64

mikan_rs-0.1.2-cp38-cp38-win32.whl (653.0 kB view details)

Uploaded CPython 3.8Windows x86

mikan_rs-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (940.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

mikan_rs-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

File details

Details for the file mikan_rs-0.1.2.tar.gz.

File metadata

  • Download URL: mikan_rs-0.1.2.tar.gz
  • Upload date:
  • Size: 3.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.2.tar.gz
Algorithm Hash digest
SHA256 882c6d3145b98a24e2f0e4720db14668a80b937422f3983d95e9a33e9496c968
MD5 9b08fd9d2b3611f1574e56cc69283ad5
BLAKE2b-256 58d48ea40e7ccbbc4bc9e4eb4ba46e9f63ac6735cd33fae016df4a6fb8322ec6

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d82349cc5522a932b8e7ace02a5845dd12a3fde0fc7c95d67acde13062e67ef
MD5 4f36b0b8fdaced85f0b43a327a30201b
BLAKE2b-256 e0acdfd1fa6367ef85fa9051f03dfb15a4fb1e550fb4ddc19eb6529717b3e1a4

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8c1cee094585b2f192e8580e6719a92d0eb4102f64c083071765456ac8be74d4
MD5 fee7500520a2b33a620c4aecc55b331e
BLAKE2b-256 0053b79dbb3d5926f9b15a6e1d553c8715c77957f1b02012124adc35ee3f6609

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6db7619267ef773407c0f3aef0a95f43d7a3e153649976a8f560693697888976
MD5 61542ff1a6b4a22862d88c98a58a898b
BLAKE2b-256 e8d48bff34ca69bc3903763912771a2bd6b649b7fdb2946d918d0cd20c3fd36c

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: mikan_rs-0.1.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 653.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 82b9a3b3489a1f23d96d627228407dbd286fe8ec215bdf5e55ea49bf845fae3e
MD5 7a7d6f7756ee511a58ba43b830f83ea2
BLAKE2b-256 ecd121defe16244e188a69fd572d36bdf5351343e9aa67956748d25eec959aad

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21ccbdb4ea97ceedf3c6aa0770434570a6aca7c90e13517237f221533e78c485
MD5 76f050b20c4c509b711a0ae92eccc7e7
BLAKE2b-256 ba04bd31e8980c97373fc578122d27a8d7cc104db02183ee50b82b98563f629f

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5401dc29a8c274b33e00930eea91104fef26074b042f9a7ee21a8025f49f266d
MD5 039e385e3acdec2c7b3a027e9f617277
BLAKE2b-256 12d7ee3b64eba2ae62dcaa101ca5d77a5bb33f6e0918bc98f2a4714d3f8508d6

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 17c53bd26a05179a379c2ee68733695f3983f18d596811700e97331bf07fc8a3
MD5 834b571076ca2202f371ec5d559a43e7
BLAKE2b-256 82aafe3f5561382630f60d030eaaa6e68a2cd5b9a0eb9854693edb8c639e2d09

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: mikan_rs-0.1.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 653.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9933cf065593948d148033353a4b44f79583e64e2cbc23ad9678ccc85bbc3c86
MD5 36bbeece5251775672cb2e3dc3727c40
BLAKE2b-256 57c323300a3311080661239ae740646b9b05b2acf2d0c33faf926274e2b89427

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e658ad7d4e969bc6212cdfb3dd17fa8712d7eec5a76d253fe67aafcdd1b575d
MD5 15b68d3bdfb27efc79b10c270c72a6f3
BLAKE2b-256 d1c76debdb9709259c2e83b2e23fbb85f6f0a5abaa544fe0b00e6b4f2009bc84

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0339ad15005ba2d4c3f21768810be72ae4c3d90516acfb0600c31bdf53fae405
MD5 47bfde1c0a4b46001d97020e6b60c3d6
BLAKE2b-256 89edd28a1ffb523da16174bd9a206c35cb249be05e97154600817b87d685189d

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 430e88d1688429887052f0a8cd8238868b73379ec5f543b2ab303e5b96ebf002
MD5 02897059052665b029b15cc9a683836a
BLAKE2b-256 0336265690b67a4a303bb7040faf675565f5e36e6c7903465252cf41d8a6bddf

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: mikan_rs-0.1.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 652.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ed73e9648912bf3fe4e169ae779a586eb87ca443ae24df6534eea3941a28ba79
MD5 b59e45007db748b1e18bb113e0e72502
BLAKE2b-256 2136f94330800a45bf78f02d7f58a64e86cc498df7c2975e84e6c425c017ed42

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3bebb1116bb9ac7eb8ad9120b71a234e43c74b4b4c9d429da2aad776a895b49a
MD5 ea6d69dc2fe05b1ec0d8e6f51f12954f
BLAKE2b-256 1b4d8a52b619c04860d947f522161d434c14ee7526a5c22e236ac76930bfce15

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 667c4227a4aae4ac585a5f5f641917081f3718388fa7be84045716478c137c13
MD5 4f9bbd20a9160d6e5548ce1ee0ebc2ed
BLAKE2b-256 f61d2048dd394911e8e2b96b95d53ae970e7f11efb4fd68e769990f7ba975cba

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 945e0ff17eb6f316e8c1813a84d79cd7fc8f7f59a9f3069653b4d6b9e7b4abcd
MD5 ef373bbb253f119cf64b8e326ddf2c4b
BLAKE2b-256 dbc7b9c2c138f13638715fefd3a5f663064c20d14de3d5aafa55bc5232a94de0

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: mikan_rs-0.1.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 653.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5a6b2d2f6414290b235384ab2c38d789ffef56cca46d5748edabf0c4bd870742
MD5 3d23c796b77ab994009b746bf69dd188
BLAKE2b-256 fbc702b845465f829c323e6178d85268351a974973b5039f324e31a8809084d2

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cfb63f7f4f767ffd680d15ec0c1392a7af571c4826b2eea67a6c0a4b3bb08fea
MD5 61ebec61457d2123d4f8359ebef45aef
BLAKE2b-256 9f3817b2d21b850561b3dc7fcd3c4b9e4abd53b3af515f15d003205f0010151f

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b65b7187679be1d562c08c0a3f4c88aea0975c03d15d7d2d78411fadd636646f
MD5 92ce9632ff272159aed4823e35578830
BLAKE2b-256 26fbadeea983edc923f1a67bbecc94ff8c87e0f01b3709fb9fca333baebaf104

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mikan_rs-0.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 703.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8c447c8a6179e8db1cd07a974db5aa390a120fa250aa21be0afb0ec1a238a0cf
MD5 ecf9fe41565382fd1c31bb554748e3a8
BLAKE2b-256 6887818628126ba24e497b96660e90b9bca310403d62982dc665df7333849b81

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: mikan_rs-0.1.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 653.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6dce807856a9d827321c88400148aa2b89769acf10cd2d5d30b369d933894c87
MD5 ec28cc709db2a5304e0de0c0eef9b161
BLAKE2b-256 8102bbcc23587eab10d846963eeb53a43a2df644b5514642dbc0a6e1efc1e429

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fbe1840106b81b02abc2b01d01e7a61d557136e7d19c16a6074d6077bfa908c1
MD5 ffdc9483297731591d14bbe70587e852
BLAKE2b-256 4f83793b1c7989ddc6a56c5d77a444f4be98a135d77e729ed3434289a931112c

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b6e9c8d2ba370395801f107fcf3875fa3825710870bea1384a7a40e3dd06899c
MD5 bf91fefcd53fe9c97cbbdcca3154f639
BLAKE2b-256 794a0c4983e5aa405c1284747c4887b9b01ffa83c2d89f530cd61def96f0f2ff

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: mikan_rs-0.1.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 703.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c5481a5ed7243cc4d44fc362614e5d73b413b87ea98b19627feeef9df258f186
MD5 65a304dd903d68d9ca57ff93865634dd
BLAKE2b-256 b86177d1301171086700b812883e5c50820bfb07309386165313d0fee21f0c16

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: mikan_rs-0.1.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 653.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0ce5e059d7b5e359fcb8be41dd9c54df7bd790694b014163774fd0735f9bb4f3
MD5 0635961707f30171c41e77f98155a28b
BLAKE2b-256 0b5a2a1cbff906c0cd4b6f8f83ce810c7d7174b7693630b93bb4e2d9a20358ae

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c92ff47a97a0fe319b6ce9fb706989634c898eaf5c09d9b18f61fba455302cb3
MD5 96dd6d7a6f61479990fab95b085b4dd4
BLAKE2b-256 d487072fd3559b54f78427c6ca9014c0a4d56cd838c1de6c1f5f8c6ecd6979dd

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0c351044afbad2ceb8acaf3b3dd2c1753fdd3c7496d9aa908573dcfaf8f070db
MD5 3945c888f92f90724d2842b87760d5a7
BLAKE2b-256 00b8a49eca11cd7f2e0939e26d26852007582f36f1619a8ba5c4983aba2fdc82

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page