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.4.tar.gz (144.2 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.4-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

mrml-0.2.4-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.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mrml-0.2.4-cp314-cp314t-manylinux_2_28_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

mrml-0.2.4-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.4-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.4-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.4-cp314-cp314-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

mrml-0.2.4-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.4-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.4-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.4-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.4-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.4-cp314-cp314-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mrml-0.2.4-cp314-cp314-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

mrml-0.2.4-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.4-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.4-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.4-cp313-cp313-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

mrml-0.2.4-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.4-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.4-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.4-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.4-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.4-cp313-cp313-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mrml-0.2.4-cp313-cp313-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

mrml-0.2.4-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.4-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.4-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.4-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.4-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.4-cp312-cp312-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mrml-0.2.4-cp312-cp312-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

mrml-0.2.4-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.4-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.4-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.4-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.4-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.4-cp311-cp311-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mrml-0.2.4-cp311-cp311-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

mrml-0.2.4-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.4-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.4-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.4-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.4-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.4-cp39-cp39-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

mrml-0.2.4-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.4-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.4-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.4-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.4-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.4-cp38-cp38-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

mrml-0.2.4-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.4-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.4-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.4-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.4-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.4-cp37-cp37m-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.28+ ARM64

mrml-0.2.4-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.4-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.4-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.4.tar.gz.

File metadata

  • Download URL: mrml-0.2.4.tar.gz
  • Upload date:
  • Size: 144.2 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.4.tar.gz
Algorithm Hash digest
SHA256 e61d6f95b07c1aa88052534de8a09e4eed7c08c489360a21ec24dd1a90b7bb39
MD5 f446d3b95baee5136b2bdf5b4b090c3a
BLAKE2b-256 7d4e06fd81ddbca1db895d61b75808450d48ad8e72a79ccc5b8c42698fda93f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4.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.4-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d17b0bd0999c6445e6ce840d260e3883c68c88b648fbefbcba7711416c3a0db8
MD5 f74ef3606461144450f37efe4a0452c4
BLAKE2b-256 11248165c3109f0bda5b67ccbdce483b701919c75ec5fe5137a457eb2918ee1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d4aedb3d29d30586b03a17d27dbe736861e92ec0396aed8965bd97a2521a00d
MD5 24ef6780c36cf43cb599646adc09713c
BLAKE2b-256 1636fffe59ca2a25fc1ccba2359282fac6988833f092b2392ab7d098a2655dab

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 00e90af1a06097b2aa0641138bb42354a96ed1e238e6eec69916218abecd28f7
MD5 b96182c0e888eda39a310427695dfbe7
BLAKE2b-256 e63253c7ea79f55e854ba76cbc2063279f5e88c253fac5bcd9dd4eddd424037a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 11dca2491a4c1a0af692cebead6da6576d93e4eae5281fdefe8c50562ab6238e
MD5 763dcb5b0ff5a086d5e01596ee944d81
BLAKE2b-256 20b6e691c31aa555b5bfbec02fadda119aa11394c0a980b8d6372033da4f2898

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c6188e0610e977f7f6de3f254854b53bac165c5776c49b55446ab710c7f4ea0e
MD5 b8d7a8ecfb1864319cf68762ae778c8c
BLAKE2b-256 e41176bce328cd5a7a1605e6322bae230a9068c246e5a3c6659cd4491c20bc37

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4f3e2d6be2791f7da4a560d6e5945365e386773c1845f1d82cda6db2440bd4f0
MD5 6aedbcac5b28e01cb7e1907aa7954b00
BLAKE2b-256 f59973eb3b42b52061ecdfc07ce6f27db5fc86ec202ae2e71dae8c1d7d9340d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 789c1939617e1bac99fc1b1cc6006a32d2aefd48d9d5a882517849dc1f2cb62d
MD5 187e35af50599b8f99ee8376a9e188b6
BLAKE2b-256 122535e056380c85e72c54112a1b2dc7327539f449ac7fcf41b1321c4a9068a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f846c18717a62d4fe22c08fc0e3ba036c1220e1c1f4744c49e80f5dd6d952f57
MD5 cc85553ba05b424eea1687ea9e9171ed
BLAKE2b-256 227189a40485018d60bb07990b37ae6a62da86b5b8f65d6d072395e2263fa739

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a4100bcd3d0799c647d4e0cd5dfda3dca974e06575149f11de195d8b44f017f8
MD5 efc90616ab324f75df5615f36cfbbd2e
BLAKE2b-256 2edf9e0bc40889ca6e22c67f799e1544d858abf3cfd05b3b4200bc4e126cb14e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9d5976d3bebada4167cde971f7c3661eb78d6ea644778750bbf22e31e1286de9
MD5 574859f95a63182ca33e6ea7c4f09c2f
BLAKE2b-256 2bf516401e7e743c80a1689307ccf58157186b1f8e987ff6fda17b7eb1e0a4f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: mrml-0.2.4-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.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a99d063ea1ec333b423f9cb5d5b3066b96391dbdf32ee1e7376dac5bb414a02c
MD5 98c88c1ba82b1907b291fc596b1b49b6
BLAKE2b-256 b6042321ad19ff30e61973b1dadba94d7fac5cd428cf1f3a63d71609295524f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 00ae926bc17516098bd6e58b6b7ea16cce2682055615b850e4431ebddad9acd7
MD5 f52961c9afa3a87c23f8006fcfe2fb86
BLAKE2b-256 bf44e1c7d67029b467c5b875302c5e1c8d874c74d0b5f451ab67cb8e3ff7b4c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0005c2d1e81bc81def0531ab56c0abd6109110f1fcb63e009b121f1b0522365c
MD5 4631c538b145deb3f510a9ccdfb95a3e
BLAKE2b-256 fe44e7df43cc2ba159280d9aade399e6a1d9b887caa7a621d2c7d47ee663cdaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c453f90fff3a1f7df73390e590ad3e04252b2b1f774e52679bf0273144e19f40
MD5 765ba634aab4120459fd5370fd456594
BLAKE2b-256 91b487b5ae07a11de30fc9d18fec6db3adafb84056bcbfd9a079a3bd5b2660d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 002f035a9f5c343bf7dea9185176c01cfa27bf1efa3ffc3a0820828c78add2ea
MD5 7552d4581dd7bd9501229fcb280dbd2b
BLAKE2b-256 e90c65a19dd8386833b4f9cf80698267209059b8b1166b76e8bb1e5aeaad0f45

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b8933b830e63726704fd2020aa90953440ba4a80727765a615b90cfa6c77f2ab
MD5 7ad6a87ebe51578ced1bbc9d409a3e8f
BLAKE2b-256 b099b7b263c9cf44a678855237101db10a6d56d2dfa0aa69557c632418d980d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4221de23035c0a40930071aaae24f1fa963c13d506828000b44ecbd742e508e5
MD5 9522a9109d8d5b0d1115acb9444c3675
BLAKE2b-256 1ce621580fcc16171ef878188839615ae89459df2b1b1b5d3b0d87fc46e24b36

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9aaef2bff7e89b37844ab6c7d0f5baf577e83f92a0d7d2f38dfc4af735163b21
MD5 90ce19a211a78ab091305027a523fb68
BLAKE2b-256 0732c0d9631fa0a0bdf04682213722eade5f777729d3f0e974951bac8975ea7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0536b084014fd24f1725d7885b649f76b3ac3182b08b1e222c37950ab67c2411
MD5 5dc99bb1b78bdc448710fd96fa70bd52
BLAKE2b-256 9949a7d6200a8ba34e6aef2a7ce86f1c63a58dbc6eda2c22bfafdb9fdc868b61

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 45ad1d1fa56c2725848cbf1ede430fd84529e47c477d7a0110a760d33592a911
MD5 fe5f4b8bf67276484b415cd2514ce1bb
BLAKE2b-256 f3ff315139bee9e337d7f80e1569bbb869603f79775328cb1fb9a63e69191b1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 574c7c9b152117b348986acfec1237d7370b4f456505f09fd8e0927d15388507
MD5 b2a6327627e038e06eca372004f22471
BLAKE2b-256 01bba2621ed2c83b26e3fe11ae0081b2f6b284086c43e65f3bfee9e79c004b0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d9d4ee47ddb22715dad265d190c023b6d22a423fca834e16e6fd798401fcb6a6
MD5 dd5407258137538f4086a87750bf95f6
BLAKE2b-256 b37c2bd9d8c328710e20221f63e9d83e25e7d81e1d1bdc7bf4a4f4f003e9daac

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cf72ee289648a5b21cfbd5afef2c32e7d1fc827e07fb493f6750b5ecb89bb711
MD5 1031aee8c2a2b91a5f0a30ad0e490061
BLAKE2b-256 640de048b97db385e184679449c47ae41d766484427c611cafb4825be95c74c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mrml-0.2.4-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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 370187af77e352a88b258fecc58811b3f3c6b4ff60d07429f37612a2b218274b
MD5 7830d56c3e9dbe3754066392cf7b287d
BLAKE2b-256 2937b2d52c1d2f22aabdbcadcad16df3a52621f2a1c30816759ab75e4ac2fa1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: mrml-0.2.4-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.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1e61b1ae45ffe1410b009365c5b2f762ad72bf46c388347f09e527c8231daf47
MD5 3d3a63cb56567f66de9d98900ad74b61
BLAKE2b-256 d198f592780587f5928d0912ef5717966bc2650aed6b8ff976016e8697275bb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0d24c7f1fc943605a746c41e6f6316ab16c7c92aa0f47e20d6bc4920c8f33e48
MD5 da843a0c43af1e954014cb684b248ae5
BLAKE2b-256 2049189af8ee036384f9564c4bb6de9729dc994606200f10d5a7c65fe79940c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18a65a68930e1f1e91189ff4606d9cbf4e1b1ad72ed9594d50cf178791e5b38a
MD5 086630aab66529c07a705767964e535e
BLAKE2b-256 8115a8bd6731bd3a1996595c572212448ed5ff863a3981d8f5507b1b1866ff19

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c3bfbb9ceb8a12548d043870a31ceb52894a7a0fe5403e91b159b79153b0a0e1
MD5 468023e7c526b31936593c7464345dd3
BLAKE2b-256 8e26b723653b8823a89e6276ece427f63f6a36f3706759c3aed9e63148f99d74

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6b240fd081fc4beff25e290ffd5386f44cfefb1f84090d3f9c6bc7a7a12a02db
MD5 51b051f91f12204db5ff7949cd048c66
BLAKE2b-256 5cea8ec6b12a4ad2952214f3a3415b804b45b4def248461755e2c2d8e6ac31f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d4eecccf4d83afb61282bba7959d077ca367dca194ea4f466e1d14fc2dc31f46
MD5 4db2eee5848eec1b6668bdc44dbf4a33
BLAKE2b-256 2a869c37f8ca66801b15d3fead969bb2bd462d5e6f7976c547627958cbbdb392

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 41d94895ea636222bc2d190185510c4c95f1feef9f30d8deb94940f98a5c1fed
MD5 768e652519a7bf9ddeed193bfa225ff9
BLAKE2b-256 93d22c42c5979db6b654c45c052189d75af96a89dbf129517a040f186ff17b6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de7801d522c0b7622c80413eff58b0ca0bc19993b53e047d412873a5bf765182
MD5 5b387f4e53619b49d831f6af8c31c643
BLAKE2b-256 555770fededb331e6af50f66908c1ba477bdc40921dc2680089bf0b738674c46

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8b9e15759e6104e8992d6d03843269b8742d447b10d147de58e19edea68c36e5
MD5 284ed247b61b961253eb772ddf9522ba
BLAKE2b-256 6b3d94edad916514f5d76ac7f3ebc10bdb1cb472749955b5dd59007c042ee5ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mrml-0.2.4-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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ef08a0060e9449acce1d1164bb559108a3a934ce61a4494631ef33202a024e06
MD5 daa3d64dcfb1ecf5b683e188a50b49cd
BLAKE2b-256 77eee97bca00eff35a13517a82edccbe70970efcc6a46e130449e998600f8f76

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2376db5aaf566b9cab4a2544b25e44452cf0bd0f5b78d845d0c16803c56b85f4
MD5 210e03e6a421732652088e937e1599d5
BLAKE2b-256 6c53e34b5f711ca19009dedb0ecebb9188c3ae67619182145208abe570b6535c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9415b60e15a050cf1505e884222ad4668018c8d970a6ca1cc6f0aa6b464d39c
MD5 ccd3597ccbe894a47b1b20636c6a7c18
BLAKE2b-256 d167c466ea9ce956b451b8cc1e4425600294812955f0464e7d3e4bebe612c087

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 38e440c040839a316f3c680767c082d1e08a576790bc37e64f294627c0beda28
MD5 a1453c86015cb319aa99404e65b21087
BLAKE2b-256 236254b198027534a7f2078a3dbf65f65db62d5739635dd1c32190ce4966eb52

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 573f275e51a1b4ec10b0e10b830b630c66cf64e5e1fc5a218fce6af1307d2f81
MD5 f8419a71fff8ce85a56da91a0f61636d
BLAKE2b-256 56e09f250bcd55e18b53040be98f5a7a138c78317006c931eb5769c411b1ba92

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 08d2301641cf4cb4bf9c13ae37c731f8230020e394eec2aa8ef5012bc6e97cad
MD5 610bad3af6fae3bd338c1193dac581aa
BLAKE2b-256 f70b923f19013f48512ceff62643c6b284a52e5ad845bcdcec4fdd36ec81b151

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bd95e0f862ca5decc156a58c6bf39aab94e3a256d4cca6c4d17059db9d14e550
MD5 2347ebc96640259c55d5b20869bc0b96
BLAKE2b-256 b4f0c08d239c97807e0895597d23d2240f4019f5516ea8a0b42e7e0d83ad7fab

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be2170e271a25e4c528d9847df77dd23cca832f0ee3e4b11ec1ebc430ad69c93
MD5 569fe2964b49ac93c83e1301af1469dd
BLAKE2b-256 20c09faf386389ad8f7365a63e258988a4dc9c0a00f971741dbcf994aac27256

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2d9464607030327e229e44b451b1e22896b395395045c30bf34eaa160a4993d9
MD5 de1d6eb81f5e1a3aa4d4e63eccae2455
BLAKE2b-256 b5cb33a300c96488f0141899cf76ec384829e92b28d0bbbb4e5f555127793083

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mrml-0.2.4-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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b73e9783aabd030109caa6ab1515653c69b742732e7df90ce05786f68196f1ef
MD5 4987652c96128ef4fb7c094874190aca
BLAKE2b-256 2dd8212988d68807d6c7f05ebab7dad56aebebe42cd529729532ba0e3a8b0110

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9e6872d8c9ea10b63071e953e0d76c939205d286f75e03035daeef28854835af
MD5 557069bdf7ab2e85ee83da71c3b8f866
BLAKE2b-256 d18f355f986c3e290535533ca5045b12f008ddf9356a1e6d5a16f2a674041e18

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e522deeca747a9376cf1644b92cd20129b8e9bf8d0ae1a8f7f4fbde94a777c0
MD5 962c3c689602a24848559a18f6c13586
BLAKE2b-256 bcedf1151bdf2d9bfc5d24c1e21ad55a4dc1a20c751c4ace2697ff584d08c330

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a6c694a3790e56c47ce8bfe974a1563276427cd5433ef12246f3a7e27e8a2657
MD5 e23928165d44da311bd1a2f41e631690
BLAKE2b-256 15ebf898b5f347049f335ac3072b483c321ed6df721c59f5b1dddd391f608982

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6df1627594b1709c1e5d07388fce5e15030ad3fe10e9fa2dd9720677b7462de6
MD5 c28bff2c29d642729a6102253e1b3d1c
BLAKE2b-256 d225d143c50314cebed71ff5ff565eb02205768c54e7b7ef1b147785c8aaae1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d4e2bbfaa29b2728930c5eaa7dfd3ae25763bd2f442aa76f1c4dbcb46acb6d88
MD5 78c9a51ebce102403e4b774c866d8fc5
BLAKE2b-256 ef2270d42ec5d9eb39807fbca41f534e4b0b8b420c027b61bad9791022673482

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a985ef847e45e70eaccc227b8a93a2f954e2f664cf8303da58ec386310dcd5e0
MD5 e8be04a6b46f0637faba447d97f43ff1
BLAKE2b-256 a91192cb6124dfc2d5cc208e23c044149bd79918d127dfb918df8112ac5c4c1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 684ab0ba2c99f9dd3fba88fd55bc404b39ebd0e043fbab7472b956d210858f03
MD5 8689deea2d882a965468ac056699f639
BLAKE2b-256 1dc4a321b87602c9993d05a572e74dd31ba39576d5f1c70b7d36cc292e4df4c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 96e237a3648c30b466050a4b512f05f45e30dd2a14f3bf9ac835deb32238e396
MD5 b2a3dd429e0d67fc774081086bae8886
BLAKE2b-256 cd66e59c981950451a2274c0467c7878f21b3cc568295401da65083c45bbc5ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mrml-0.2.4-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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c33a59c16fcac4747698ea42047841dae6eae3dc74b3d174454d7d9beb908eab
MD5 fada0479d1ed998a2c568fe558862ecc
BLAKE2b-256 2f3ac4de8ac8f4108592f85ce4c9180d87f8b3e054ec5f1338c15f416e4d4cea

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3ac4d5bbc671643bebd210c8ded1d017749e8899e2507ef445dce581fb1547b4
MD5 8b582bd473ef8b97e505a6f1f93ad1ba
BLAKE2b-256 5a4ad0a22b7ab028ac8eb20e1068dcd1be2c1ccaeb58080ca61a0243f908c07c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0195afb105c09206481c86a89cad69ee77a2f6a91ef360481299c54036c5283a
MD5 dab7309d8a1efe841fbb4eea89649276
BLAKE2b-256 38119a724d22444bdff830f2365f67bb269513ff8a2dfb1abd0cc2a389148e51

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d78343b5f49a1de50a86e4f0a912dcc1b61bb10b9541b1d9124daaeec04a5961
MD5 88c8e6c4be11074aa31b982e0036099a
BLAKE2b-256 2f8cf9aa497cdd048a922465a428dbba93d7f200e69d1a38fc81785bb9619fc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 340deaa0725fa48debb04d1b3adb2d658d08275f8b12f9982a4340f4b8314c9b
MD5 2b82e593cc9336d22f4c45b1f5cceb94
BLAKE2b-256 2a7e02e63c5cfb6455fefb389de5e145e8e68166154374f9845d6a60e83ec732

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ec906c16c831cfebaada2f0ab0d5c9d20b6b9c086cf88db829032cbfb7c3761
MD5 9145c4cad848175d477e6798c6979974
BLAKE2b-256 e2cf487dede6f6d275632faa8733f4246194c64a26645f65fab83d437a73b2da

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 06ba5058fd05de5d4cb4e767615a0d1354c5fc058f0ffccba0a06c6ab4f60279
MD5 ccc4a7aa422f8e92574c8c78a56722c0
BLAKE2b-256 e69c4c6cec6db169070353048000b0e550773006966158cf990128de87947d9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f29d60ff831292e8bd39fe5a756614a6bf728c77c2e8e20527a17e8e91f420e8
MD5 802205f11f38d4f331671c2a6452f3b7
BLAKE2b-256 3f75818cc7bd641c9b8a6768b6103a8c3a279393e75fb5289b42e832994f755e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c1cf67422c60228f30f23ce5d1e7bd0261cd7fef03d33593049bc11369b6407
MD5 fb2f2439dffaa3ce2623c5b374935be9
BLAKE2b-256 ca4deaab32504b824183c3b4988701dfc93a35aa21c696b0fc3031a732a736b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6b23e051b5b29d0f536ebdecf65a6f65490f7d37dc7600cb8dae88d61428bc8a
MD5 31ecfd71b435dd89feebe6fda1f8fcce
BLAKE2b-256 5de108e61b45b7c40372e57ae0da1d48d8a7c6de63b3d50e4d5def519dc3df50

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 147c8434ebbe9cf90519f068023c543b299df511b9a328f270160670b8083470
MD5 be741469394d5350a886d59a1393c28b
BLAKE2b-256 f745612b41b8046674ae397396df6a5b65c9726c8c77760cf0dd05fd855bce1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bcc6ed3758707df08733c6377076123aa3f8bbc259c784467b0f46bc8371db04
MD5 43be4b93fd877a4f80a9c77fc98adb22
BLAKE2b-256 3b9072437567242d4c72f2599113e4ba1c6d918ae94cf07ca902fbe5965560ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8358a25fa21441ff8c6cbbdfe56fa66e088be7d8a9af05f06d53d1ee11676b6f
MD5 700e0b53180c2e75fe1c0c841e80d913
BLAKE2b-256 5aeaf0fdbdd7d68b2e0b08f4f2552dd5ba4656127208748c3c81b72a4fca6827

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c450a4bc7c3cfd401c2e9fe3b41063fab65ad1081983ccb1bfd588b2f5ff2808
MD5 0c20dc85bec63572c91218f3d206ae52
BLAKE2b-256 710ab65a78b3a274d7c1c64f2bbb59a47d8f650a1ec183de39ebe2bd89a75009

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9588cd6b3d8ac1a89f057369dc3a309a162a8580de7e762a4f401b825fdba6d8
MD5 e5639ea70ca94b5b055f6e78c85352fe
BLAKE2b-256 8e9dc7d449253909875df0477d3e2891841c76af186c9d5ed10fb2f9e4143906

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f86194314f5294fee33cc6460294dad15353b575fedb1199a6d719d9c13a5490
MD5 6159563c63900946f5521fd264b50eb0
BLAKE2b-256 f90bd21f44daaad942d2c38c798f45ace518cccee5c6c5799cddd1c0a48691ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 45147f3240090b1a3784c59987f35006f8e7646b4a86770d011c2a8b789952f9
MD5 154c7a0b3ac88af8fd54e6b47074e3a5
BLAKE2b-256 89944de764a5e124d0e34220edeef1f7a7b7dede8b9b5f7e8fb208eaa8b02e67

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f19202d98b4e268a61ba4ac3d4c3814e660c99440aecdde1f51a51ce642845c9
MD5 597bf57e33a02d8bb16c5c254641f18e
BLAKE2b-256 8200ecaac6f63be196d515c76619a6164273e701c3af4c9bfd94c54f95a3b6ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1b7d5ec85672147917df4dad1f620fbd62edaa26b260a745425fe795e75ec86a
MD5 33654a616b48d65cf9d9185bcb0473f2
BLAKE2b-256 cc7e30bfe471a3fd341f5998618af50087cf743188214f13abca823e65cacd9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp37-cp37m-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp37-cp37m-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1c5e60e46b4c03366dcee69cdfdf202cbded9c8620cbc82c912f0f7af1f175e7
MD5 8dbe58470d039ae7fd1365499a8eb6ee
BLAKE2b-256 d5eb70199fc17e9b58a44274da7821d98d5334b1775484e0e7c44f4bae7beb67

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c48c51875ccdf0d84fb0b472c86f42667b4be5f245b7fdcf179f9cac1dc00373
MD5 9ca93b9321bc40b50d61ce69a9b386f7
BLAKE2b-256 b5ba958c2cdaa9c9ac32a5366dc622a9adc8153a4f0b095e3f15942f0a3344d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 48f6e7da0730958815cf254b07063299bfb78ca1e5f728de5592a73148871ac1
MD5 01418bc39924956afc402fd6ac8da876
BLAKE2b-256 40fff463733215f7581b2b38d8c38b5b44df56f23800fab1acefd9f513541137

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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.4-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.4-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ccf9a54e2857a4f038e4eb2ed47a0f81bff7c9eccb2d03a1d84531192d32e2e9
MD5 a4d0a3f2b0c3d6791eda134bf46ad254
BLAKE2b-256 08391245b07cb4770eefdb685d62a488e397f55066a46eea658948954dea03fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrml-0.2.4-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