# 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](https://github.com/jdrouet/mrml).
## Usage in python
```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>")
```
Raw data
{
"_id": null,
"home_page": null,
"name": "mrml",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "email, mjml",
"author": "J\u00e9r\u00e9mie Drouet <jeremie.drouet@gmail.com>",
"author_email": "J\u00e9r\u00e9mie Drouet <jeremie.drouet@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/12/ee/305cfad90f41fff3b9823dc4c5fa8e553d611163256ba6a44627fb3628b0/mrml-0.2.0.tar.gz",
"platform": null,
"description": "# mrml-python\n\nThis project is a reimplementation of the nice `MJML` markup language in Rust, built for python.\n\nTo have more information, take a look at [the repository](https://github.com/jdrouet/mrml).\n\n## Usage in python\n\n```python\nimport mrml\n\n# without options\nresult = mrml.to_html(\"<mjml></mjml>\")\nassert result.startswith(\"<!doctype html>\")\n\n# with options\nparser_options = mrml.ParserOptions(include_loader = mrml.memory_loader({\n 'hello-world.mjml': '<mj-text>Hello World!</mj-text>',\n}))\nresult = mrml.to_html(\"<mjml><mj-body><mj-include path=\\\"hello-world.mjml\\\" /></mj-body></mjml>\", parser_options = parser_options)\nassert result.startswith(\"<!doctype html>\")\n```\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python wrapper for MRML (Rust port of MJML).",
"version": "0.2.0",
"project_urls": {
"Bug Tracker": "https://github.com/jdrouet/mrml/issues",
"Homepage": "https://github.com/jdrouet/mrml"
},
"split_keywords": [
"email",
" mjml"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9be2d2939382d9873bc24d79bd982a03e35c075797349f809378a2fcf2844a25",
"md5": "404994906a9e5b01701cee87914e9488",
"sha256": "6f750a2fe54b51b01b7218f3a94ffb5f94596522d750716263a885d50ff6d513"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "404994906a9e5b01701cee87914e9488",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 1594424,
"upload_time": "2025-03-01T20:02:19",
"upload_time_iso_8601": "2025-03-01T20:02:19.019088Z",
"url": "https://files.pythonhosted.org/packages/9b/e2/d2939382d9873bc24d79bd982a03e35c075797349f809378a2fcf2844a25/mrml-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2dae59fc2f15beb0188798d5cf7ec320ef88b45808f00589d2a0045144c90ebc",
"md5": "38938fb74670a0a36171e8a5cdd42f9a",
"sha256": "d9a1e3519b8558e80eb17047524b213c4c3533a2ed98c8d5c6a218abfc6e08c1"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "38938fb74670a0a36171e8a5cdd42f9a",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 1672065,
"upload_time": "2025-03-01T20:02:21",
"upload_time_iso_8601": "2025-03-01T20:02:21.182516Z",
"url": "https://files.pythonhosted.org/packages/2d/ae/59fc2f15beb0188798d5cf7ec320ef88b45808f00589d2a0045144c90ebc/mrml-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "358d0395bc4960fd3e9c48685be2261fe493bb51250592ebe9c69fe8b8f3a293",
"md5": "14fc0dc4a15e5c35b69844fd7cf5bab5",
"sha256": "aaa9a3840354161b626c59912b96902e90dbd3903ee2dd286c4f00292eff2afd"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "14fc0dc4a15e5c35b69844fd7cf5bab5",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 1848690,
"upload_time": "2025-03-01T20:02:22",
"upload_time_iso_8601": "2025-03-01T20:02:22.540454Z",
"url": "https://files.pythonhosted.org/packages/35/8d/0395bc4960fd3e9c48685be2261fe493bb51250592ebe9c69fe8b8f3a293/mrml-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9e135514e872fbec7a3e4816f9867e19e25c146bd139d065af944cfee649824d",
"md5": "78813748ed84de61f69f1808c7bbc0ea",
"sha256": "72608e541d72c4be5176f94a6a598bb03f4f4deaefa911084c075ee3817de2e4"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "78813748ed84de61f69f1808c7bbc0ea",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 1852963,
"upload_time": "2025-03-01T20:02:24",
"upload_time_iso_8601": "2025-03-01T20:02:24.538246Z",
"url": "https://files.pythonhosted.org/packages/9e/13/5514e872fbec7a3e4816f9867e19e25c146bd139d065af944cfee649824d/mrml-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a0301b5b0c636ea63ce5522d0853ca7fbd2ada5182035bf9a6426d1efee3fad6",
"md5": "2eb34fd36a84cb3936a743df3f077b0a",
"sha256": "ad775127a66149947795cb1a6139f8de7f66eafc20db69053824ca0731a04c27"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "2eb34fd36a84cb3936a743df3f077b0a",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 1776457,
"upload_time": "2025-03-01T20:02:25",
"upload_time_iso_8601": "2025-03-01T20:02:25.886944Z",
"url": "https://files.pythonhosted.org/packages/a0/30/1b5b0c636ea63ce5522d0853ca7fbd2ada5182035bf9a6426d1efee3fad6/mrml-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d1d8125b4caa05a2624d5d96afebaab562c7178f4f6adbd45d2e0f27bf67e1fa",
"md5": "931a0e7768ee56dd0b7bd08fc5d7e7ba",
"sha256": "e60cc563a033152063a64c3e24aedc86c209b4c22ebfd2658716895f179de715"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp310-cp310-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "931a0e7768ee56dd0b7bd08fc5d7e7ba",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 1711275,
"upload_time": "2025-03-01T20:02:27",
"upload_time_iso_8601": "2025-03-01T20:02:27.306652Z",
"url": "https://files.pythonhosted.org/packages/d1/d8/125b4caa05a2624d5d96afebaab562c7178f4f6adbd45d2e0f27bf67e1fa/mrml-0.2.0-cp310-cp310-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "690728339d611613dbaf949f59acf401f05b62d7c3a1cbef5cd97ea3d3b9b721",
"md5": "bb496a9f475217babdbe24338b8bfbda",
"sha256": "2c749075da547475894cbca25b975c5c9dbe4617ecc5fef16934a274be16eb51"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "bb496a9f475217babdbe24338b8bfbda",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 1137219,
"upload_time": "2025-03-01T20:02:29",
"upload_time_iso_8601": "2025-03-01T20:02:29.242478Z",
"url": "https://files.pythonhosted.org/packages/69/07/28339d611613dbaf949f59acf401f05b62d7c3a1cbef5cd97ea3d3b9b721/mrml-0.2.0-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "116100ec097a5d8d1b18e2b601e194f66d76348d6bfd8856e297245744868d0c",
"md5": "0c95f7c8e9b937c08dba91ad3ffe16a7",
"sha256": "031ea109fd5518680f0c464202e6d5b7ceb2d4d3a78351941fc8869af6772394"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "0c95f7c8e9b937c08dba91ad3ffe16a7",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 1417420,
"upload_time": "2025-03-01T20:02:30",
"upload_time_iso_8601": "2025-03-01T20:02:30.505532Z",
"url": "https://files.pythonhosted.org/packages/11/61/00ec097a5d8d1b18e2b601e194f66d76348d6bfd8856e297245744868d0c/mrml-0.2.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2a28f7322a9d4fca5db88b0783e38779e4e70604a98f78fb6c18962e4dece83a",
"md5": "d4b587eb0c5b1a171ee46ea6acdffe74",
"sha256": "edef9deb51e0ee64b18fd6016281d03cddbf6a25e705da6a79c0818c24b684d6"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "d4b587eb0c5b1a171ee46ea6acdffe74",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 1641810,
"upload_time": "2025-03-01T20:02:32",
"upload_time_iso_8601": "2025-03-01T20:02:32.024139Z",
"url": "https://files.pythonhosted.org/packages/2a/28/f7322a9d4fca5db88b0783e38779e4e70604a98f78fb6c18962e4dece83a/mrml-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "02896880dae70715b1a1a1419be2cc07b78b3c2fe8363f3552e3085cc6f4037e",
"md5": "c291b1fabc609443f6702eb987bb80a7",
"sha256": "3d00a8599b7be3ee1b405fb780a141ac81fa383e404e1618d551d2a59ca76289"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c291b1fabc609443f6702eb987bb80a7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 1560411,
"upload_time": "2025-03-01T20:02:33",
"upload_time_iso_8601": "2025-03-01T20:02:33.880280Z",
"url": "https://files.pythonhosted.org/packages/02/89/6880dae70715b1a1a1419be2cc07b78b3c2fe8363f3552e3085cc6f4037e/mrml-0.2.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9518210c4d583d76c416f72a67dd9eae3ff729b3a17cf9a5b93da1075bf963a2",
"md5": "d72f4aa04da4e2fc438540423679d842",
"sha256": "ea7913ef29a779349f6270cbf6473579c136aa3456c01650ead6365121717f5c"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "d72f4aa04da4e2fc438540423679d842",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 1594533,
"upload_time": "2025-03-01T20:02:40",
"upload_time_iso_8601": "2025-03-01T20:02:40.401982Z",
"url": "https://files.pythonhosted.org/packages/95/18/210c4d583d76c416f72a67dd9eae3ff729b3a17cf9a5b93da1075bf963a2/mrml-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d4ec73d42ca0f1d179dad55f59af5b19987d4fd2e273366f5380c0039705f2d4",
"md5": "6445d02236691569b93ee24a3f296e11",
"sha256": "fe793a5000cce0f2c9267239ac3e8f51479c86ea2f6d0afc4f55f168fdc9a167"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "6445d02236691569b93ee24a3f296e11",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 1672248,
"upload_time": "2025-03-01T20:02:42",
"upload_time_iso_8601": "2025-03-01T20:02:42.337293Z",
"url": "https://files.pythonhosted.org/packages/d4/ec/73d42ca0f1d179dad55f59af5b19987d4fd2e273366f5380c0039705f2d4/mrml-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d55cd66b35bd503bb494c440fc7dd8b7062dd0ec46fdfec04818b072d930555e",
"md5": "7e5c409245d4973e51c612a4b8c94b44",
"sha256": "3cd384069d98fd8515a84cc37f2ab2e1cf85fb88a6db568c76682038909c45b3"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "7e5c409245d4973e51c612a4b8c94b44",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 1848777,
"upload_time": "2025-03-01T20:02:44",
"upload_time_iso_8601": "2025-03-01T20:02:44.322760Z",
"url": "https://files.pythonhosted.org/packages/d5/5c/d66b35bd503bb494c440fc7dd8b7062dd0ec46fdfec04818b072d930555e/mrml-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "38f6121251ce55ab6b632038962680a43cd102655e976125fc1c1b9395833174",
"md5": "963fa8cb1fc717d8feb5b5a6e286d69e",
"sha256": "4bfa7bec9fd9e531fa560f4b36520a51f129fe94f56f4b8bcbf2a146d23448ce"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "963fa8cb1fc717d8feb5b5a6e286d69e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 1852338,
"upload_time": "2025-03-01T20:02:46",
"upload_time_iso_8601": "2025-03-01T20:02:46.238635Z",
"url": "https://files.pythonhosted.org/packages/38/f6/121251ce55ab6b632038962680a43cd102655e976125fc1c1b9395833174/mrml-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e852da9c8690353b37908dcd13b8c817ae94a70bbe020a4c4899d4c2fdc0fb97",
"md5": "8a37406a401cbf6d4690c34434d2fb7e",
"sha256": "af3e6aea8e3d26489be397ba466d0e7d75747a5f904300ade14a5592e172a9f6"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "8a37406a401cbf6d4690c34434d2fb7e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 1776433,
"upload_time": "2025-03-01T20:02:47",
"upload_time_iso_8601": "2025-03-01T20:02:47.488608Z",
"url": "https://files.pythonhosted.org/packages/e8/52/da9c8690353b37908dcd13b8c817ae94a70bbe020a4c4899d4c2fdc0fb97/mrml-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "913172315a5c684a9d6759cca1fcc41bf245cb348df7c554c4abe316e4a0dcca",
"md5": "db94f228b79c4ad1d1c5ea6cdfa2dadb",
"sha256": "66771a03eb17ad6d2264489802c89e849b0f3af791c0ed71d9679b8462322aaf"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp311-cp311-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "db94f228b79c4ad1d1c5ea6cdfa2dadb",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 1711393,
"upload_time": "2025-03-01T20:02:54",
"upload_time_iso_8601": "2025-03-01T20:02:54.138880Z",
"url": "https://files.pythonhosted.org/packages/91/31/72315a5c684a9d6759cca1fcc41bf245cb348df7c554c4abe316e4a0dcca/mrml-0.2.0-cp311-cp311-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a196a89c17556d71c64639f5fbdf2f6085e4e31adbcd618590541370c0c5055d",
"md5": "7d8d9a68ecc1a08b89543f1502ed74f5",
"sha256": "b821a410c4b74ad3892e1f280823144d6511cd12a22d7ab16ed72b89773382e5"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "7d8d9a68ecc1a08b89543f1502ed74f5",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 1137364,
"upload_time": "2025-03-01T20:02:56",
"upload_time_iso_8601": "2025-03-01T20:02:56.140403Z",
"url": "https://files.pythonhosted.org/packages/a1/96/a89c17556d71c64639f5fbdf2f6085e4e31adbcd618590541370c0c5055d/mrml-0.2.0-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "90a435881caef62c7684af79307978202be5ead07f7ad36c311cba3721839ca3",
"md5": "e7e1a662231d0f41788c8697c3e39b8b",
"sha256": "66ecc03a0d964f8f307b67e3f2a5cbfe17401f3454ace6e9567b079150efcf54"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "e7e1a662231d0f41788c8697c3e39b8b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 1417700,
"upload_time": "2025-03-01T20:02:57",
"upload_time_iso_8601": "2025-03-01T20:02:57.457220Z",
"url": "https://files.pythonhosted.org/packages/90/a4/35881caef62c7684af79307978202be5ead07f7ad36c311cba3721839ca3/mrml-0.2.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "284879fbf90c49041ad3def10d1d17ff8bfef707b90efa319443aebd95a9097b",
"md5": "f2bb970ebf8bc0d0de04062a5f899ac8",
"sha256": "b24f3e3a0924387c5927aa3b4750b0b006dedf8df97a7911a6a1a971ae2c94d2"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "f2bb970ebf8bc0d0de04062a5f899ac8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 1637684,
"upload_time": "2025-03-01T20:02:58",
"upload_time_iso_8601": "2025-03-01T20:02:58.656426Z",
"url": "https://files.pythonhosted.org/packages/28/48/79fbf90c49041ad3def10d1d17ff8bfef707b90efa319443aebd95a9097b/mrml-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "868362a9c1c32cb50731e2c7248b33033981b374002e335c5791ace7dbeaf013",
"md5": "80684d74ad34065d2b88f66f686af501",
"sha256": "09a1cb67b8a9973226459d40d5ed61474aedc2d81222cb502bccb842a762e60f"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "80684d74ad34065d2b88f66f686af501",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 1556118,
"upload_time": "2025-03-01T20:03:01",
"upload_time_iso_8601": "2025-03-01T20:03:01.984431Z",
"url": "https://files.pythonhosted.org/packages/86/83/62a9c1c32cb50731e2c7248b33033981b374002e335c5791ace7dbeaf013/mrml-0.2.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "333e441cf23afd4f69cdbf8727b379f601a7a2971da34ec9534c1c75748c28ef",
"md5": "04abd252ad2caa323bfce71a8c3b41de",
"sha256": "412db41d313f405f745468ea3474abef2f824e18e55dec1ee73453c924a8e1dc"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "04abd252ad2caa323bfce71a8c3b41de",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 1595187,
"upload_time": "2025-03-01T20:03:03",
"upload_time_iso_8601": "2025-03-01T20:03:03.235484Z",
"url": "https://files.pythonhosted.org/packages/33/3e/441cf23afd4f69cdbf8727b379f601a7a2971da34ec9534c1c75748c28ef/mrml-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "101ceaf5a5f06a510aae1eaf5ceac7dc1898a0007fed662eaa2f81fe250e103b",
"md5": "c2f7ec3388ca6bb93e7c8b04a5efbb41",
"sha256": "d98e108eef1277c699541cb102516b23b6078aae5bdb74b06cffaa0aebeda388"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "c2f7ec3388ca6bb93e7c8b04a5efbb41",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 1672649,
"upload_time": "2025-03-01T20:03:04",
"upload_time_iso_8601": "2025-03-01T20:03:04.523397Z",
"url": "https://files.pythonhosted.org/packages/10/1c/eaf5a5f06a510aae1eaf5ceac7dc1898a0007fed662eaa2f81fe250e103b/mrml-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b86066526cee75172a467e710e219a075896405342942f56cf9326a9835425cc",
"md5": "ea1675ee20aa4dec4ebc20c3588c4f16",
"sha256": "eca55a6b10a877559c2ca5ce71f83989a14696a000215b4fcba3fc81c55b8912"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "ea1675ee20aa4dec4ebc20c3588c4f16",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 1848705,
"upload_time": "2025-03-01T20:03:06",
"upload_time_iso_8601": "2025-03-01T20:03:06.385365Z",
"url": "https://files.pythonhosted.org/packages/b8/60/66526cee75172a467e710e219a075896405342942f56cf9326a9835425cc/mrml-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4f52363492a95d19a23c1f2af252c3de262f590820bd1f1a4d85939c9367f83b",
"md5": "12e89713477c007f2b9cf901e49030ce",
"sha256": "eb375c91d15fe223cffa38831e7be01843977fb2cb91ea9d66ffd671077f08f1"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "12e89713477c007f2b9cf901e49030ce",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 1849375,
"upload_time": "2025-03-01T20:03:07",
"upload_time_iso_8601": "2025-03-01T20:03:07.541467Z",
"url": "https://files.pythonhosted.org/packages/4f/52/363492a95d19a23c1f2af252c3de262f590820bd1f1a4d85939c9367f83b/mrml-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "db8a3a82d5feeea68ef2e767cfbce9eda8294e7821f6b23e735342ca56cdccd8",
"md5": "7834bc367cac9284c0c418bd651011dd",
"sha256": "c5e6bfac107a9e7e4142a18fccfb5475e13504a0b317a90659c685952120f204"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "7834bc367cac9284c0c418bd651011dd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 1774365,
"upload_time": "2025-03-01T20:03:08",
"upload_time_iso_8601": "2025-03-01T20:03:08.737428Z",
"url": "https://files.pythonhosted.org/packages/db/8a/3a82d5feeea68ef2e767cfbce9eda8294e7821f6b23e735342ca56cdccd8/mrml-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0ec40e99c6ea87432ca425cca5a6eb585d9119b11eed4a7e8395b98e7ce6225f",
"md5": "2b7e07e1fa1a6bc53629dc7c512a6bbc",
"sha256": "c14756543e2fb59c04b804211d5438eac79e19290ee56552ded936b29119c8ec"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp312-cp312-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "2b7e07e1fa1a6bc53629dc7c512a6bbc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 1709493,
"upload_time": "2025-03-01T20:03:09",
"upload_time_iso_8601": "2025-03-01T20:03:09.986023Z",
"url": "https://files.pythonhosted.org/packages/0e/c4/0e99c6ea87432ca425cca5a6eb585d9119b11eed4a7e8395b98e7ce6225f/mrml-0.2.0-cp312-cp312-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a35c9a621e1f48d2be6fbac8d871646103d2c35611a93971dd9942a731ad1e0d",
"md5": "8f464cb5ab0b93b990f07631176436a7",
"sha256": "a4707afeb41804a1a7a5c3891b795b2debc4ee3c3b3133c4841ccc8a5f65f25a"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "8f464cb5ab0b93b990f07631176436a7",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 1137237,
"upload_time": "2025-03-01T20:03:11",
"upload_time_iso_8601": "2025-03-01T20:03:11.430300Z",
"url": "https://files.pythonhosted.org/packages/a3/5c/9a621e1f48d2be6fbac8d871646103d2c35611a93971dd9942a731ad1e0d/mrml-0.2.0-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "37987100b15861b47a0e2a0550bcba887abf0c955d4957925756de6472880fc7",
"md5": "d75355ff23f4a5cc9dd5ed8b3fb2f3e6",
"sha256": "4cc5c733fa37b5adb9d7793a1b4d415e8222ae9c8f40454c32febae791c7bd65"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "d75355ff23f4a5cc9dd5ed8b3fb2f3e6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 1418495,
"upload_time": "2025-03-01T20:03:15",
"upload_time_iso_8601": "2025-03-01T20:03:15.905390Z",
"url": "https://files.pythonhosted.org/packages/37/98/7100b15861b47a0e2a0550bcba887abf0c955d4957925756de6472880fc7/mrml-0.2.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "07452a016c3d0142f204fb98716d7500b106fd44ee8b9949e1df0d43e6e7c92b",
"md5": "e79185db1cfa5ab901502d269fd883e7",
"sha256": "d1a5a55aed7425c59e5b77024ea3876c71a6ea62792cf4ce38eb04100fbb0a61"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "e79185db1cfa5ab901502d269fd883e7",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1637385,
"upload_time": "2025-03-01T20:03:17",
"upload_time_iso_8601": "2025-03-01T20:03:17.723407Z",
"url": "https://files.pythonhosted.org/packages/07/45/2a016c3d0142f204fb98716d7500b106fd44ee8b9949e1df0d43e6e7c92b/mrml-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cabfd16394dd8d33a087501a6e9d5c8da3760d1e743c1a321bf713299d90a687",
"md5": "0740c70e6cd6b08c93d52c7bc0e8fdfc",
"sha256": "d6f09ca2076b4d1080fdf0cd1a3a2ad85faa88f64690cef13d696c3bc30d5a5b"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "0740c70e6cd6b08c93d52c7bc0e8fdfc",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1555477,
"upload_time": "2025-03-01T20:03:18",
"upload_time_iso_8601": "2025-03-01T20:03:18.841588Z",
"url": "https://files.pythonhosted.org/packages/ca/bf/d16394dd8d33a087501a6e9d5c8da3760d1e743c1a321bf713299d90a687/mrml-0.2.0-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c58f5d8b9cd7c3041072fc58e348bcf7342bb6e742b96a4ca6004624b1d0a9ac",
"md5": "9d1ff24b04828ff76d819706e8e4f5ba",
"sha256": "986b71ab1c0ff78aef6d7aaac967418083146a6003de5ca5f7275f5ded190b09"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "9d1ff24b04828ff76d819706e8e4f5ba",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1594092,
"upload_time": "2025-03-01T20:03:20",
"upload_time_iso_8601": "2025-03-01T20:03:20.221732Z",
"url": "https://files.pythonhosted.org/packages/c5/8f/5d8b9cd7c3041072fc58e348bcf7342bb6e742b96a4ca6004624b1d0a9ac/mrml-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8072f11ef94939b6b161a98725864a7bca196d985eeaf455d64b77534e55bcc7",
"md5": "fd6cd2572995969ca766c87b73527267",
"sha256": "219a840471e87e4d3d5db5b9c9ff65a96410643f02994fa46b15a308c8001f54"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "fd6cd2572995969ca766c87b73527267",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1671767,
"upload_time": "2025-03-01T20:03:21",
"upload_time_iso_8601": "2025-03-01T20:03:21.521867Z",
"url": "https://files.pythonhosted.org/packages/80/72/f11ef94939b6b161a98725864a7bca196d985eeaf455d64b77534e55bcc7/mrml-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "db6f8aef4cf03c4dae3b2c806137c56b6205274e2a9a76cf27096b3ce1c4245d",
"md5": "f65dd829af79b6242acdfc7f8024aaec",
"sha256": "eba7ae5cbc4263fa3ba94230d6c66008c33890b5372385ed6ab8951bac336771"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "f65dd829af79b6242acdfc7f8024aaec",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1848048,
"upload_time": "2025-03-01T20:03:22",
"upload_time_iso_8601": "2025-03-01T20:03:22.823367Z",
"url": "https://files.pythonhosted.org/packages/db/6f/8aef4cf03c4dae3b2c806137c56b6205274e2a9a76cf27096b3ce1c4245d/mrml-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "999ea5129eae9bc25aaaf40299dd8b854716b6fc13e8e341484942bc39979efa",
"md5": "dd237249aab79ef8c5b87e5e2a19a300",
"sha256": "df66107b0dd7556b21cd3156876f2d5389d276b70cf29b8796141b0553a9615e"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "dd237249aab79ef8c5b87e5e2a19a300",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1849732,
"upload_time": "2025-03-01T20:03:24",
"upload_time_iso_8601": "2025-03-01T20:03:24.738072Z",
"url": "https://files.pythonhosted.org/packages/99/9e/a5129eae9bc25aaaf40299dd8b854716b6fc13e8e341484942bc39979efa/mrml-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f4dcc7f1a41868fc94b8e016fb64c354e735d8b147edf15fcbe3be299b894a48",
"md5": "3503497791fe85cd4332cdfb51fa0546",
"sha256": "35233367f3ce503f87f47c04838ae8a298b5b08a212b1753e998279b09f1ab46"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3503497791fe85cd4332cdfb51fa0546",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1774084,
"upload_time": "2025-03-01T20:03:25",
"upload_time_iso_8601": "2025-03-01T20:03:25.926513Z",
"url": "https://files.pythonhosted.org/packages/f4/dc/c7f1a41868fc94b8e016fb64c354e735d8b147edf15fcbe3be299b894a48/mrml-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b9ffa122ba8445e2457971129306d56ca1d20cb1f64f64f59aa28b5fd1762db4",
"md5": "2388ef278880c0f5d105b4d036acd950",
"sha256": "0b0915d8ec0964333c123d462bfd68284a3d4715971d978426e282e11d08ebb4"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp313-cp313-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "2388ef278880c0f5d105b4d036acd950",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1709154,
"upload_time": "2025-03-01T20:03:27",
"upload_time_iso_8601": "2025-03-01T20:03:27.789617Z",
"url": "https://files.pythonhosted.org/packages/b9/ff/a122ba8445e2457971129306d56ca1d20cb1f64f64f59aa28b5fd1762db4/mrml-0.2.0-cp313-cp313-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c8a85263b68198e5a3a8f141281a0702aa5be750b7dd698a20c51414bc04981c",
"md5": "5aafd1747a0dabf5e406f701a5e80683",
"sha256": "13159e3aa30696ac64af5176a1a75020a7097fe2338e126d2ddc734f73549a10"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "5aafd1747a0dabf5e406f701a5e80683",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1593220,
"upload_time": "2025-03-01T20:03:31",
"upload_time_iso_8601": "2025-03-01T20:03:31.836917Z",
"url": "https://files.pythonhosted.org/packages/c8/a8/5263b68198e5a3a8f141281a0702aa5be750b7dd698a20c51414bc04981c/mrml-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8e4f3fff2d1ee06e95531a572f0bc53ca844c845e741ae4d5b9f57ed7b2e4b17",
"md5": "49b11e4648159000dcaa0367f542844e",
"sha256": "f1becb9f3e278027c3d99747e30f8e8915b9569b6756028f2e824fdf35745e37"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "49b11e4648159000dcaa0367f542844e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1848613,
"upload_time": "2025-03-01T20:03:33",
"upload_time_iso_8601": "2025-03-01T20:03:33.806305Z",
"url": "https://files.pythonhosted.org/packages/8e/4f/3fff2d1ee06e95531a572f0bc53ca844c845e741ae4d5b9f57ed7b2e4b17/mrml-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ba6fdc2a5504979a6a75fcf2bfa7e1b26e947005554f15ba5ad2c8866d1e71ce",
"md5": "a0fd5101101f540c10ae9d3430e88202",
"sha256": "e7e3755fbc661115e3d7f1614230ac1c0bb9e8fdb4213d36aa1ad057f8fcf18c"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "a0fd5101101f540c10ae9d3430e88202",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1852970,
"upload_time": "2025-03-01T20:03:35",
"upload_time_iso_8601": "2025-03-01T20:03:35.141516Z",
"url": "https://files.pythonhosted.org/packages/ba/6f/dc2a5504979a6a75fcf2bfa7e1b26e947005554f15ba5ad2c8866d1e71ce/mrml-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dab0b9934140e42e6f4a1c139475656bc446150b7f82ff8a56f38626599e1117",
"md5": "a9d3654711978df82e0f95d524b5e48b",
"sha256": "55a82f3ed95d6b402e39446762f7bbeeb2a68084b82a10abe2923f0abe73259b"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp313-cp313t-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "a9d3654711978df82e0f95d524b5e48b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1709350,
"upload_time": "2025-03-01T20:03:37",
"upload_time_iso_8601": "2025-03-01T20:03:37.136616Z",
"url": "https://files.pythonhosted.org/packages/da/b0/b9934140e42e6f4a1c139475656bc446150b7f82ff8a56f38626599e1117/mrml-0.2.0-cp313-cp313t-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0894cf0e072ff85bb5293fcb3465c20f36f86a74421b4cae4c43427acd7ba914",
"md5": "dd62e7cff6f2176136565ee24186a8d1",
"sha256": "302cbbc0846fc158d2ec6b3e7c59dad6f5a9adcd3bd9d26b2dd148d39a274711"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "dd62e7cff6f2176136565ee24186a8d1",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1136900,
"upload_time": "2025-03-01T20:03:29",
"upload_time_iso_8601": "2025-03-01T20:03:29.518634Z",
"url": "https://files.pythonhosted.org/packages/08/94/cf0e072ff85bb5293fcb3465c20f36f86a74421b4cae4c43427acd7ba914/mrml-0.2.0-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c4b719b0cfdf67ec068a66870536bc489927ec25b84841cb075be3eca4acf758",
"md5": "b95d291bc7c3c19d09ccb99d6527ba8a",
"sha256": "29d95f366dd2a55d152965ec90035b5c4a89d2f9028bd4bb2342e2f3585363e9"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "b95d291bc7c3c19d09ccb99d6527ba8a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1417896,
"upload_time": "2025-03-01T20:03:30",
"upload_time_iso_8601": "2025-03-01T20:03:30.638404Z",
"url": "https://files.pythonhosted.org/packages/c4/b7/19b0cfdf67ec068a66870536bc489927ec25b84841cb075be3eca4acf758/mrml-0.2.0-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b50fb9df0211b1d374cc2d47756d702953e6f4afb4b06117f91962b47a82f29c",
"md5": "df6d0cb39a052ed1fec4948c728f0318",
"sha256": "b6d2c9995e8ca89ca5efd5db646556350e8149de3b84cfa39ee44c27afe5e913"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "df6d0cb39a052ed1fec4948c728f0318",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 1595078,
"upload_time": "2025-03-01T20:03:38",
"upload_time_iso_8601": "2025-03-01T20:03:38.379147Z",
"url": "https://files.pythonhosted.org/packages/b5/0f/b9df0211b1d374cc2d47756d702953e6f4afb4b06117f91962b47a82f29c/mrml-0.2.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e2c804ed68796687168ea7d31d5d615a973de6e9f7a537f915b95097fdf45857",
"md5": "dbedc67f6b8ffd821497b3476866d5cb",
"sha256": "b29eefe8a800cb7550927c4cd1888c5e98aa9f6fe6f2ed19efa80e47ba1f31a0"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "dbedc67f6b8ffd821497b3476866d5cb",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 1673177,
"upload_time": "2025-03-01T20:03:39",
"upload_time_iso_8601": "2025-03-01T20:03:39.756024Z",
"url": "https://files.pythonhosted.org/packages/e2/c8/04ed68796687168ea7d31d5d615a973de6e9f7a537f915b95097fdf45857/mrml-0.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8990f588234f25c47949f9f42d5d1ae743f160bb768152c7a603bf8ee85865d0",
"md5": "aedee93230e656cb211c55680b202228",
"sha256": "4e3fd2e2ea79589c23d0f2bed268241db7a6747983d7a443e36d7b190394d31b"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "aedee93230e656cb211c55680b202228",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 1850518,
"upload_time": "2025-03-01T20:03:40",
"upload_time_iso_8601": "2025-03-01T20:03:40.988917Z",
"url": "https://files.pythonhosted.org/packages/89/90/f588234f25c47949f9f42d5d1ae743f160bb768152c7a603bf8ee85865d0/mrml-0.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "836ed6dc2cdd6b5483de9d7ad2cabab4cd67f3688c13474bed7f72e3e4559eda",
"md5": "5244d353bc6d53c9d716b4c33bc3d160",
"sha256": "6fdb4f8eaa4fc80c606e1dbe03730facf60463a1476e9ccf47b8e28b04e01d29"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "5244d353bc6d53c9d716b4c33bc3d160",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 1854439,
"upload_time": "2025-03-01T20:03:42",
"upload_time_iso_8601": "2025-03-01T20:03:42.993407Z",
"url": "https://files.pythonhosted.org/packages/83/6e/d6dc2cdd6b5483de9d7ad2cabab4cd67f3688c13474bed7f72e3e4559eda/mrml-0.2.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "213e5ab99a732acb1e5ba55d03d5d9f3fedd720d6b1896fda13221ef3c02f642",
"md5": "7f1e3cd4b7bc2001a9d0c1246cb5a4e0",
"sha256": "09bd9472b5349a870e315910ac67a8329fa6b6e24c7ae71e770d09221707c55a"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "7f1e3cd4b7bc2001a9d0c1246cb5a4e0",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 1777062,
"upload_time": "2025-03-01T20:03:44",
"upload_time_iso_8601": "2025-03-01T20:03:44.903505Z",
"url": "https://files.pythonhosted.org/packages/21/3e/5ab99a732acb1e5ba55d03d5d9f3fedd720d6b1896fda13221ef3c02f642/mrml-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c07ad9d75d84769a20a604a7e827818bfc144d798d5bb9ee6446da0e66df247b",
"md5": "8fd478a0cd9149a590f74cc93278655a",
"sha256": "2c4382214f735f3c976e694d2ad33ad62ef190f52d407088b8836acfe90c2223"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp37-cp37m-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "8fd478a0cd9149a590f74cc93278655a",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 1712098,
"upload_time": "2025-03-01T20:03:46",
"upload_time_iso_8601": "2025-03-01T20:03:46.284711Z",
"url": "https://files.pythonhosted.org/packages/c0/7a/d9d75d84769a20a604a7e827818bfc144d798d5bb9ee6446da0e66df247b/mrml-0.2.0-cp37-cp37m-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bcf1d1ffdaee847d358221eec6d94fab140842fa0ba7c607746acba73f79da49",
"md5": "1c2e8668efa8589ac6654ac460f0623f",
"sha256": "6202c860a9aa73f2d3a964a74836dd43d14f248a5a2c07b73cf61b099c802257"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "1c2e8668efa8589ac6654ac460f0623f",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 1595244,
"upload_time": "2025-03-01T20:03:47",
"upload_time_iso_8601": "2025-03-01T20:03:47.529024Z",
"url": "https://files.pythonhosted.org/packages/bc/f1/d1ffdaee847d358221eec6d94fab140842fa0ba7c607746acba73f79da49/mrml-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1608516a8c609b617b1434df08f55088f9f9ec37424736e2438b5986c4757477",
"md5": "d0d5a01a5aac9e7253139ca45f1b70ab",
"sha256": "337a5089e1c797dd62c9ccfb3a67cdb516596829db0905ea9fac953fef197f20"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "d0d5a01a5aac9e7253139ca45f1b70ab",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 1672786,
"upload_time": "2025-03-01T20:03:48",
"upload_time_iso_8601": "2025-03-01T20:03:48.938602Z",
"url": "https://files.pythonhosted.org/packages/16/08/516a8c609b617b1434df08f55088f9f9ec37424736e2438b5986c4757477/mrml-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b7f3914ffbbf27a88953c5e8a4fcb110520a8d2c56fb8aae6cb6caaa6aecbccb",
"md5": "d2f9b1ab31c4902ce3a76199d1e06d93",
"sha256": "ba5ce8f6bf84f20a2ed496b8e3aee5b088a9e1a629ae3aa22bdc2a8dde0c1848"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "d2f9b1ab31c4902ce3a76199d1e06d93",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 1850399,
"upload_time": "2025-03-01T20:03:50",
"upload_time_iso_8601": "2025-03-01T20:03:50.180915Z",
"url": "https://files.pythonhosted.org/packages/b7/f3/914ffbbf27a88953c5e8a4fcb110520a8d2c56fb8aae6cb6caaa6aecbccb/mrml-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7792b1495e923c6b2dab72500662d2ebc937b899793b7b0f0b95a35216198f31",
"md5": "aeb74107694bcbff527963510e31365d",
"sha256": "019abb39c821cc995b315eabec8847fadad860c881bfbec94497da54c8dd1b89"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "aeb74107694bcbff527963510e31365d",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 1855228,
"upload_time": "2025-03-01T20:03:51",
"upload_time_iso_8601": "2025-03-01T20:03:51.590134Z",
"url": "https://files.pythonhosted.org/packages/77/92/b1495e923c6b2dab72500662d2ebc937b899793b7b0f0b95a35216198f31/mrml-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c5ad32680c9d0341e097c1a77169393eb5d7c3d2843579fd59d965cb92fb81a3",
"md5": "c932ceffb53468777e5a7488d08a9867",
"sha256": "dea2a4da41e7c20ca1879dc4e70f990d9e757477fae9a83332ddbc5acbe05164"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c932ceffb53468777e5a7488d08a9867",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 1776561,
"upload_time": "2025-03-01T20:03:53",
"upload_time_iso_8601": "2025-03-01T20:03:53.582598Z",
"url": "https://files.pythonhosted.org/packages/c5/ad/32680c9d0341e097c1a77169393eb5d7c3d2843579fd59d965cb92fb81a3/mrml-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e6868087b8fd1cdf754315908b2ebc771155d019fecd0a5f6a05fc5bb850a663",
"md5": "ac8cea3627c83aa7a6af47600effecf1",
"sha256": "2fc984f65613b4521449c78d1527bd81c3e8d7fbc7c22aeab13928936d3a140d"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp38-cp38-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "ac8cea3627c83aa7a6af47600effecf1",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 1712234,
"upload_time": "2025-03-01T20:03:55",
"upload_time_iso_8601": "2025-03-01T20:03:55.022728Z",
"url": "https://files.pythonhosted.org/packages/e6/86/8087b8fd1cdf754315908b2ebc771155d019fecd0a5f6a05fc5bb850a663/mrml-0.2.0-cp38-cp38-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "898f7d820bc330406fd6c4594b5671eeac2bf3330015a9180239df5a582decf7",
"md5": "5a5e3f112c1818082fe84aa742774fce",
"sha256": "10f9c989296420ca5dddfe944e7552286f0db93150802a2ca94b4a3e49c6765c"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "5a5e3f112c1818082fe84aa742774fce",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 1137921,
"upload_time": "2025-03-01T20:03:56",
"upload_time_iso_8601": "2025-03-01T20:03:56.981292Z",
"url": "https://files.pythonhosted.org/packages/89/8f/7d820bc330406fd6c4594b5671eeac2bf3330015a9180239df5a582decf7/mrml-0.2.0-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "394b1575cd08283029309b6b41ea82d0accbf5ba77377173291da6dec93c6ca2",
"md5": "509f3b3a915e466e55ad23f8ea41af0a",
"sha256": "d1556767f1fa480443c9cf246ee3dd2f023e4a044e3eafe0b9ac695abd1f1cc5"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "509f3b3a915e466e55ad23f8ea41af0a",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 1418333,
"upload_time": "2025-03-01T20:03:58",
"upload_time_iso_8601": "2025-03-01T20:03:58.530293Z",
"url": "https://files.pythonhosted.org/packages/39/4b/1575cd08283029309b6b41ea82d0accbf5ba77377173291da6dec93c6ca2/mrml-0.2.0-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bfabdb6d6d23d0f48327dcdd3cf6cca81b5f3cf5dcf0cc11c1aae987deaee211",
"md5": "c7859b75ceb90b4d2aebd0c42b4f67ec",
"sha256": "8ef0fa91540f3b1f9a806659be7af0075426a84532691692e0df6f1432909d95"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "c7859b75ceb90b4d2aebd0c42b4f67ec",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 1594104,
"upload_time": "2025-03-01T20:04:00",
"upload_time_iso_8601": "2025-03-01T20:04:00.486351Z",
"url": "https://files.pythonhosted.org/packages/bf/ab/db6d6d23d0f48327dcdd3cf6cca81b5f3cf5dcf0cc11c1aae987deaee211/mrml-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "15efffcb92078135da551b8ec2cfc8fd6fb9ad9f4c75f1e5efe3d586eeb1c2a5",
"md5": "ae1444585dac184c831e25d24dcfbdf7",
"sha256": "2afd6b5267ca8f6b8dbe9f2607c37c21817620aa7a1345dd4dce4d9dc227711b"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "ae1444585dac184c831e25d24dcfbdf7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 1672497,
"upload_time": "2025-03-01T20:04:01",
"upload_time_iso_8601": "2025-03-01T20:04:01.839511Z",
"url": "https://files.pythonhosted.org/packages/15/ef/ffcb92078135da551b8ec2cfc8fd6fb9ad9f4c75f1e5efe3d586eeb1c2a5/mrml-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "00ba4ce9333c59a5a5e91227ca0b7a59939e6e48dca8d08819f44c157bfd55b1",
"md5": "73970e4bad893cd66033eb52ee4f0c28",
"sha256": "ea20b3f879323bdad9dac1374d26f09c13700863c82e995b722627bad6ec458f"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "73970e4bad893cd66033eb52ee4f0c28",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 1850161,
"upload_time": "2025-03-01T20:04:03",
"upload_time_iso_8601": "2025-03-01T20:04:03.083419Z",
"url": "https://files.pythonhosted.org/packages/00/ba/4ce9333c59a5a5e91227ca0b7a59939e6e48dca8d08819f44c157bfd55b1/mrml-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "612873c404008dd394d53f9144d98add2d345c03c665bff700053c0906fad363",
"md5": "ba5566860738bd7e9310cf6a6883ed31",
"sha256": "56055e1940506c08f5982bb711b48b1f7b70d01fef68c6db9f1a280ba8195444"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "ba5566860738bd7e9310cf6a6883ed31",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 1854752,
"upload_time": "2025-03-01T20:04:05",
"upload_time_iso_8601": "2025-03-01T20:04:05.038127Z",
"url": "https://files.pythonhosted.org/packages/61/28/73c404008dd394d53f9144d98add2d345c03c665bff700053c0906fad363/mrml-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8739d60f12146282be00be3070db7e26fdeac8208549ae0a9768e0e394a6fbbc",
"md5": "ffbe4f2efa97002108339207308dc0d9",
"sha256": "3745cd07fa437eee1714d2791c42ed90a31d52f32490f8c1cef2af278c1229cd"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ffbe4f2efa97002108339207308dc0d9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 1776276,
"upload_time": "2025-03-01T20:04:06",
"upload_time_iso_8601": "2025-03-01T20:04:06.385851Z",
"url": "https://files.pythonhosted.org/packages/87/39/d60f12146282be00be3070db7e26fdeac8208549ae0a9768e0e394a6fbbc/mrml-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "afebc0ab30bc3a7082762e0f8feaf022b65440eda18b96ce8bca860a10447f90",
"md5": "079e0288f1ea31466ddfb781e12742c4",
"sha256": "ef2cddc25bbd7a96201ee5eacc58082e5f13fd9bea96d3acb278a6cf7258b770"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp39-cp39-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "079e0288f1ea31466ddfb781e12742c4",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 1711547,
"upload_time": "2025-03-01T20:04:07",
"upload_time_iso_8601": "2025-03-01T20:04:07.680770Z",
"url": "https://files.pythonhosted.org/packages/af/eb/c0ab30bc3a7082762e0f8feaf022b65440eda18b96ce8bca860a10447f90/mrml-0.2.0-cp39-cp39-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0142d20d74f7fe98f2913cdb3229b291efd5fc08a760ba58f2020c9cadaaba97",
"md5": "42396793fdd9a9fb2e2c3b06302fb27f",
"sha256": "8417589a0ff3c42be896f3a50933b3daced790552ea2f03551e312648a57f199"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "42396793fdd9a9fb2e2c3b06302fb27f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 1138411,
"upload_time": "2025-03-01T20:04:09",
"upload_time_iso_8601": "2025-03-01T20:04:09.620528Z",
"url": "https://files.pythonhosted.org/packages/01/42/d20d74f7fe98f2913cdb3229b291efd5fc08a760ba58f2020c9cadaaba97/mrml-0.2.0-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eb403e534f1b2e102991ac9427ce9b48be8689cd0f064a5a557c202c3908b5e5",
"md5": "f950754dbf4f1633f0d493478969eb01",
"sha256": "9b665085282b224632f17c679fbd3f0f1e95c1746d1cbcdad1a86202829fa573"
},
"downloads": -1,
"filename": "mrml-0.2.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "f950754dbf4f1633f0d493478969eb01",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 1418109,
"upload_time": "2025-03-01T20:04:10",
"upload_time_iso_8601": "2025-03-01T20:04:10.938749Z",
"url": "https://files.pythonhosted.org/packages/eb/40/3e534f1b2e102991ac9427ce9b48be8689cd0f064a5a557c202c3908b5e5/mrml-0.2.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9710f1d8d50dd02b1ed669dcdad233a7f5d8a19e581c3c33ae7f6ccf8765be90",
"md5": "963a3b4862ba71461b38dd2a809b0644",
"sha256": "777695190e15e88d7f28310f23f3e684db52969e4545a8ef115ba9a896651341"
},
"downloads": -1,
"filename": "mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "963a3b4862ba71461b38dd2a809b0644",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.7",
"size": 1595080,
"upload_time": "2025-03-01T20:04:12",
"upload_time_iso_8601": "2025-03-01T20:04:12.337521Z",
"url": "https://files.pythonhosted.org/packages/97/10/f1d8d50dd02b1ed669dcdad233a7f5d8a19e581c3c33ae7f6ccf8765be90/mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3b3331bdd54ce92223adeab47f7768fcba76930ffac3bfd6164d149fdb90d65e",
"md5": "d2edcff590d089f089a1388f281f8e54",
"sha256": "56098aa83ae53b37e7fd751791b968519ca2905475594e907601e2e1415d2de0"
},
"downloads": -1,
"filename": "mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "d2edcff590d089f089a1388f281f8e54",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.7",
"size": 1674547,
"upload_time": "2025-03-01T20:04:13",
"upload_time_iso_8601": "2025-03-01T20:04:13.639735Z",
"url": "https://files.pythonhosted.org/packages/3b/33/31bdd54ce92223adeab47f7768fcba76930ffac3bfd6164d149fdb90d65e/mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "14fef976c090e90e99d797e0550943841327563d56c77a29e3219bee9f0b4760",
"md5": "ab0aced2691c402ee8718e8269c4b5ec",
"sha256": "89f208f1acac13a09cd742e8a51f964b6a84161b07a275e3476372de8e440038"
},
"downloads": -1,
"filename": "mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "ab0aced2691c402ee8718e8269c4b5ec",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.7",
"size": 1850226,
"upload_time": "2025-03-01T20:04:14",
"upload_time_iso_8601": "2025-03-01T20:04:14.923122Z",
"url": "https://files.pythonhosted.org/packages/14/fe/f976c090e90e99d797e0550943841327563d56c77a29e3219bee9f0b4760/mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d155a347357ee3bbb1c72cdb3f2d973623eefc785ce6226b2ff62caff658b0e5",
"md5": "f7606339673e4b099d9e4460872f0915",
"sha256": "9a883e58ad0c863c848f2f4e84bb251ce3596aba4323314a5b2e56892e87810f"
},
"downloads": -1,
"filename": "mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "f7606339673e4b099d9e4460872f0915",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.7",
"size": 1854312,
"upload_time": "2025-03-01T20:04:16",
"upload_time_iso_8601": "2025-03-01T20:04:16.239250Z",
"url": "https://files.pythonhosted.org/packages/d1/55/a347357ee3bbb1c72cdb3f2d973623eefc785ce6226b2ff62caff658b0e5/mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5a1b7be1135f4b54f9b839f757f500fd57e8b6235661b6eca18102ea93072e81",
"md5": "02eba86b8626999fdb0b0ae39b062e9c",
"sha256": "a7d54d73a9571cc2b9060133ecdcc968f0fb42b523dfb8cb046d29bfcdab11b9"
},
"downloads": -1,
"filename": "mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "02eba86b8626999fdb0b0ae39b062e9c",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.7",
"size": 1776729,
"upload_time": "2025-03-01T20:04:17",
"upload_time_iso_8601": "2025-03-01T20:04:17.621762Z",
"url": "https://files.pythonhosted.org/packages/5a/1b/7be1135f4b54f9b839f757f500fd57e8b6235661b6eca18102ea93072e81/mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a79b74b22ba6c40c19e01fb907ac95d9d16955106b13a0f0b23ff0dd2295ccad",
"md5": "1b4876e90b0786385fdfcd2a4985b196",
"sha256": "46a2737ef31016c8c78683cf923f9d2fd2ae02cbbab90806b45e017948f1a7f2"
},
"downloads": -1,
"filename": "mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "1b4876e90b0786385fdfcd2a4985b196",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.7",
"size": 1711715,
"upload_time": "2025-03-01T20:04:18",
"upload_time_iso_8601": "2025-03-01T20:04:18.920165Z",
"url": "https://files.pythonhosted.org/packages/a7/9b/74b22ba6c40c19e01fb907ac95d9d16955106b13a0f0b23ff0dd2295ccad/mrml-0.2.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "12771fb38ce338955af86dc186d2b1daeb99b91022c9802efe4ebcb302bac7bc",
"md5": "ec15fbaad7e18f11c824af66e4d925c1",
"sha256": "99b5a8f93ff8bb7a150ac98a2b3fda16ae19f01c8f52f615f2daae6cdbfbace4"
},
"downloads": -1,
"filename": "mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "ec15fbaad7e18f11c824af66e4d925c1",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.7",
"size": 1595039,
"upload_time": "2025-03-01T20:04:20",
"upload_time_iso_8601": "2025-03-01T20:04:20.136561Z",
"url": "https://files.pythonhosted.org/packages/12/77/1fb38ce338955af86dc186d2b1daeb99b91022c9802efe4ebcb302bac7bc/mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "88882b502bc63812e75763381f8a711d3c4df2503db5f508ab9d7203401e5cf0",
"md5": "9901ff8f3c250c5596e5f63e17aa3beb",
"sha256": "934cc47209c24f786d68724b89caad270500bfaf05d24ce57ee3845f555e36e9"
},
"downloads": -1,
"filename": "mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "9901ff8f3c250c5596e5f63e17aa3beb",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.7",
"size": 1849688,
"upload_time": "2025-03-01T20:04:21",
"upload_time_iso_8601": "2025-03-01T20:04:21.882949Z",
"url": "https://files.pythonhosted.org/packages/88/88/2b502bc63812e75763381f8a711d3c4df2503db5f508ab9d7203401e5cf0/mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d0e05a9377b98f39fb11f8635a4c2467b50b54517ff574d3e687a573b9ac84e9",
"md5": "67b5d43dd76f13e94905741160e85e14",
"sha256": "e933f0372b640c0eb99008de192c497685c9d4f0d7fed973b7e30b7ccfba4c79"
},
"downloads": -1,
"filename": "mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "67b5d43dd76f13e94905741160e85e14",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.7",
"size": 1854127,
"upload_time": "2025-03-01T20:04:23",
"upload_time_iso_8601": "2025-03-01T20:04:23.853298Z",
"url": "https://files.pythonhosted.org/packages/d0/e0/5a9377b98f39fb11f8635a4c2467b50b54517ff574d3e687a573b9ac84e9/mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c398d825533118574af97059ec824cdbf5a259c15eb4ba9f281063c09bd8cd52",
"md5": "d3b5bc8f0487524035a6acaac60bf7f2",
"sha256": "8f0d25550d110d9a9c4ee9bada85170332a1c6bd4854c44a6f8779b802bad393"
},
"downloads": -1,
"filename": "mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "d3b5bc8f0487524035a6acaac60bf7f2",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.7",
"size": 1712116,
"upload_time": "2025-03-01T20:04:25",
"upload_time_iso_8601": "2025-03-01T20:04:25.206187Z",
"url": "https://files.pythonhosted.org/packages/c3/98/d825533118574af97059ec824cdbf5a259c15eb4ba9f281063c09bd8cd52/mrml-0.2.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "12ee305cfad90f41fff3b9823dc4c5fa8e553d611163256ba6a44627fb3628b0",
"md5": "a7a8342aa5bb67930e8615e3563b850c",
"sha256": "97e8eb99d6e42821a020bdc76a7415fb714a2d8b8a8c5c22803dcd5a809f2edd"
},
"downloads": -1,
"filename": "mrml-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "a7a8342aa5bb67930e8615e3563b850c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 134540,
"upload_time": "2025-03-01T20:04:26",
"upload_time_iso_8601": "2025-03-01T20:04:26.404462Z",
"url": "https://files.pythonhosted.org/packages/12/ee/305cfad90f41fff3b9823dc4c5fa8e553d611163256ba6a44627fb3628b0/mrml-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-01 20:04:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jdrouet",
"github_project": "mrml",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "mrml"
}