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.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.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.0.tar.gz (134.5 kB view details)

Uploaded Source

Built Distributions

mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mrml-0.2.0-cp313-cp313t-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

mrml-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

mrml-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

mrml-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

mrml-0.2.0-cp313-cp313-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.13Windows x86-64

mrml-0.2.0-cp313-cp313-win32.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86

mrml-0.2.0-cp313-cp313-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

mrml-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mrml-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

mrml-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

mrml-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

mrml-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

mrml-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mrml-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

mrml-0.2.0-cp312-cp312-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86-64

mrml-0.2.0-cp312-cp312-win32.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86

mrml-0.2.0-cp312-cp312-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

mrml-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mrml-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

mrml-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

mrml-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

mrml-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

mrml-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mrml-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

mrml-0.2.0-cp311-cp311-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86-64

mrml-0.2.0-cp311-cp311-win32.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86

mrml-0.2.0-cp311-cp311-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

mrml-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mrml-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

mrml-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

mrml-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

mrml-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

mrml-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mrml-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

mrml-0.2.0-cp310-cp310-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86-64

mrml-0.2.0-cp310-cp310-win32.whl (1.1 MB view details)

Uploaded CPython 3.10Windows x86

mrml-0.2.0-cp310-cp310-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

mrml-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mrml-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

mrml-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

mrml-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

mrml-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

mrml-0.2.0-cp39-cp39-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.9Windows x86-64

mrml-0.2.0-cp39-cp39-win32.whl (1.1 MB view details)

Uploaded CPython 3.9Windows x86

mrml-0.2.0-cp39-cp39-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

mrml-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mrml-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

mrml-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

mrml-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

mrml-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

mrml-0.2.0-cp38-cp38-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.8Windows x86-64

mrml-0.2.0-cp38-cp38-win32.whl (1.1 MB view details)

Uploaded CPython 3.8Windows x86

mrml-0.2.0-cp38-cp38-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

mrml-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

mrml-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

mrml-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

mrml-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

mrml-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

mrml-0.2.0-cp37-cp37m-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.28+ ARM64

mrml-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

mrml-0.2.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

mrml-0.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

mrml-0.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

mrml-0.2.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

File details

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

File metadata

  • Download URL: mrml-0.2.0.tar.gz
  • Upload date:
  • Size: 134.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mrml-0.2.0.tar.gz
Algorithm Hash digest
SHA256 97e8eb99d6e42821a020bdc76a7415fb714a2d8b8a8c5c22803dcd5a809f2edd
MD5 a7a8342aa5bb67930e8615e3563b850c
BLAKE2b-256 12ee305cfad90f41fff3b9823dc4c5fa8e553d611163256ba6a44627fb3628b0

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 46a2737ef31016c8c78683cf923f9d2fd2ae02cbbab90806b45e017948f1a7f2
MD5 1b4876e90b0786385fdfcd2a4985b196
BLAKE2b-256 a79b74b22ba6c40c19e01fb907ac95d9d16955106b13a0f0b23ff0dd2295ccad

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7d54d73a9571cc2b9060133ecdcc968f0fb42b523dfb8cb046d29bfcdab11b9
MD5 02eba86b8626999fdb0b0ae39b062e9c
BLAKE2b-256 5a1b7be1135f4b54f9b839f757f500fd57e8b6235661b6eca18102ea93072e81

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9a883e58ad0c863c848f2f4e84bb251ce3596aba4323314a5b2e56892e87810f
MD5 f7606339673e4b099d9e4460872f0915
BLAKE2b-256 d155a347357ee3bbb1c72cdb3f2d973623eefc785ce6226b2ff62caff658b0e5

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 89f208f1acac13a09cd742e8a51f964b6a84161b07a275e3476372de8e440038
MD5 ab0aced2691c402ee8718e8269c4b5ec
BLAKE2b-256 14fef976c090e90e99d797e0550943841327563d56c77a29e3219bee9f0b4760

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 56098aa83ae53b37e7fd751791b968519ca2905475594e907601e2e1415d2de0
MD5 d2edcff590d089f089a1388f281f8e54
BLAKE2b-256 3b3331bdd54ce92223adeab47f7768fcba76930ffac3bfd6164d149fdb90d65e

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 777695190e15e88d7f28310f23f3e684db52969e4545a8ef115ba9a896651341
MD5 963a3b4862ba71461b38dd2a809b0644
BLAKE2b-256 9710f1d8d50dd02b1ed669dcdad233a7f5d8a19e581c3c33ae7f6ccf8765be90

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f0d25550d110d9a9c4ee9bada85170332a1c6bd4854c44a6f8779b802bad393
MD5 d3b5bc8f0487524035a6acaac60bf7f2
BLAKE2b-256 c398d825533118574af97059ec824cdbf5a259c15eb4ba9f281063c09bd8cd52

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e933f0372b640c0eb99008de192c497685c9d4f0d7fed973b7e30b7ccfba4c79
MD5 67b5d43dd76f13e94905741160e85e14
BLAKE2b-256 d0e05a9377b98f39fb11f8635a4c2467b50b54517ff574d3e687a573b9ac84e9

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 934cc47209c24f786d68724b89caad270500bfaf05d24ce57ee3845f555e36e9
MD5 9901ff8f3c250c5596e5f63e17aa3beb
BLAKE2b-256 88882b502bc63812e75763381f8a711d3c4df2503db5f508ab9d7203401e5cf0

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 99b5a8f93ff8bb7a150ac98a2b3fda16ae19f01c8f52f615f2daae6cdbfbace4
MD5 ec15fbaad7e18f11c824af66e4d925c1
BLAKE2b-256 12771fb38ce338955af86dc186d2b1daeb99b91022c9802efe4ebcb302bac7bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55a82f3ed95d6b402e39446762f7bbeeb2a68084b82a10abe2923f0abe73259b
MD5 a9d3654711978df82e0f95d524b5e48b
BLAKE2b-256 dab0b9934140e42e6f4a1c139475656bc446150b7f82ff8a56f38626599e1117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e7e3755fbc661115e3d7f1614230ac1c0bb9e8fdb4213d36aa1ad057f8fcf18c
MD5 a0fd5101101f540c10ae9d3430e88202
BLAKE2b-256 ba6fdc2a5504979a6a75fcf2bfa7e1b26e947005554f15ba5ad2c8866d1e71ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f1becb9f3e278027c3d99747e30f8e8915b9569b6756028f2e824fdf35745e37
MD5 49b11e4648159000dcaa0367f542844e
BLAKE2b-256 8e4f3fff2d1ee06e95531a572f0bc53ca844c845e741ae4d5b9f57ed7b2e4b17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 13159e3aa30696ac64af5176a1a75020a7097fe2338e126d2ddc734f73549a10
MD5 5aafd1747a0dabf5e406f701a5e80683
BLAKE2b-256 c8a85263b68198e5a3a8f141281a0702aa5be750b7dd698a20c51414bc04981c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrml-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mrml-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 29d95f366dd2a55d152965ec90035b5c4a89d2f9028bd4bb2342e2f3585363e9
MD5 b95d291bc7c3c19d09ccb99d6527ba8a
BLAKE2b-256 c4b719b0cfdf67ec068a66870536bc489927ec25b84841cb075be3eca4acf758

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrml-0.2.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mrml-0.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 302cbbc0846fc158d2ec6b3e7c59dad6f5a9adcd3bd9d26b2dd148d39a274711
MD5 dd62e7cff6f2176136565ee24186a8d1
BLAKE2b-256 0894cf0e072ff85bb5293fcb3465c20f36f86a74421b4cae4c43427acd7ba914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b0915d8ec0964333c123d462bfd68284a3d4715971d978426e282e11d08ebb4
MD5 2388ef278880c0f5d105b4d036acd950
BLAKE2b-256 b9ffa122ba8445e2457971129306d56ca1d20cb1f64f64f59aa28b5fd1762db4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35233367f3ce503f87f47c04838ae8a298b5b08a212b1753e998279b09f1ab46
MD5 3503497791fe85cd4332cdfb51fa0546
BLAKE2b-256 f4dcc7f1a41868fc94b8e016fb64c354e735d8b147edf15fcbe3be299b894a48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 df66107b0dd7556b21cd3156876f2d5389d276b70cf29b8796141b0553a9615e
MD5 dd237249aab79ef8c5b87e5e2a19a300
BLAKE2b-256 999ea5129eae9bc25aaaf40299dd8b854716b6fc13e8e341484942bc39979efa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eba7ae5cbc4263fa3ba94230d6c66008c33890b5372385ed6ab8951bac336771
MD5 f65dd829af79b6242acdfc7f8024aaec
BLAKE2b-256 db6f8aef4cf03c4dae3b2c806137c56b6205274e2a9a76cf27096b3ce1c4245d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 219a840471e87e4d3d5db5b9c9ff65a96410643f02994fa46b15a308c8001f54
MD5 fd6cd2572995969ca766c87b73527267
BLAKE2b-256 8072f11ef94939b6b161a98725864a7bca196d985eeaf455d64b77534e55bcc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 986b71ab1c0ff78aef6d7aaac967418083146a6003de5ca5f7275f5ded190b09
MD5 9d1ff24b04828ff76d819706e8e4f5ba
BLAKE2b-256 c58f5d8b9cd7c3041072fc58e348bcf7342bb6e742b96a4ca6004624b1d0a9ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6f09ca2076b4d1080fdf0cd1a3a2ad85faa88f64690cef13d696c3bc30d5a5b
MD5 0740c70e6cd6b08c93d52c7bc0e8fdfc
BLAKE2b-256 cabfd16394dd8d33a087501a6e9d5c8da3760d1e743c1a321bf713299d90a687

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d1a5a55aed7425c59e5b77024ea3876c71a6ea62792cf4ce38eb04100fbb0a61
MD5 e79185db1cfa5ab901502d269fd883e7
BLAKE2b-256 07452a016c3d0142f204fb98716d7500b106fd44ee8b9949e1df0d43e6e7c92b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrml-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mrml-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4cc5c733fa37b5adb9d7793a1b4d415e8222ae9c8f40454c32febae791c7bd65
MD5 d75355ff23f4a5cc9dd5ed8b3fb2f3e6
BLAKE2b-256 37987100b15861b47a0e2a0550bcba887abf0c955d4957925756de6472880fc7

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: mrml-0.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mrml-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a4707afeb41804a1a7a5c3891b795b2debc4ee3c3b3133c4841ccc8a5f65f25a
MD5 8f464cb5ab0b93b990f07631176436a7
BLAKE2b-256 a35c9a621e1f48d2be6fbac8d871646103d2c35611a93971dd9942a731ad1e0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c14756543e2fb59c04b804211d5438eac79e19290ee56552ded936b29119c8ec
MD5 2b7e07e1fa1a6bc53629dc7c512a6bbc
BLAKE2b-256 0ec40e99c6ea87432ca425cca5a6eb585d9119b11eed4a7e8395b98e7ce6225f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5e6bfac107a9e7e4142a18fccfb5475e13504a0b317a90659c685952120f204
MD5 7834bc367cac9284c0c418bd651011dd
BLAKE2b-256 db8a3a82d5feeea68ef2e767cfbce9eda8294e7821f6b23e735342ca56cdccd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eb375c91d15fe223cffa38831e7be01843977fb2cb91ea9d66ffd671077f08f1
MD5 12e89713477c007f2b9cf901e49030ce
BLAKE2b-256 4f52363492a95d19a23c1f2af252c3de262f590820bd1f1a4d85939c9367f83b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eca55a6b10a877559c2ca5ce71f83989a14696a000215b4fcba3fc81c55b8912
MD5 ea1675ee20aa4dec4ebc20c3588c4f16
BLAKE2b-256 b86066526cee75172a467e710e219a075896405342942f56cf9326a9835425cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d98e108eef1277c699541cb102516b23b6078aae5bdb74b06cffaa0aebeda388
MD5 c2f7ec3388ca6bb93e7c8b04a5efbb41
BLAKE2b-256 101ceaf5a5f06a510aae1eaf5ceac7dc1898a0007fed662eaa2f81fe250e103b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 412db41d313f405f745468ea3474abef2f824e18e55dec1ee73453c924a8e1dc
MD5 04abd252ad2caa323bfce71a8c3b41de
BLAKE2b-256 333e441cf23afd4f69cdbf8727b379f601a7a2971da34ec9534c1c75748c28ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09a1cb67b8a9973226459d40d5ed61474aedc2d81222cb502bccb842a762e60f
MD5 80684d74ad34065d2b88f66f686af501
BLAKE2b-256 868362a9c1c32cb50731e2c7248b33033981b374002e335c5791ace7dbeaf013

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b24f3e3a0924387c5927aa3b4750b0b006dedf8df97a7911a6a1a971ae2c94d2
MD5 f2bb970ebf8bc0d0de04062a5f899ac8
BLAKE2b-256 284879fbf90c49041ad3def10d1d17ff8bfef707b90efa319443aebd95a9097b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrml-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mrml-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 66ecc03a0d964f8f307b67e3f2a5cbfe17401f3454ace6e9567b079150efcf54
MD5 e7e1a662231d0f41788c8697c3e39b8b
BLAKE2b-256 90a435881caef62c7684af79307978202be5ead07f7ad36c311cba3721839ca3

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: mrml-0.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mrml-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b821a410c4b74ad3892e1f280823144d6511cd12a22d7ab16ed72b89773382e5
MD5 7d8d9a68ecc1a08b89543f1502ed74f5
BLAKE2b-256 a196a89c17556d71c64639f5fbdf2f6085e4e31adbcd618590541370c0c5055d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 66771a03eb17ad6d2264489802c89e849b0f3af791c0ed71d9679b8462322aaf
MD5 db94f228b79c4ad1d1c5ea6cdfa2dadb
BLAKE2b-256 913172315a5c684a9d6759cca1fcc41bf245cb348df7c554c4abe316e4a0dcca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af3e6aea8e3d26489be397ba466d0e7d75747a5f904300ade14a5592e172a9f6
MD5 8a37406a401cbf6d4690c34434d2fb7e
BLAKE2b-256 e852da9c8690353b37908dcd13b8c817ae94a70bbe020a4c4899d4c2fdc0fb97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4bfa7bec9fd9e531fa560f4b36520a51f129fe94f56f4b8bcbf2a146d23448ce
MD5 963fa8cb1fc717d8feb5b5a6e286d69e
BLAKE2b-256 38f6121251ce55ab6b632038962680a43cd102655e976125fc1c1b9395833174

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3cd384069d98fd8515a84cc37f2ab2e1cf85fb88a6db568c76682038909c45b3
MD5 7e5c409245d4973e51c612a4b8c94b44
BLAKE2b-256 d55cd66b35bd503bb494c440fc7dd8b7062dd0ec46fdfec04818b072d930555e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fe793a5000cce0f2c9267239ac3e8f51479c86ea2f6d0afc4f55f168fdc9a167
MD5 6445d02236691569b93ee24a3f296e11
BLAKE2b-256 d4ec73d42ca0f1d179dad55f59af5b19987d4fd2e273366f5380c0039705f2d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ea7913ef29a779349f6270cbf6473579c136aa3456c01650ead6365121717f5c
MD5 d72f4aa04da4e2fc438540423679d842
BLAKE2b-256 9518210c4d583d76c416f72a67dd9eae3ff729b3a17cf9a5b93da1075bf963a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d00a8599b7be3ee1b405fb780a141ac81fa383e404e1618d551d2a59ca76289
MD5 c291b1fabc609443f6702eb987bb80a7
BLAKE2b-256 02896880dae70715b1a1a1419be2cc07b78b3c2fe8363f3552e3085cc6f4037e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 edef9deb51e0ee64b18fd6016281d03cddbf6a25e705da6a79c0818c24b684d6
MD5 d4b587eb0c5b1a171ee46ea6acdffe74
BLAKE2b-256 2a28f7322a9d4fca5db88b0783e38779e4e70604a98f78fb6c18962e4dece83a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrml-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mrml-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 031ea109fd5518680f0c464202e6d5b7ceb2d4d3a78351941fc8869af6772394
MD5 0c95f7c8e9b937c08dba91ad3ffe16a7
BLAKE2b-256 116100ec097a5d8d1b18e2b601e194f66d76348d6bfd8856e297245744868d0c

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: mrml-0.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mrml-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2c749075da547475894cbca25b975c5c9dbe4617ecc5fef16934a274be16eb51
MD5 bb496a9f475217babdbe24338b8bfbda
BLAKE2b-256 690728339d611613dbaf949f59acf401f05b62d7c3a1cbef5cd97ea3d3b9b721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e60cc563a033152063a64c3e24aedc86c209b4c22ebfd2658716895f179de715
MD5 931a0e7768ee56dd0b7bd08fc5d7e7ba
BLAKE2b-256 d1d8125b4caa05a2624d5d96afebaab562c7178f4f6adbd45d2e0f27bf67e1fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad775127a66149947795cb1a6139f8de7f66eafc20db69053824ca0731a04c27
MD5 2eb34fd36a84cb3936a743df3f077b0a
BLAKE2b-256 a0301b5b0c636ea63ce5522d0853ca7fbd2ada5182035bf9a6426d1efee3fad6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 72608e541d72c4be5176f94a6a598bb03f4f4deaefa911084c075ee3817de2e4
MD5 78813748ed84de61f69f1808c7bbc0ea
BLAKE2b-256 9e135514e872fbec7a3e4816f9867e19e25c146bd139d065af944cfee649824d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aaa9a3840354161b626c59912b96902e90dbd3903ee2dd286c4f00292eff2afd
MD5 14fc0dc4a15e5c35b69844fd7cf5bab5
BLAKE2b-256 358d0395bc4960fd3e9c48685be2261fe493bb51250592ebe9c69fe8b8f3a293

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d9a1e3519b8558e80eb17047524b213c4c3533a2ed98c8d5c6a218abfc6e08c1
MD5 38938fb74670a0a36171e8a5cdd42f9a
BLAKE2b-256 2dae59fc2f15beb0188798d5cf7ec320ef88b45808f00589d2a0045144c90ebc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6f750a2fe54b51b01b7218f3a94ffb5f94596522d750716263a885d50ff6d513
MD5 404994906a9e5b01701cee87914e9488
BLAKE2b-256 9be2d2939382d9873bc24d79bd982a03e35c075797349f809378a2fcf2844a25

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mrml-0.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mrml-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9b665085282b224632f17c679fbd3f0f1e95c1746d1cbcdad1a86202829fa573
MD5 f950754dbf4f1633f0d493478969eb01
BLAKE2b-256 eb403e534f1b2e102991ac9427ce9b48be8689cd0f064a5a557c202c3908b5e5

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: mrml-0.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mrml-0.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8417589a0ff3c42be896f3a50933b3daced790552ea2f03551e312648a57f199
MD5 42396793fdd9a9fb2e2c3b06302fb27f
BLAKE2b-256 0142d20d74f7fe98f2913cdb3229b291efd5fc08a760ba58f2020c9cadaaba97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ef2cddc25bbd7a96201ee5eacc58082e5f13fd9bea96d3acb278a6cf7258b770
MD5 079e0288f1ea31466ddfb781e12742c4
BLAKE2b-256 afebc0ab30bc3a7082762e0f8feaf022b65440eda18b96ce8bca860a10447f90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3745cd07fa437eee1714d2791c42ed90a31d52f32490f8c1cef2af278c1229cd
MD5 ffbe4f2efa97002108339207308dc0d9
BLAKE2b-256 8739d60f12146282be00be3070db7e26fdeac8208549ae0a9768e0e394a6fbbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 56055e1940506c08f5982bb711b48b1f7b70d01fef68c6db9f1a280ba8195444
MD5 ba5566860738bd7e9310cf6a6883ed31
BLAKE2b-256 612873c404008dd394d53f9144d98add2d345c03c665bff700053c0906fad363

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ea20b3f879323bdad9dac1374d26f09c13700863c82e995b722627bad6ec458f
MD5 73970e4bad893cd66033eb52ee4f0c28
BLAKE2b-256 00ba4ce9333c59a5a5e91227ca0b7a59939e6e48dca8d08819f44c157bfd55b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2afd6b5267ca8f6b8dbe9f2607c37c21817620aa7a1345dd4dce4d9dc227711b
MD5 ae1444585dac184c831e25d24dcfbdf7
BLAKE2b-256 15efffcb92078135da551b8ec2cfc8fd6fb9ad9f4c75f1e5efe3d586eeb1c2a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8ef0fa91540f3b1f9a806659be7af0075426a84532691692e0df6f1432909d95
MD5 c7859b75ceb90b4d2aebd0c42b4f67ec
BLAKE2b-256 bfabdb6d6d23d0f48327dcdd3cf6cca81b5f3cf5dcf0cc11c1aae987deaee211

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: mrml-0.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mrml-0.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d1556767f1fa480443c9cf246ee3dd2f023e4a044e3eafe0b9ac695abd1f1cc5
MD5 509f3b3a915e466e55ad23f8ea41af0a
BLAKE2b-256 394b1575cd08283029309b6b41ea82d0accbf5ba77377173291da6dec93c6ca2

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: mrml-0.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mrml-0.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 10f9c989296420ca5dddfe944e7552286f0db93150802a2ca94b4a3e49c6765c
MD5 5a5e3f112c1818082fe84aa742774fce
BLAKE2b-256 898f7d820bc330406fd6c4594b5671eeac2bf3330015a9180239df5a582decf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2fc984f65613b4521449c78d1527bd81c3e8d7fbc7c22aeab13928936d3a140d
MD5 ac8cea3627c83aa7a6af47600effecf1
BLAKE2b-256 e6868087b8fd1cdf754315908b2ebc771155d019fecd0a5f6a05fc5bb850a663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dea2a4da41e7c20ca1879dc4e70f990d9e757477fae9a83332ddbc5acbe05164
MD5 c932ceffb53468777e5a7488d08a9867
BLAKE2b-256 c5ad32680c9d0341e097c1a77169393eb5d7c3d2843579fd59d965cb92fb81a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 019abb39c821cc995b315eabec8847fadad860c881bfbec94497da54c8dd1b89
MD5 aeb74107694bcbff527963510e31365d
BLAKE2b-256 7792b1495e923c6b2dab72500662d2ebc937b899793b7b0f0b95a35216198f31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ba5ce8f6bf84f20a2ed496b8e3aee5b088a9e1a629ae3aa22bdc2a8dde0c1848
MD5 d2f9b1ab31c4902ce3a76199d1e06d93
BLAKE2b-256 b7f3914ffbbf27a88953c5e8a4fcb110520a8d2c56fb8aae6cb6caaa6aecbccb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 337a5089e1c797dd62c9ccfb3a67cdb516596829db0905ea9fac953fef197f20
MD5 d0d5a01a5aac9e7253139ca45f1b70ab
BLAKE2b-256 1608516a8c609b617b1434df08f55088f9f9ec37424736e2438b5986c4757477

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6202c860a9aa73f2d3a964a74836dd43d14f248a5a2c07b73cf61b099c802257
MD5 1c2e8668efa8589ac6654ac460f0623f
BLAKE2b-256 bcf1d1ffdaee847d358221eec6d94fab140842fa0ba7c607746acba73f79da49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp37-cp37m-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c4382214f735f3c976e694d2ad33ad62ef190f52d407088b8836acfe90c2223
MD5 8fd478a0cd9149a590f74cc93278655a
BLAKE2b-256 c07ad9d75d84769a20a604a7e827818bfc144d798d5bb9ee6446da0e66df247b

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrml-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09bd9472b5349a870e315910ac67a8329fa6b6e24c7ae71e770d09221707c55a
MD5 7f1e3cd4b7bc2001a9d0c1246cb5a4e0
BLAKE2b-256 213e5ab99a732acb1e5ba55d03d5d9f3fedd720d6b1896fda13221ef3c02f642

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6fdb4f8eaa4fc80c606e1dbe03730facf60463a1476e9ccf47b8e28b04e01d29
MD5 5244d353bc6d53c9d716b4c33bc3d160
BLAKE2b-256 836ed6dc2cdd6b5483de9d7ad2cabab4cd67f3688c13474bed7f72e3e4559eda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4e3fd2e2ea79589c23d0f2bed268241db7a6747983d7a443e36d7b190394d31b
MD5 aedee93230e656cb211c55680b202228
BLAKE2b-256 8990f588234f25c47949f9f42d5d1ae743f160bb768152c7a603bf8ee85865d0

See more details on using hashes here.

File details

Details for the file mrml-0.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrml-0.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b29eefe8a800cb7550927c4cd1888c5e98aa9f6fe6f2ed19efa80e47ba1f31a0
MD5 dbedc67f6b8ffd821497b3476866d5cb
BLAKE2b-256 e2c804ed68796687168ea7d31d5d615a973de6e9f7a537f915b95097fdf45857

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrml-0.2.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b6d2c9995e8ca89ca5efd5db646556350e8149de3b84cfa39ee44c27afe5e913
MD5 df6d0cb39a052ed1fec4948c728f0318
BLAKE2b-256 b50fb9df0211b1d374cc2d47756d702953e6f4afb4b06117f91962b47a82f29c

See more details on using hashes here.

Supported by

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