Skip to main content

Core functionality of MRzero

Project description

Documentation Status PyPI - Version

MRzero Core

The MRzero Core contains the core functionality of MRzero like MRI sequence building, simulation and reconstruction. MRzero Core does not force you to take any particular approach to e.g., reconstruction, as it targets easy integration in existing projects. Nevertheless, more tools can be added in the future if they helpful for the general application space.

Usage

MRzero Core is written in Python, heavily relying on PyTorch for fast (GPU-) Tensor calculations. To improve performance, parts of the simulation are written in Rust and compiled for x86 Windows and Linux, other platforms are currently not supported.

Install with pip:

pip install MRzeroCore

The typical way of using it is like the following:

import MRzeroCore as mr0

Examples on how to use MR-zero can be found in the Playground.

Pulseq Integration

MRzero Core makes Pulseq simulation incredibly easy - simulate any .seq file in just one line:

import MRzeroCore as mr0

# Simulate any Pulseq file
seq = mr0.Sequence.import_file("your_sequence.seq")
signal = mr0.util.simulate(seq)  # That's it!

Key Features:

  • One-line simulation of any Pulseq .seq file
  • PyPulseq integration - write sequences in Python, simulate with MR-zero
  • Google Colab ready - 13+ ready-to-run examples
  • MATLAB ↔ Python workflow - create in MATLAB Pulseq, simulate in Python
  • No dependencies - fully self-contained Pulseq parser included
  • Scanner-ready export - export MR-zero sequences as .seq files

Try it now: Open In Colab

Links

Building from source

This assumes windows as host operating system. For building the python wheel, you need:

Building for Windows

maturin build --interpreter python

Building for Linux

docker run --rm -v <path-to-repo>/MRzero-Core:/io ghcr.io/pyo3/maturin build

Building the documentation

Install newest (beta) version of mdBook:

cargo install --git https://github.com/rust-lang/mdBook.git mdbook

Run a live-preview server:

# in the root directory:
mdbook serve documentation

Official builds

The python wheels hosted by PyPI is built as described above, and uploaded as following:

maturin upload target/wheels/MRzeroCore-{ version }-cp37-abi3-win_amd64.whl target/wheels/MRzeroCore-{ version }-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -u <pypi-user> -p <pypi-pwd>

The documentation is built using readthedocs, which works the same as described above.

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

mrzerocore-0.4.7.tar.gz (47.4 MB view details)

Uploaded Source

Built Distributions

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

mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (416.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (486.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (372.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (364.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (416.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (488.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (372.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (366.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (416.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (486.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (372.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (365.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (417.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (488.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (373.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (367.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mrzerocore-0.4.7-cp37-abi3-win_amd64.whl (285.5 kB view details)

Uploaded CPython 3.7+Windows x86-64

mrzerocore-0.4.7-cp37-abi3-win32.whl (276.9 kB view details)

Uploaded CPython 3.7+Windows x86

mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_x86_64.whl (591.7 kB view details)

Uploaded CPython 3.7+musllinux: musl 1.2+ x86-64

mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_i686.whl (626.1 kB view details)

Uploaded CPython 3.7+musllinux: musl 1.2+ i686

mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_armv7l.whl (651.5 kB view details)

Uploaded CPython 3.7+musllinux: musl 1.2+ ARMv7l

mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_aarch64.whl (544.4 kB view details)

Uploaded CPython 3.7+musllinux: musl 1.2+ ARM64

mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (382.0 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ x86-64

mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.1 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ s390x

mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (490.2 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ppc64le

mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (375.2 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARMv7l

mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (367.7 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARM64

mrzerocore-0.4.7-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl (407.0 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.5+ i686

mrzerocore-0.4.7-cp37-abi3-macosx_11_0_arm64.whl (348.1 kB view details)

Uploaded CPython 3.7+macOS 11.0+ ARM64

mrzerocore-0.4.7-cp37-abi3-macosx_10_12_x86_64.whl (354.6 kB view details)

Uploaded CPython 3.7+macOS 10.12+ x86-64

File details

Details for the file mrzerocore-0.4.7.tar.gz.

File metadata

  • Download URL: mrzerocore-0.4.7.tar.gz
  • Upload date:
  • Size: 47.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7.tar.gz
Algorithm Hash digest
SHA256 c7b8bc5ab89999fbba97c0542d0cbe1ed097817f39f809756349695b1d32b3c7
MD5 a0df88c907050122792f2665fb29a667
BLAKE2b-256 2081be22874f15e9c98a8997ba41e1bbd9db38e91fb1966f13517b9c714ed7b8

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 416.3 kB
  • Tags: PyPy, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2018426c322c7fa2b2aeaab817fcd92b646ce1c679d0968d03b67147e0dfbf0b
MD5 4f96edead42c39c2153c4783085330a4
BLAKE2b-256 d3beb908f4601df176886fca8dc159477deecdf746edd9f8abb301cb4fced6ab

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 486.3 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4c6570770d893c7be9aafb75267cce88b0482593d8fd51139e8638f418f4e3eb
MD5 5d87dcc0f6f91582abb99e74d4ac6c00
BLAKE2b-256 53ca9ea99e537c5f4f999d17c91c9d16854e03cadd9a4515abbd861ab51b05f3

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 372.3 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2781da80e83845f41622882dde5ff20d77cc7a502524d825d2b12020e29ec327
MD5 bc63279c954cf4f529a014548032001c
BLAKE2b-256 73cea67a1d1db69a79fe2de8002df3a873b1d33673e19a0b6c6c27086573aa12

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 364.9 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03a1141afdfa8153584132ec543c9e5b3aa4295fa3a2078f460d16f769b2b485
MD5 852d1f6cf0d3cc894b44d881674d977a
BLAKE2b-256 a2051f867c3876c3802bc19b697665dc2f3b21b72ffd97a50a23daf8f23af265

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 416.3 kB
  • Tags: PyPy, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 60164812aa93eff34996c53148015c54a659cb43bcea4805b077021da191fbcf
MD5 dbd18dca7740e55c9d628c34133bca2f
BLAKE2b-256 d6ac947c2e633ca48a6e75569079cd7c9f68e5d2539db6e3b4ccc5efa76368f4

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 488.7 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 68dbf8989a2431a12861210854c2e4f18efbcb0a1bb3cc10bacb27514fadcbc3
MD5 71e4d3f8b5a830b5426e0a21cc308284
BLAKE2b-256 6d555fdcb857a404fef76b356f375e024920d6a18fd7be79887957e050310312

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 372.8 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5a7d8ad8463cb1d64bfa3c4071caf2fcc08d29a53587f48e23c90a393b052fa0
MD5 b81b5a059880b4dcb736c41210a45bc7
BLAKE2b-256 81155277559256929241bf8ad03675f258b37b8d2755348b0ce1213b7f7533e2

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 366.2 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b479b864491a9a7a6a35e2981b05ccd424a907b68d62d7e7e88f7abfcf179a2e
MD5 70d6a7178456a72e30c72d2721e7879d
BLAKE2b-256 2322e40563cb83bbc4323114591a69270cff817f29542ab7821940b62c5fced6

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 416.3 kB
  • Tags: PyPy, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 965dc3a12c8427cd2aa800731d64fb2d9c2c85e4529181c80e2acdf6c0b5fd8b
MD5 07d85f8d4c721b5a631db9f0bdadf725
BLAKE2b-256 7f5173c17c9ed3a60fb95a632b4b678761212ac4bbd875f51df0132c385bb8ba

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 486.3 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0794d69e8991bf0879d9ecdc101c81314abaf6be7a6991ff0cdf040ec4761299
MD5 c5249dfd3fbff0c3d9be0d5a8d96c9db
BLAKE2b-256 91547499167a548a1aec38626222375d095f71737efa1b0295e5f191abf7c5f1

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 372.4 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 889bf23f03a76abdc59ad6c39c3a51c361b3828c9d08b751243327f93972a31b
MD5 3cc363df8a2272b4cc58752de187e254
BLAKE2b-256 3e2c680f5ae5c41d22c698b6e900b6ec2b3400f11ca62ead0a63a2ebf606427e

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 365.8 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7951ccb33bf5b4cab6b2434068d1b5f3bacfbe5077ede7d93cb8d2c57d10fda4
MD5 3d7f5ff935853df11cb0f9f871f8c5d1
BLAKE2b-256 7d2c1901779bf76b36458b2c66801898a97df8d7a5c3b296ebe96d8be6c9ab41

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 417.4 kB
  • Tags: PyPy, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eb1b42b24577adcab12ca4f14facad58fa517449e9249768e940ac234c50cd72
MD5 8610d6133f76b70f8cc02b5e22a0f41f
BLAKE2b-256 2cf0453d8d2f544cdc8610c77a3066af2358920ab8b9fb72a58d6899510c27ad

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 488.4 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 006115fb90bd2a5391a3eedc99a3d3544ee84d2cbc3201eae8bd112c6bae18fb
MD5 84d1021c97051f817517b67a720c5a29
BLAKE2b-256 fd811b3a5d8e35a3c0beb2092285e8e63e41cd3deb4c0525af31f17bbffc7b23

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 373.9 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 849b4c59acc4def62fdae4c6d4e915144ea0174c1588b03096609b597e47aa9d
MD5 64ebf01a4da863b524d52cde54923c6b
BLAKE2b-256 ec1dc0b2e95a5943d6e2e4a1d307241f187b567020b373e29c07a090a253a38a

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 367.2 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e450bb6a76cc1bca8f70ae2fed1901e26c3e20a46ee1b0467cb8c457417bc963
MD5 aa2abfe15e0e2aad9e6ab2d901236b11
BLAKE2b-256 f6284b41878c45af9e2696a6394a63db63c22ee4215dd7e95dcc0c2b20780cce

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-cp37-abi3-win_amd64.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-cp37-abi3-win_amd64.whl
  • Upload date:
  • Size: 285.5 kB
  • Tags: CPython 3.7+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 839767691caf494b2c3a831a7221c3d3c63f1a65eba8966cfb65825a461a58f1
MD5 26df657c7131da5e01b34d2f9e9ebf0e
BLAKE2b-256 0a98bf92ec6c98a78061ae4bdef5c27ee34cc1c5c9d8585f70d9c70b581221e2

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-cp37-abi3-win32.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-cp37-abi3-win32.whl
  • Upload date:
  • Size: 276.9 kB
  • Tags: CPython 3.7+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 f4e76dc3d7325c7c2c127a0a9d980414d0171a03d9e69d3694d1e641c9aa2bc7
MD5 f4d9f9a0f76b97bd090e07a71a2aa927
BLAKE2b-256 7abb719e2812272bfb3f418b26b0193e1100a91f33e4fde1708e894150f21cca

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 591.7 kB
  • Tags: CPython 3.7+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9eccfe938964cbb6db23dd72977ab8ca72451625db2352a6ebe9e87fe92811fd
MD5 15672070c747559ddf8beb1a08cb5280
BLAKE2b-256 9cef14835d8d6b7854eea9082cad3b915c459cf26e9b9ae91e7030ccffacbc51

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_i686.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 626.1 kB
  • Tags: CPython 3.7+, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3f02811dc182d6a11a494a2376ffe62d8654f241238404aa0a31423a46a8b96f
MD5 34892a1e2e24d5433a7428de84f7dbc6
BLAKE2b-256 83cd4251ef8eddd8a0b01f9ad0e44507046a97cbcec49a22b82fa168a470a8d2

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 651.5 kB
  • Tags: CPython 3.7+, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 589c9b4ed4edc79763f2051b3160730d927b5aa4b105053d726776277754c1de
MD5 a3574fb69338f17b41774287295a4e1b
BLAKE2b-256 4c67708b6982040c7246b2310fa4e389c68080b1a02e3b63d9a7e35a19cde823

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 544.4 kB
  • Tags: CPython 3.7+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-cp37-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dfd38b168f01d2fabe81d72de7a0772283951738a54f785d36779165b4a79bc1
MD5 863c84e582651a35533b062611dbf4f5
BLAKE2b-256 31748fb81d588674e9452ffdb1d55f8c9e583e5667e2405da2a6fe56e9d0242d

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 382.0 kB
  • Tags: CPython 3.7+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a05a46cd8866fe04e3cdf9cabdc4f91690d1ef8ff3848d6c2e2302c1a777c37b
MD5 be34cce464827f67535f448cb9eb6791
BLAKE2b-256 c4ef87299b86005baaae1c1d245db09f9c8abbc3506b290e052600d9fe3fc778

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 418.1 kB
  • Tags: CPython 3.7+, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f9f2f2f969723318038aba97a7275a2e1ec92f8743a6976b000564449af7ab4f
MD5 d74595c0c608df78b76f5f327a5a12e7
BLAKE2b-256 d1a17af0fd0b610bee871cef33f7b385212e28920d383e022baf2efede3cb968

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 490.2 kB
  • Tags: CPython 3.7+, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 81b8ba8842a7f6bb3c0d6c74f7926e1c71cf0c8cdd3ca937a5158260fd31765f
MD5 25b1bf3af0baf1da56ce519398e50e7a
BLAKE2b-256 7e47347ccdef1a3d168c7debc809a243880a7d019fe30f91c4554691f85aac2a

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 375.2 kB
  • Tags: CPython 3.7+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c2ed28b8bb5c5efeb5506098e6bdc4dc404d3a346921000b67ecbeeb9cb5179b
MD5 58619d3326a1a2519ea3c3aebab27fd3
BLAKE2b-256 2d40298a43d0272cb706824e759bd3afa3ed2441694d4825b0a39a10a2601fb7

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 367.7 kB
  • Tags: CPython 3.7+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79ea0978e83ca5e371d33a6fd618c3549cf36cc0d1b45cab4b92ef62daffec49
MD5 69f2eba26c8331c037fbfb4fd401e852
BLAKE2b-256 31f8b6e775577880d0a4aca4d5d54ccec22dd22643fa46f5a095435ea5ae54c8

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 407.0 kB
  • Tags: CPython 3.7+, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 39b9952f55d01379e0fb4926219924e6f6a446ff63c3b9758ddd765296efd616
MD5 e7153859330481b6d6b95af04faa3f10
BLAKE2b-256 2858e7a3ee0264794d2d1b857de99a1c730abf7a4b876f637a4a598cfcdf4938

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-cp37-abi3-macosx_11_0_arm64.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-cp37-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 348.1 kB
  • Tags: CPython 3.7+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-cp37-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e0fbe1d19370ef2ec5c3e711a23fa6695ac9d14f53065efe8beebce4a1ffb86
MD5 d7687cb44de6d686cc771357bff6d9e3
BLAKE2b-256 986843f257d1c025f90fa8ef919268c69487db1be4a7af0c29dd46cbfe676fd3

See more details on using hashes here.

File details

Details for the file mrzerocore-0.4.7-cp37-abi3-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: mrzerocore-0.4.7-cp37-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 354.6 kB
  • Tags: CPython 3.7+, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mrzerocore-0.4.7-cp37-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4592b42853e5339722f1408a9e7202c5a0cbc33cd312ec4fdee7975dd4644fd6
MD5 98a35ae5787f6e6ce066db3544115250
BLAKE2b-256 7bc08ecb6bf822fab1244b9901dcc6f40f3be26945a6bc9e8d9b3d4d69aa676d

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