Skip to main content

A Python wrapper for MRML (Rust port of MJML).

Project description

mrml-python

This project is a reimplementation of the nice MJML markup language in Rust, built for python.

To have more information, take a look at the repository.

Usage in python

import mrml

# without options
result = mrml.to_html("<mjml></mjml>")
assert result.content.startswith("<!doctype html>")

# with options
parser_options = mrml.ParserOptions(include_loader = mrml.memory_loader({
    'hello-world.mjml': '<mj-text>Hello World!</mj-text>',
}))
result = mrml.to_html("<mjml><mj-body><mj-include path=\"hello-world.mjml\" /></mj-body></mjml>", parser_options = parser_options)
assert result.content.startswith("<!doctype html>")

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

mrml-0.2.3.tar.gz (143.7 kB view details)

Uploaded Source

Built Distributions

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

mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mrml-0.2.3-cp314-cp314t-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

mrml-0.2.3-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

mrml-0.2.3-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

mrml-0.2.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

mrml-0.2.3-cp314-cp314-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.14Windows x86-64

mrml-0.2.3-cp314-cp314-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

mrml-0.2.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

mrml-0.2.3-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

mrml-0.2.3-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

mrml-0.2.3-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

mrml-0.2.3-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

mrml-0.2.3-cp314-cp314-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mrml-0.2.3-cp314-cp314-macosx_10_12_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

mrml-0.2.3-cp313-cp313t-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

mrml-0.2.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

mrml-0.2.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

mrml-0.2.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

mrml-0.2.3-cp313-cp313-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86-64

mrml-0.2.3-cp313-cp313-win32.whl (1.7 MB view details)

Uploaded CPython 3.13Windows x86

mrml-0.2.3-cp313-cp313-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

mrml-0.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mrml-0.2.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

mrml-0.2.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

mrml-0.2.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

mrml-0.2.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

mrml-0.2.3-cp313-cp313-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mrml-0.2.3-cp313-cp313-macosx_10_12_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

mrml-0.2.3-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

mrml-0.2.3-cp312-cp312-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

mrml-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mrml-0.2.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

mrml-0.2.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

mrml-0.2.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

mrml-0.2.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

mrml-0.2.3-cp312-cp312-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mrml-0.2.3-cp312-cp312-macosx_10_12_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

mrml-0.2.3-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

mrml-0.2.3-cp311-cp311-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

mrml-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mrml-0.2.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

mrml-0.2.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

mrml-0.2.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

mrml-0.2.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

mrml-0.2.3-cp311-cp311-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mrml-0.2.3-cp311-cp311-macosx_10_12_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

mrml-0.2.3-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

mrml-0.2.3-cp310-cp310-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

mrml-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mrml-0.2.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

mrml-0.2.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

mrml-0.2.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

mrml-0.2.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

mrml-0.2.3-cp39-cp39-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

mrml-0.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mrml-0.2.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

mrml-0.2.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

mrml-0.2.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

mrml-0.2.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

mrml-0.2.3-cp38-cp38-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

mrml-0.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

mrml-0.2.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

mrml-0.2.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

mrml-0.2.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

mrml-0.2.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

mrml-0.2.3-cp37-cp37m-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.28+ ARM64

mrml-0.2.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

mrml-0.2.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

mrml-0.2.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

File details

Details for the file mrml-0.2.3.tar.gz.

File metadata

  • Download URL: mrml-0.2.3.tar.gz
  • Upload date:
  • Size: 143.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mrml-0.2.3.tar.gz
Algorithm Hash digest
SHA256 6cc2845e55f832102001a437d35e852ca1c921e85ce9dfa1721d35416bf37672
MD5 3c81036a41ef096fc5bcf72f1c0094d3
BLAKE2b-256 629ebe1e3babb7d97397025f24493490bcd9e5398b97489cf1472c4a09b8b855

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3.tar.gz:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e8c392242235c72f68ed89a7168a9dc58f51ed82d6cba68727e37501cb57295a
MD5 ceccc2b55c61c21adf625f9c8a29c2f2
BLAKE2b-256 6fde6dcd9269ed01b79dde40025ad2b9ba0b619276f4f0a04c1b2d7e82e3897e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 792a37c44d2a33d7bd18f1a1a608d30e5efb62a35fa92fdd425b48fb253553ca
MD5 12485c7f3995b7686fd39f0b1642d5ae
BLAKE2b-256 d2917a65c9acc8b834cf1213ff9c562240030bbee6a445f817cda538bf0424a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8793093d471139bde2e48348889e33571f747f3d86f554f65ec0a7c159a4c213
MD5 d3a10dbafa5a6f69f5140b1feb203272
BLAKE2b-256 e3da3b4467bb503900ab43a89b4e83d23554dc7c74833899c4c554714f761fd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b4406c2b4c1b5f5e698864356d42cf5b5bb105094f53fcfeaccf5df5b00614a5
MD5 f4afdbb4422ef1ba60c6003488ceb541
BLAKE2b-256 a18bad44adbed7e761af2f51008f2f58b20a104092f297315723f122e3cac8e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5616a9ae4a68aa4e217938a2fd392902cfbf60e4cfc9d99b60db1103520c98fa
MD5 8eb639b9958e9d3963b21401c79385ec
BLAKE2b-256 b8b0d062895cc31cdd2bb3e93f1a68a2b0de4aed0ebb088232104de7b7e895d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 69d604435ba61d9fc552d345acea90ff83a6dc1d6622a89aeee695f140227738
MD5 7a72169b5cec65bdefd19f9fd0460715
BLAKE2b-256 358c8803349a0f36ee9640f587c776352bcc4de32082082744032e961d48ba95

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6d75aa08a31640d6f50e9310051d2bea8aa74033c5a6e0b874bf3c4622676da3
MD5 0583f4db62b198977c810ac382641472
BLAKE2b-256 661b3cb2aec8a15fb1843b1364be79f082880c28138a349fbb5812ad26183236

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 adaa152a48957ade99d520687466525c25764cb2a9167f6aedc9f8a3f3a0cdec
MD5 faeeecf1851b11def2326e5d7808e6e2
BLAKE2b-256 c7de114407a1e28aa6e9a093de07cbd262cca434fbe94972e77cb7ba395fa78c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ef0adc1afcc7413fa66f5f6881863f002c143bb1a6b43f5f826341d352cb65b0
MD5 f242bedc6941bdf888334d3cf4aa3c07
BLAKE2b-256 5f2a6528529606a6701c8e1ade9a56dd9b0d8cf24f7bb60aafa9ac13a9a8e21f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 96b653cadcb7582158ac413c1c6fc71efe013ca84d8a03abbdab6e1733be1c6f
MD5 f87de8d4f28764116441d8b5ea16864d
BLAKE2b-256 6c2fe896806358e9c3990d131e205a97ed6cc64b9aeefbe944e19da1d714bd4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: mrml-0.2.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mrml-0.2.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5f57137fea6e47bef5fbebd5f824f2916211f24ea6775dbe9124cc4fb26e21f7
MD5 beb4fc86fec22eb5a4798d1ed6bfd9eb
BLAKE2b-256 81ea9d77e2e8962f2c67d2b699da27c124e2ec7e2e75571a8eb83c85e88600be

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp314-cp314-win_amd64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7e705d385fdae2ecae21eb6eed74fb8a77e22f7e334ba8ee265e1d4c6a601f06
MD5 05f52f1e6a8869f8b8b3758bcca65239
BLAKE2b-256 6df0439c37a804681466c3de5797a43f6f81ec81a58439337c1e21fcd5acf70a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a70730bed0c9a72f66742cbc7d8be32c593593631c4136465fbbf71f262048c4
MD5 28f16d2a7ffbd86b6627e2c8875aab81
BLAKE2b-256 f91941cf09c3473834f1e83c1e6b234bc983cb836b8d9cf4453511557401a9d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e58619d57d90fd85f93d3b0c41fe5af517ce083d29800e49f446d089d5e6ea82
MD5 6572c50a27d31c84aa1a6e5e8dd95825
BLAKE2b-256 e8707e917010be6297779cb30e4046ce07dccd9e1504dab138819d275e2f071f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6d326e1adcc455e9f7e3f264b3fb856237fa69f6e6125f6d4b25f290c6e6a038
MD5 f40e3e1421c19e9b4e199f2ae802c2c3
BLAKE2b-256 8d64375497b5e587d96f438f043d4a0345b268d2edef96e7f2462398365696b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 60360debc846bb3c6632c4bf4002ddc60b6dfd75b267ce20c2bdcd61b498c01d
MD5 b5345dcad85a73cda6649957b7157f7f
BLAKE2b-256 787a5c88ef57cdd76b5d156ed80b0ef569244f57adbc9cff734f0e2456f53388

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 25b8dc2500752cc7c70c7f093d1579e9b03694138114ee6673844c7016e83c15
MD5 ccdf1d41201fa7b21ac9733876f1b4f0
BLAKE2b-256 8f1e68ca0c22611a0154f67f17081f738dc86ccf7897e98370ddb72b3319a75d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37b6eb05fda8bedaccb6d7c69f187a4640d269661f6916867f0bdb6844f72aee
MD5 1df30ae53fa4e69c99757b5aa74b4345
BLAKE2b-256 900f6f6bcf420d830f636fedcc48842c28fb64667df7dd7bfa2e141470f9d5bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3c52024ddcadfe61cd0973ee7a608a91e04900a8382807557fd36f4e78e10158
MD5 ccd4e19515b1121e1c36e748eea215a5
BLAKE2b-256 adfdca47e1430566e9bca6e7ad09b8271af3dbfea898ac9f17744c175090448e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c0f8eb582f6d7308cd70970cfc9203cf861b7bece0fafab15dd1aa6f317f38f
MD5 2634230325aba414d7b36e2be35d06ce
BLAKE2b-256 432c7f93655a1b19c879ed2cd7d720515893d0eb19769892dfc273ce570ca14e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp313-cp313t-manylinux_2_28_aarch64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 97bf3f7138885b21f260e54ec9d91a2ffd5d2793686515be5ccb2dcfe901adab
MD5 f3b8f43c8f5d6938bcc4dea97cd58327
BLAKE2b-256 132eeeb25ff72788779bccf9a84c370556b39202bc6dacb9c6b6b87364dce6bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 def2d2946767954e1eba441e7620ac4a6f76f92c77aef4b9e357992a696ca911
MD5 8cba86c54ce745ad12cf5f64f725cd5d
BLAKE2b-256 865ad6c89e68dc38db802c34e0a8521f8a9a9c7ef56da753995441275e149cd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d669e22f06b1cc3a6289658db11c0fe3eb7b46ee610a044308e4f4f07eb6b8f9
MD5 449df47db9c8a32c6a811fd99e339356
BLAKE2b-256 eb61d6f6759f31c10f55beb35967b9461dc42ca632adddfa9e9cf858f1546010

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mrml-0.2.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mrml-0.2.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3f20d5cd86227ec8e885a73b77684d5a7f73664009626e9384c2c832f369863a
MD5 6fb99716eaaf8b7f22c9e466da5dcbc6
BLAKE2b-256 b37ed2b4129f16ca93ffc09cfe40089909c3f29f56c3856871f02a2018d53bf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp313-cp313-win_amd64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: mrml-0.2.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mrml-0.2.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 03b98004640beeea3ddc5db5163ac67fd95f86252dd64c56ae5bef32d59cdfc4
MD5 26af2067fbaa53ad259459f1da7c3b43
BLAKE2b-256 5f7986736b93d3c95af569d2aaa177fbb8dcf430498179cfbd4e25214698f95f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp313-cp313-win32.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3ddced65c37ed493a87cd1231c5c6f19ec4f0242b4cd922857f44aefab65dd9e
MD5 fc3bce6f6d95839000312d4a7044761a
BLAKE2b-256 5357482dcb82b4a34c81a56241485280e84ba9bf0d7f9f7098b71b9f72d0658f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 74c3491240f07ec15ad14110c995aec9250cceb674ffa1846fdeb7001ee9f4c6
MD5 c9e1e5ca322d85627e9bd680984d0fe4
BLAKE2b-256 262599b9fb2cf3e2f28a1f14f7b1da629676359f679e9a7d406021ae20037835

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7ad101e250649b71e995a1e50ccebf3f660a01476d5fb7b86bc0923dc6fc839b
MD5 d42df47503afc077b51b149adff4c2ce
BLAKE2b-256 4085b93a3f76884503c28ea82b95fa163dba0aaf24d6a03ae416f673b4b58bfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4b85b3595e868edeaf20554fb95422ea65e12953cb66168f7bc094b55c223c21
MD5 2e4d094efbfabfb794731cc5d340f934
BLAKE2b-256 687a4b4ef320dfd402c5a3099468b905e94b49863156fddcae3e14660dfefd00

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fefcf949f426d8887c995504cbe17c9072ad74430fb4c549eebe0dc7f00770d1
MD5 6af4657363cc115424e9ef3959b81bdb
BLAKE2b-256 469fa3a8470ad20345145c42a09164a84a9a9a7847fe281646e65525b717e898

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 40026e8490c8e5cb14a600fddcf7c1a42b0badfa27c11dd3d1e938f4fe676ae6
MD5 7b8fd7e2bd68f6b5c6fd7f760baebebb
BLAKE2b-256 0f3c1bbad1c8ba65d52133393b22050d9cf4134df892066aa1d7394d6ade5c77

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5969e5aa6077cf742c93ba9987c182adde13017fe8c9398429f396b2e02420e
MD5 0b1212ca3b74dab49ac3417c988ec50d
BLAKE2b-256 cc23beacf9ed44e1fab13ac8435ad282d94bc70b487ff0f6b28dbf8fca79ecc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 beeda7976837fc2606ca20921523330d4ec64b2278c381e3e770cd51aaf8c307
MD5 e73e152c5d99b37851e80d9519ff0aa5
BLAKE2b-256 96b32ebd3ae2e6b7c62de7c9b8452d9dbd03fba6436732f3e5b440a7bbfd6366

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mrml-0.2.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mrml-0.2.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c55e5976cb9e2b235c91266694859aa68b8cc5699467ba05602084d57387aafe
MD5 7d02693fee4cf204e8a050c6eaf7d4b0
BLAKE2b-256 5368c2fc7dd1374e20e89850a08071a8e939d5910fdf09b4e4a9bdeb3167786f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp312-cp312-win_amd64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bde3b1e526f25f388ac6569c207802de5087a49c114e1f4928d2cd5b1f5e6d17
MD5 7d97fc0d8818e67cb82a0f3f63db4ba4
BLAKE2b-256 029d75a8b834b122193d8320cbbaada341b7854247964d753063c6bdb6d2e19d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 465439ae7f6fa33ebd484bcea63e0a0a21fb9b2511c1bf2f505eaa7755b143ce
MD5 79300bd1601a44e462df6c1561a063f3
BLAKE2b-256 3c8f989acd220583d2949d1ed833b5b5078fc090bf94cb84046281de3b5466ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b85873374bac950b1c0d59cb1859e2b13307d13e46299dbaca52b3fa3dc38492
MD5 198710770b33df69b9a3666454a08704
BLAKE2b-256 86b976438ac1b58edc1c0558b9eccb6d3733e8492a88587e461c922ff308e311

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d39a28169bac4a4bc04ad3e43db64e7dce2cf24fc1ccb7728faca2cfdd67e5f5
MD5 a6e7ee45b199d44ff29f92b42e916503
BLAKE2b-256 7366fc0041129d3a0e2605d7e83cf4fa769e74cf6dfd251de284cf52ffaabe2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd4899947972bebc2e088f96cfada71c293f5293c4a2ae5de3354da65dd5e177
MD5 50ca9c156f8d0dd691b92140209e3dc3
BLAKE2b-256 d3c4300d2d153a0d411d5049ffb52cbf7d05176688d4d52ff65907343dc29be4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1c49c57154c6124cd05dc3f3f4e361ea00d3874625b4f30f42efac93c0354516
MD5 743d436e8a877ab7da555b7b49b438f0
BLAKE2b-256 38406de32ba7d6e12302e48ff007bee00c345aa8b9222c7422e41ebfe11a3021

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f29af75a1dff547fb7b683514936d7efb63252da7b0e28cf943696a0073e557
MD5 c5bb00103c8e2cf6f335b26aff0a8aa5
BLAKE2b-256 2c2c733fb21332539708521ad3116e4061feeb8b65edd4c9d719a2b62a2c3977

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 27f7ae1c6543881d809226859b05ae1bfe86a6453b4ac83279b1c70dd38923e4
MD5 35d55c819bc915c0f7ccd6a507353a4f
BLAKE2b-256 c32aab4fde91a8699ca2f5e003bcd91ec150d6e5a318672bc5fcf1f16fd7c56c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mrml-0.2.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mrml-0.2.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c304c643ca8f47a0b9f1d805f9537d2d2ab5065d5e030eae8dc863e148d5c426
MD5 12e702e3569a939d25a8be860227cb4b
BLAKE2b-256 ff0b2671361169635b7bba68b712a14f5f736b4f6794089152ac4a1293024b7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp311-cp311-win_amd64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a2c1a47b53d347e388a51b16e3dd828f625373a8bd661f31a4db5e3605c972e
MD5 ceb36ff928dbfaafb73bc2bab9626e2b
BLAKE2b-256 9005e673a7e6fe8d3be4c3c6a48b0d1fa67f631db458c30d912bdb44e56fb204

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4eea083b7ecaf33c19c95ba8e7dfca60195bc128fcd445b110ffa650b8372301
MD5 a60893e255ef3d804f2e932a2aa8fff7
BLAKE2b-256 edb15f552c93e206b1aa59fcaa81287cb0716657f0359f9351c1575713e74154

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e03b0372a81f5bd66c000020c0f7ebfa41f5167d5b06540b900182c4728f05ea
MD5 05c586445ea444c8836cffb767b658a6
BLAKE2b-256 9981c94ba78b3885bc01ecee3c9726137b82fb1bdd9769896a49021ce6361cb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 56d58ce8c6782bfd77c7ca0f82faf2d95011c8a8fd4c5682f70db0d7b3fa22b2
MD5 ee041e1b56b72091b336eb9ef0752f0b
BLAKE2b-256 7dc982f30c25457249a2a50a92110baae4daa85d8e7358e78ad456b5c1f19720

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 81a917eccac9aa26de4a9db1408c49cdf31455f52099e5b963db13404b93dd24
MD5 c61b766c81ddd8146eb553687a743134
BLAKE2b-256 7ee14bbf06084fc74b4bc1f2641960f1ac193ff857265370d734e932dae1f3e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e2f64cfa3eb857d5a0bda7bb48ce7e66a5e14b5bafec406cc37813d9ced6c587
MD5 99d30a16d9212a3ab4e87b2acf495171
BLAKE2b-256 7ce811c8d91e9e445bfb75b965b453d397b758eb746b86828442724cf3d50513

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a33a4b86467a605d8f5459acc4d3949ef1936cf9fbe325dd9f1786445e7d881
MD5 a60fd9674d1422bd42e9058e16985cf6
BLAKE2b-256 c63effcfba000b0660edcd34e8dd48d87924519e084429be88bf7f9a3303f90b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c16ecc66118f15879485d167dc449a21d85db0c155deb1548a02c112ee0b284d
MD5 be81af713a0b0dc33723f3f3a6f22867
BLAKE2b-256 8fe90d481f24a071bbad6a08cd4791fc153201fe4b29b984a62b3e0148bcf1d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mrml-0.2.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mrml-0.2.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 32e60240f276ba2383c1ec3c524abe4b8ee8e7c3ab3515d19a48890fd0c1d311
MD5 baea327f1f1ea03d8d5d906124c2c08b
BLAKE2b-256 a68fc43e312e28434e94c554da91e225091e8b272bc419d755aafd8b991c1fd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp310-cp310-win_amd64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a363aa2a67277384984ef5bd297445aaacfd9a4821b45d33f2a36dc507641f1f
MD5 722c961a188c1a5a7a1623144dbdb585
BLAKE2b-256 0ca217476eff6201db9a6d15967823dd1e504bdaf418a277004b77968b41a439

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76cb3c6371496111e8246cacf76ad8106939168b504bf923b4297703010f03bf
MD5 e2c33972ffbbfe3c04d0631b784a9332
BLAKE2b-256 17ae28536c96f9eba082cbb5dd07780e341af456abe3f4b7ccb9c9359881cb8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7a92d68e84a1b317e438a18bb1b04006396a6d0c0043894854757c8cadcf6bb9
MD5 5386a4a68bb29e4d3a7700cc490b2a5a
BLAKE2b-256 357f0c720cba39ac05c5b32c546d10c37f92121f4287d75f826b975b7e312030

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 abc0397cd1aee579197df79bce09e8ca1a6b71e3b99471d2476fca8a380015f9
MD5 018e5feba56020297b4478da5200db61
BLAKE2b-256 fd826e52691550dcec8dc80f73b1c99b767f41905a007e7f82fe8908666eb97f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4ef0ee7524cc9c9aa4d0c2ffd30f68a43d8c033268b983581acfd2d59d7eef74
MD5 c2e9922bbd7d98a6aa696e5334f8e8c1
BLAKE2b-256 9a595b76c158c26d3e273301e866e0f939329f78285f84401c0b22b10da49056

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8d9bed34d0aeaecc13f7bf93668f817b06764bce1994af88e1fec4cf779fd98c
MD5 f745d21268c4922ecf019a7826f2b3a9
BLAKE2b-256 f06d65f1e255fa25598eb9778331a36f1cfa23cf77443300044236deac51f5b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2512a3441b8050b3f1764d0d71190edcb76715e1da587b311e430e572a276c3e
MD5 b34afd6ad826c9f3668345e826992a76
BLAKE2b-256 70c86bc49aadb7df5569354d8226d42dd96ff0cae8fdbbc52655205d37c99801

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aff6bcb932aa804d9a1a94945f8ef99d1613c20aa860858a8fec32765f18f9de
MD5 258fa73bc0fb24948bd52ae1f99b7d3c
BLAKE2b-256 bc3df2df5d9a369a7d996ec66e69c63a0a0f3fb4b7b26178e2d1cb5a0efbc291

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 84009040ee0e00c685d28fcc6bc4dab470608e0c9a1d67176034b6b76b753fda
MD5 8132a0b50a3e29699959cb7f4c12a282
BLAKE2b-256 1555359f694a3919747f17b1018f97ca11b9bbb21b1319a64af97fa1359c6b2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9ed7ed3bc27521d9248b2ce3348f0daca5a453f6b7ec93680c44538a89bd3078
MD5 650adc584b92eb428408839310d702c7
BLAKE2b-256 dd4c7da054d11b2adf0ea97e1b683d9bbcdcc978520e525225982f408ecce6d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0242f3ad60f98d48311502e2508823373034797e951c9c6a024e9f75b36daf87
MD5 1a98fff62489bed30099d0fba5186c72
BLAKE2b-256 f334b5d321ddd53669c5cb625d3866941fa6f2f68a8c1f004ed51fd8317fe289

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3baef8646eafece594c6498bd0365d47adb83985ecfb95db10260af5e4fb8c88
MD5 258d9f4e00b9ca2006f5b56ea3c64b21
BLAKE2b-256 8899de4a4244c12231be3c811574d6c4b24685830be4ee3c5dab9603f0905455

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a48892d3399c712e637a690664ceb2037610c96e2472165fa540304c55874c57
MD5 ddbb877ec4e32ec3b9bbb4907bcf07de
BLAKE2b-256 31d8f7778f70af7fa74d8792d77073c949773acdf46d66e0b22d77ced25e6eb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp38-cp38-manylinux_2_28_aarch64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce591deb606b546dcb1bdf7068f550891bc57b4d8ae6c583622566d935caee7d
MD5 f22753eeb880c3b5749f3f7e8787728f
BLAKE2b-256 849473c6260ed3067943228fae851547a512eeef15a8f5591ef289ccc5fb98a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1d36deb5ca67e9e8ddc69bc81967a96c4779b6716a411b6cf9a53abdea2ef272
MD5 f4def79275d7a85be027fc8f40b6581c
BLAKE2b-256 5ecd937896b6d8a1def4b7635e40e371746cebf9bca37575f375cdb577247341

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b531d03ef6b32ac60eeb340d3f0148b94ae05d3611542213a7b51289e8060218
MD5 267c72fef8bf88ecfcd5f0e5b8f8341c
BLAKE2b-256 8d841691c568700d5c03b60b003147f5b42fabcae8e37b279b5b38c3af360162

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b91924d394bda78feae87e5a756cb1a539613c74e903b8ac3a256afdcbb70476
MD5 4a586462561dd52721ce00f2ac0637c4
BLAKE2b-256 62989e2607ac4f740555f72e54c8cd0e47abd8451789c558823d789b1054656d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5fcb30326ef05960eeff76f1cd4575af5aa79eb0ad037bdcecc4fb10c0c85e0f
MD5 8a49a37a1cc921ee192c9ffcba9056e5
BLAKE2b-256 de4f45d6659811ca58d50dc4b38b1ff92e1fa98605e6df8b868723a480b2c6f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp37-cp37m-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp37-cp37m-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0ab448de84a24e20a9541a8c63f1268ab5323ad685f17537214ad37cafeaa945
MD5 63d75b63e5fed1a04ff84863855eb755
BLAKE2b-256 ffe286f2af78a4a4f095c4e66cbbd17aa89135b16ec48cbc3989ad6eab293718

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp37-cp37m-manylinux_2_28_aarch64.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cb2167a7f202c1ef4e581077666ff9a04824ae3488be36325dcdab2eeb321dcc
MD5 ad572714a62f79cbfb9827ba0404346d
BLAKE2b-256 dce20322a927f19e252cec9f1363e9038bb04a580d5889c94d5ec21e509e5505

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 caff5be29acc3b3062d3425ad1f0e0720604174fb3d4784fc25d082b7365b6c1
MD5 89db4da630287752e0e463e2297f412b
BLAKE2b-256 9fb6e10ec2caae27d137017585cdf18b5220e84161ba6e8ede73df887cfa1d4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrml-0.2.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 14ffebcffc7cf345c383b86823b5671f66d8f776abf33ef4a6d33f9d99c3f413
MD5 0cce8aa25f82030550facb2c66e9bdf0
BLAKE2b-256 aff7d21dbb62e4d8efb2330564dfe399ab5b6483ae036689d0559073e6822663

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: mrml-python-release.yml on jdrouet/mrml

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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