mrml


Namemrml JSON
Version 0.1.13 PyPI version JSON
download
home_pageNone
SummaryA Python wrapper for MRML (Rust port of MJML).
upload_time2024-04-20 07:17:05
maintainerNone
docs_urlNone
authorJérémie Drouet <jeremie.drouet@gmail.com>
requires_python>=3.7
licenseMIT
keywords email mjml
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/fd/ce/0542761e2eab07fd4a3eb44c7c4ac708f54599732fb976494297045279de/mrml-0.1.13.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.1.13",
    "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": "6916da77235d7728136d257045905bf68b0f28c07e1211364d21085503a9f6a9",
                "md5": "49082c9d20c3514f563dbff3fe35201c",
                "sha256": "3d9fa94b4afb31cc4e8d90af939f62608719b34ab099ea7b99ad2459a9b3dbd1"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "49082c9d20c3514f563dbff3fe35201c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1702753,
            "upload_time": "2024-04-20T07:14:48",
            "upload_time_iso_8601": "2024-04-20T07:14:48.292739Z",
            "url": "https://files.pythonhosted.org/packages/69/16/da77235d7728136d257045905bf68b0f28c07e1211364d21085503a9f6a9/mrml-0.1.13-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d0ee7cf7ac9ef5d2282d4d5324047d173b70c9cd2fb588fd441983b1bc7946cc",
                "md5": "5966b77d9e143c0a9a1ad3745a53ca1d",
                "sha256": "6624cae0782cfb2564345c4be68f7a499e5902da1e93d42015b8814dd4669b6f"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5966b77d9e143c0a9a1ad3745a53ca1d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1635521,
            "upload_time": "2024-04-20T07:14:50",
            "upload_time_iso_8601": "2024-04-20T07:14:50.416534Z",
            "url": "https://files.pythonhosted.org/packages/d0/ee/7cf7ac9ef5d2282d4d5324047d173b70c9cd2fb588fd441983b1bc7946cc/mrml-0.1.13-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b30ebba5ad32854dc8f8b61232d5901f9cf90ec59da6cad92a88aef7395300a5",
                "md5": "8fa8b28626978262c9022ddab580408a",
                "sha256": "b9a06c0abcf1baeff85acb44133028cf1f496c5c18a5f1f6ec93ed1b66745fdf"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "8fa8b28626978262c9022ddab580408a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3184127,
            "upload_time": "2024-04-20T07:14:52",
            "upload_time_iso_8601": "2024-04-20T07:14:52.121999Z",
            "url": "https://files.pythonhosted.org/packages/b3/0e/bba5ad32854dc8f8b61232d5901f9cf90ec59da6cad92a88aef7395300a5/mrml-0.1.13-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30b7e67c34c72fefeab1cf05800fb4fc1e97c4c6feb23645c6a8a08caa37a881",
                "md5": "067401f5850f73369d1c14e5cbda3130",
                "sha256": "c14291a8af2eb5cb49fe7e015714ab805bbb2a9960047744e5b20591e0561530"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "067401f5850f73369d1c14e5cbda3130",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2872130,
            "upload_time": "2024-04-20T07:14:54",
            "upload_time_iso_8601": "2024-04-20T07:14:54.548916Z",
            "url": "https://files.pythonhosted.org/packages/30/b7/e67c34c72fefeab1cf05800fb4fc1e97c4c6feb23645c6a8a08caa37a881/mrml-0.1.13-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a07afde09feee1c2469fd596b135ded81595bc5b912690b4e2740489c1471238",
                "md5": "b46c5519f379d77f29ffe06a952bca63",
                "sha256": "f6ee9865f652b7c0126b4c2a94d352713bd47b4d53aa997ebe3770fe6ea9dc23"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b46c5519f379d77f29ffe06a952bca63",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3448728,
            "upload_time": "2024-04-20T07:14:56",
            "upload_time_iso_8601": "2024-04-20T07:14:56.686670Z",
            "url": "https://files.pythonhosted.org/packages/a0/7a/fde09feee1c2469fd596b135ded81595bc5b912690b4e2740489c1471238/mrml-0.1.13-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "38febb2c506de81919b86e106632d21a2ed24d6eda45129ad7ad921a82c683ac",
                "md5": "b23375c3c10992c5f2e98367619e3038",
                "sha256": "3959fee45756878faa349d6505da7e157a3cd00d3d7db66dbf71b2ec511fecec"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b23375c3c10992c5f2e98367619e3038",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3306714,
            "upload_time": "2024-04-20T07:14:58",
            "upload_time_iso_8601": "2024-04-20T07:14:58.844157Z",
            "url": "https://files.pythonhosted.org/packages/38/fe/bb2c506de81919b86e106632d21a2ed24d6eda45129ad7ad921a82c683ac/mrml-0.1.13-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "44f3262cf4f4df71acbceb2b215159e691d652186209fe3540146dcec71f6918",
                "md5": "10b11195b937e350fe5abaa33e26cc0c",
                "sha256": "09911e1f72f3f0cd46cc99c9dd5362e3d5ac4c1069b28dd5ebe97e31a207a613"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "10b11195b937e350fe5abaa33e26cc0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3124030,
            "upload_time": "2024-04-20T07:15:01",
            "upload_time_iso_8601": "2024-04-20T07:15:01.037065Z",
            "url": "https://files.pythonhosted.org/packages/44/f3/262cf4f4df71acbceb2b215159e691d652186209fe3540146dcec71f6918/mrml-0.1.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4abdaae7d6aa97b34687145d76acbd0539c7f5b4ac85af11089549002bd8841f",
                "md5": "e6982a171663bc69081614fcbd866735",
                "sha256": "f17e720885e83108a52fb0f0684fca3088bfb8b1db71c03408d26f7350b63dff"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp310-cp310-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e6982a171663bc69081614fcbd866735",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2691336,
            "upload_time": "2024-04-20T07:15:03",
            "upload_time_iso_8601": "2024-04-20T07:15:03.183472Z",
            "url": "https://files.pythonhosted.org/packages/4a/bd/aae7d6aa97b34687145d76acbd0539c7f5b4ac85af11089549002bd8841f/mrml-0.1.13-cp310-cp310-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d416aa5ade6cb0d752a9d37cc7e64c8d8468c47f2bb61776b367c3d33b86163c",
                "md5": "d439710687eb3add4a2fb696a54f6609",
                "sha256": "3a65bb831f38aed90ad995e42de4f63d7e92553a5521b8b39af5f9981dad13aa"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "d439710687eb3add4a2fb696a54f6609",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1223138,
            "upload_time": "2024-04-20T07:15:04",
            "upload_time_iso_8601": "2024-04-20T07:15:04.703108Z",
            "url": "https://files.pythonhosted.org/packages/d4/16/aa5ade6cb0d752a9d37cc7e64c8d8468c47f2bb61776b367c3d33b86163c/mrml-0.1.13-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f923bb01d46ff9f94e33298b1076dd1937da53856cb89b5b9ae730ca0a386b79",
                "md5": "1465dd965b13deeaab9876b0f69fb7c6",
                "sha256": "a7435841716f11ef037f3b8ac30c4bc631835ffcdb01c1f10f72c11c293c47a3"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1465dd965b13deeaab9876b0f69fb7c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1494266,
            "upload_time": "2024-04-20T07:15:06",
            "upload_time_iso_8601": "2024-04-20T07:15:06.220166Z",
            "url": "https://files.pythonhosted.org/packages/f9/23/bb01d46ff9f94e33298b1076dd1937da53856cb89b5b9ae730ca0a386b79/mrml-0.1.13-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c1ab0d84237697005e1e64a8fd4cf34025f7c9cef71f3a4040d6eb1f222d1293",
                "md5": "b7e0e679f53766b6daf91de1c69732a7",
                "sha256": "c0afaa0acae0438c4ccd8a543a4f46f36b5590721af85bfcd173ced7b2534309"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b7e0e679f53766b6daf91de1c69732a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1703238,
            "upload_time": "2024-04-20T07:15:07",
            "upload_time_iso_8601": "2024-04-20T07:15:07.898541Z",
            "url": "https://files.pythonhosted.org/packages/c1/ab/0d84237697005e1e64a8fd4cf34025f7c9cef71f3a4040d6eb1f222d1293/mrml-0.1.13-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c6fe18063d0a815bc47153157edece8799441d5d86ee74d6a70125cba990ed5e",
                "md5": "01a2dbd93160c366d423ddf6bfe8110f",
                "sha256": "26ff1002f0f7bd1415781fb1c0ed8fe383ad6927cd82587d8cffdbda4dc22283"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "01a2dbd93160c366d423ddf6bfe8110f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1634596,
            "upload_time": "2024-04-20T07:15:09",
            "upload_time_iso_8601": "2024-04-20T07:15:09.347380Z",
            "url": "https://files.pythonhosted.org/packages/c6/fe/18063d0a815bc47153157edece8799441d5d86ee74d6a70125cba990ed5e/mrml-0.1.13-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4fe40ff94f6972aa1e16a54c5279f86d52e3c9d9f8921f640af87e66bf98fbee",
                "md5": "2bd41b21cf3832dbd942f670592643d9",
                "sha256": "aa9c24cc92b0f038f9ede43debd7f630416730740a7cdec802b1eacc0972f7e3"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "2bd41b21cf3832dbd942f670592643d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3183915,
            "upload_time": "2024-04-20T07:15:10",
            "upload_time_iso_8601": "2024-04-20T07:15:10.727588Z",
            "url": "https://files.pythonhosted.org/packages/4f/e4/0ff94f6972aa1e16a54c5279f86d52e3c9d9f8921f640af87e66bf98fbee/mrml-0.1.13-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5d6d86dadb8bb1c3369f8cc5196eef38bef0e92c40d7e45f7bf7e239d10d315a",
                "md5": "722ab61740e6293622a2cf91cffcb074",
                "sha256": "211fabb39df5e1f2db16ac105aec8ecf78d47ef5f82b6ef2a28ab67707f6fab5"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "722ab61740e6293622a2cf91cffcb074",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2871807,
            "upload_time": "2024-04-20T07:15:12",
            "upload_time_iso_8601": "2024-04-20T07:15:12.866693Z",
            "url": "https://files.pythonhosted.org/packages/5d/6d/86dadb8bb1c3369f8cc5196eef38bef0e92c40d7e45f7bf7e239d10d315a/mrml-0.1.13-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1eb07b04202cd85b81d178eb1108965121da06964c35f11a9d8a6758c9909524",
                "md5": "f1806442fd660a3946786e47223041fd",
                "sha256": "9ac8378637a4b4f7d3cbf62856cab5c020aa99bcccb809a84316a602ed85f056"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f1806442fd660a3946786e47223041fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3447255,
            "upload_time": "2024-04-20T07:15:14",
            "upload_time_iso_8601": "2024-04-20T07:15:14.373737Z",
            "url": "https://files.pythonhosted.org/packages/1e/b0/7b04202cd85b81d178eb1108965121da06964c35f11a9d8a6758c9909524/mrml-0.1.13-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4ddeabf1f6426b35cf3e956bb1b574827a1da891aadd3d894a128b443a95726c",
                "md5": "6c4ef469ff3ac25300049e2276858bd1",
                "sha256": "0e511c06719612332aa05d118d688e850ba68d5669740621f76fd08c795d555e"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "6c4ef469ff3ac25300049e2276858bd1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3303210,
            "upload_time": "2024-04-20T07:15:16",
            "upload_time_iso_8601": "2024-04-20T07:15:16.607888Z",
            "url": "https://files.pythonhosted.org/packages/4d/de/abf1f6426b35cf3e956bb1b574827a1da891aadd3d894a128b443a95726c/mrml-0.1.13-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "601752ddcdfcaacaca2e451af07fc037abd4f58396852fdc306ab20971c8e1c9",
                "md5": "293cf9c71e8f24cfd58f5248b9f96445",
                "sha256": "8ccb75438165e4b6ab3385407f1f29bad8aa71f3d8dae8182baf440725990e7b"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "293cf9c71e8f24cfd58f5248b9f96445",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3124752,
            "upload_time": "2024-04-20T07:15:18",
            "upload_time_iso_8601": "2024-04-20T07:15:18.279463Z",
            "url": "https://files.pythonhosted.org/packages/60/17/52ddcdfcaacaca2e451af07fc037abd4f58396852fdc306ab20971c8e1c9/mrml-0.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6b42124dabbaef098999add3e3c3cd8519e308c47cde73cafd66a5b2c2d93a99",
                "md5": "4af815065ad75b98a93b073aed8d35e5",
                "sha256": "87f9c233d5865a821656c7c91dc97ee61324ff9277d6f6e49d7da0e6184e3d58"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp311-cp311-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4af815065ad75b98a93b073aed8d35e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2690009,
            "upload_time": "2024-04-20T07:15:19",
            "upload_time_iso_8601": "2024-04-20T07:15:19.753784Z",
            "url": "https://files.pythonhosted.org/packages/6b/42/124dabbaef098999add3e3c3cd8519e308c47cde73cafd66a5b2c2d93a99/mrml-0.1.13-cp311-cp311-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0f8034c4474825071fb1b09ff8ab70597a76445bde66b104c5ce0d675ea50849",
                "md5": "dca0a8920171abdcec5f08dcaf977d7e",
                "sha256": "6a88da0287eb970d5bc99e9c534d9276220725d59f74da922ae7582499dd4b8b"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "dca0a8920171abdcec5f08dcaf977d7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1222745,
            "upload_time": "2024-04-20T07:15:21",
            "upload_time_iso_8601": "2024-04-20T07:15:21.735367Z",
            "url": "https://files.pythonhosted.org/packages/0f/80/34c4474825071fb1b09ff8ab70597a76445bde66b104c5ce0d675ea50849/mrml-0.1.13-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "31b0cdf1f78a98977d4f2dff5681b4c44d5c98498b565e5e12a8d5cb619846c4",
                "md5": "48ba9982d7f834e8802f1f9d63312288",
                "sha256": "91f0542d533f810e5b8ee6834a3d1ce076e75e0e7a5eb0278f9302ffdbf627cf"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "48ba9982d7f834e8802f1f9d63312288",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1493961,
            "upload_time": "2024-04-20T07:15:23",
            "upload_time_iso_8601": "2024-04-20T07:15:23.083643Z",
            "url": "https://files.pythonhosted.org/packages/31/b0/cdf1f78a98977d4f2dff5681b4c44d5c98498b565e5e12a8d5cb619846c4/mrml-0.1.13-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9e4907e71305518258caecba985fa4acc4279391d88353f07430c0ca630076a9",
                "md5": "c7beb2767245f787e7763b19976743ff",
                "sha256": "c4e7cda7040f50f6245de1f58fe74e9f17d6ba1b1c73f2e435143378e5a029bb"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c7beb2767245f787e7763b19976743ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1703552,
            "upload_time": "2024-04-20T07:15:24",
            "upload_time_iso_8601": "2024-04-20T07:15:24.417987Z",
            "url": "https://files.pythonhosted.org/packages/9e/49/07e71305518258caecba985fa4acc4279391d88353f07430c0ca630076a9/mrml-0.1.13-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3e52dd3d09d7c29d22ec352aca996da34f7bfa736173fe75feba294995158724",
                "md5": "66b5f573be89392207265da100be3b88",
                "sha256": "f58a63be67902fdfe5049e20c8bf1255922910da76a8870e00bff184b98940d2"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "66b5f573be89392207265da100be3b88",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1633193,
            "upload_time": "2024-04-20T07:15:26",
            "upload_time_iso_8601": "2024-04-20T07:15:26.398209Z",
            "url": "https://files.pythonhosted.org/packages/3e/52/dd3d09d7c29d22ec352aca996da34f7bfa736173fe75feba294995158724/mrml-0.1.13-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9822943d3a034ce1ec89821aaa6d2181a88749c630f65a7ec7d84a7ab138fb83",
                "md5": "f846cc6f926268cdc16679e13fa9246c",
                "sha256": "a25b272bfb702c170f0ef1ab6583956bb6a4e11cd80ec0fb3c2b6227a59f4b0d"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "f846cc6f926268cdc16679e13fa9246c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 3186102,
            "upload_time": "2024-04-20T07:15:27",
            "upload_time_iso_8601": "2024-04-20T07:15:27.878291Z",
            "url": "https://files.pythonhosted.org/packages/98/22/943d3a034ce1ec89821aaa6d2181a88749c630f65a7ec7d84a7ab138fb83/mrml-0.1.13-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fa5f07d5b1f9fae719fab580fe045346e07bc9daefa6d6f2f7f9d322939fd48d",
                "md5": "c219f66129cf0c96bf3aaaac8c74e45e",
                "sha256": "e2c37810605128f158cda2968081cd5ef1657a8f8b874f7733746268ee51856a"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c219f66129cf0c96bf3aaaac8c74e45e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 2872967,
            "upload_time": "2024-04-20T07:15:29",
            "upload_time_iso_8601": "2024-04-20T07:15:29.392949Z",
            "url": "https://files.pythonhosted.org/packages/fa/5f/07d5b1f9fae719fab580fe045346e07bc9daefa6d6f2f7f9d322939fd48d/mrml-0.1.13-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "745f28d583b6c410721500406c05a403c3b1a4181641963a37595d9aebf66f7b",
                "md5": "8192445971556fb90edb7adf44dc6761",
                "sha256": "c059d536eb73122fdca64af852e42e5e4d6cb5af779b8070c166fb21965b2663"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8192445971556fb90edb7adf44dc6761",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 3447132,
            "upload_time": "2024-04-20T07:15:30",
            "upload_time_iso_8601": "2024-04-20T07:15:30.906060Z",
            "url": "https://files.pythonhosted.org/packages/74/5f/28d583b6c410721500406c05a403c3b1a4181641963a37595d9aebf66f7b/mrml-0.1.13-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9b3c461273651b752489782f40bfd9bbb27d42d1f72dcbd72cbc83fb15fd5c23",
                "md5": "da9fc83ae7cddf34d85927e4be913998",
                "sha256": "56171a6b1f8163a2523e7de1df8a9f3f8a989c2408e5a68712a6b0019063c783"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "da9fc83ae7cddf34d85927e4be913998",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 3285822,
            "upload_time": "2024-04-20T07:15:32",
            "upload_time_iso_8601": "2024-04-20T07:15:32.466241Z",
            "url": "https://files.pythonhosted.org/packages/9b/3c/461273651b752489782f40bfd9bbb27d42d1f72dcbd72cbc83fb15fd5c23/mrml-0.1.13-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "04c77128c62f90e6fb95b7b90fd25112c627f95b488f9193c2208afb491e4d39",
                "md5": "8192ad2b9196facb78f8ec235d693217",
                "sha256": "eba719b48e221d8fea21e35fa873657d775d82f2e66d76e6d758c229bee34288"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8192ad2b9196facb78f8ec235d693217",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 3125526,
            "upload_time": "2024-04-20T07:15:34",
            "upload_time_iso_8601": "2024-04-20T07:15:34.039508Z",
            "url": "https://files.pythonhosted.org/packages/04/c7/7128c62f90e6fb95b7b90fd25112c627f95b488f9193c2208afb491e4d39/mrml-0.1.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "729ae9f7efde78bb86eaa592d71609adf1bd48f88a794f091c071d6c9e2463d6",
                "md5": "c531a2cb3b5a1ded2f4a45d6eeaaf6fa",
                "sha256": "d00a814718a7e096fe51adabfba19e7ae1946c0487e117b90c45d320c18da848"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp312-cp312-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c531a2cb3b5a1ded2f4a45d6eeaaf6fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 2690560,
            "upload_time": "2024-04-20T07:15:36",
            "upload_time_iso_8601": "2024-04-20T07:15:36.361900Z",
            "url": "https://files.pythonhosted.org/packages/72/9a/e9f7efde78bb86eaa592d71609adf1bd48f88a794f091c071d6c9e2463d6/mrml-0.1.13-cp312-cp312-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "216a8c5d219e1179091aefd6470d7b0fd114ad2f07b16937fa42d6e335f89788",
                "md5": "5f561ad49c7a6e48e8ffa09c6b5045a7",
                "sha256": "9aea91a2e5904462e2d6e933d3d33845eb1b775dcaa99b108dc15d4d8fe253b2"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "5f561ad49c7a6e48e8ffa09c6b5045a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1221073,
            "upload_time": "2024-04-20T07:15:38",
            "upload_time_iso_8601": "2024-04-20T07:15:38.382867Z",
            "url": "https://files.pythonhosted.org/packages/21/6a/8c5d219e1179091aefd6470d7b0fd114ad2f07b16937fa42d6e335f89788/mrml-0.1.13-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f38f956da29681db0169b3de689b467087a45984bb41d255907fd26013c8ac2c",
                "md5": "06de9fca7367b1fd31e4b967b0f1f6da",
                "sha256": "597fb5bb492d5ddf06854971796f844b1ad58f23dddca1ee9631a4cf714439dc"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "06de9fca7367b1fd31e4b967b0f1f6da",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1495275,
            "upload_time": "2024-04-20T07:15:39",
            "upload_time_iso_8601": "2024-04-20T07:15:39.745958Z",
            "url": "https://files.pythonhosted.org/packages/f3/8f/956da29681db0169b3de689b467087a45984bb41d255907fd26013c8ac2c/mrml-0.1.13-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "338c91a583e08e310ead374f7173d8a164aa4f1d02d4cadeb845bbefd78dea3d",
                "md5": "98464b9853449124a77db71aa8c9a6ec",
                "sha256": "8a8ec66e78142dabdc6afe4730342e69b73b454550a64e165d6674fb122809d1"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "98464b9853449124a77db71aa8c9a6ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3185579,
            "upload_time": "2024-04-20T07:15:41",
            "upload_time_iso_8601": "2024-04-20T07:15:41.135248Z",
            "url": "https://files.pythonhosted.org/packages/33/8c/91a583e08e310ead374f7173d8a164aa4f1d02d4cadeb845bbefd78dea3d/mrml-0.1.13-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e3f6f1a7ab68ee683ff257797284f5c8f126715b6843fc495993b2f624d19d12",
                "md5": "ea541f24228a32eaf9021f41230410d9",
                "sha256": "62c2156414267a1b46cda7f4a00d9828c0b2602ee7141b7b841ec87b1f2f7d59"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ea541f24228a32eaf9021f41230410d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 2872377,
            "upload_time": "2024-04-20T07:15:42",
            "upload_time_iso_8601": "2024-04-20T07:15:42.825477Z",
            "url": "https://files.pythonhosted.org/packages/e3/f6/f1a7ab68ee683ff257797284f5c8f126715b6843fc495993b2f624d19d12/mrml-0.1.13-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "17e949a6ea7d147b00063d96e8a3430db98c6c5ed1d6fdd731f2fe917e7a482e",
                "md5": "e6d63d4fcbc7ceb404341c60320955cd",
                "sha256": "b53b9110647e2d9f02a939a8ee050bbded122b3a94de5d0f3a2b2937cd431f14"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e6d63d4fcbc7ceb404341c60320955cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3449314,
            "upload_time": "2024-04-20T07:15:44",
            "upload_time_iso_8601": "2024-04-20T07:15:44.292306Z",
            "url": "https://files.pythonhosted.org/packages/17/e9/49a6ea7d147b00063d96e8a3430db98c6c5ed1d6fdd731f2fe917e7a482e/mrml-0.1.13-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8cdb6592fed77accd309d335b555ec047746df925452428999a7d77392fad91f",
                "md5": "1ed97f87909fcabe9111a84bea3bde11",
                "sha256": "5bfd03efbaf16e0ca6c3ef719907101f24fe5b09082cfb972bf43dcce085c661"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "1ed97f87909fcabe9111a84bea3bde11",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3307215,
            "upload_time": "2024-04-20T07:15:46",
            "upload_time_iso_8601": "2024-04-20T07:15:46.352406Z",
            "url": "https://files.pythonhosted.org/packages/8c/db/6592fed77accd309d335b555ec047746df925452428999a7d77392fad91f/mrml-0.1.13-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e675133b5ff488fcd8bf595479a94e2a43831f5c419e873b4316d5faad8539e",
                "md5": "6036570f6116cdd8ac30e3f951e860b0",
                "sha256": "23dc241a6b5e4784a5bebae2955a28a8bfc8244d786a49761f0260efd8ae9c83"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6036570f6116cdd8ac30e3f951e860b0",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3124792,
            "upload_time": "2024-04-20T07:15:47",
            "upload_time_iso_8601": "2024-04-20T07:15:47.888173Z",
            "url": "https://files.pythonhosted.org/packages/6e/67/5133b5ff488fcd8bf595479a94e2a43831f5c419e873b4316d5faad8539e/mrml-0.1.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "83d2032b5f909461c5b2b83e53d8c08a57cd52a6d0fd4c3f9e8225ecb40bed56",
                "md5": "0b17b563abde84e1d32555952a2d64a3",
                "sha256": "147b817bd3c7ad9053ecb6121e26ce8bd07fec6bf37e034b26ca7457c8e28916"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp37-cp37m-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0b17b563abde84e1d32555952a2d64a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 2692224,
            "upload_time": "2024-04-20T07:15:49",
            "upload_time_iso_8601": "2024-04-20T07:15:49.975480Z",
            "url": "https://files.pythonhosted.org/packages/83/d2/032b5f909461c5b2b83e53d8c08a57cd52a6d0fd4c3f9e8225ecb40bed56/mrml-0.1.13-cp37-cp37m-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "38b90781cdc64413570623d7582eca17340e786eca4b61d3561cf8f40a294fb0",
                "md5": "72b7af2bd9abde092b966d78d9d80631",
                "sha256": "90ecade1c5a21d68c4f78cb92ba5f63bd96024bec93eddf71404aa359cfc1361"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp37-none-win32.whl",
            "has_sig": false,
            "md5_digest": "72b7af2bd9abde092b966d78d9d80631",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1222517,
            "upload_time": "2024-04-20T07:15:51",
            "upload_time_iso_8601": "2024-04-20T07:15:51.553044Z",
            "url": "https://files.pythonhosted.org/packages/38/b9/0781cdc64413570623d7582eca17340e786eca4b61d3561cf8f40a294fb0/mrml-0.1.13-cp37-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "06de85a45b524f1bd93ba97f9f496ebc49769ddaea1ef11ec08f449a71252161",
                "md5": "84536edbfeae68ce7f389b5d455c1507",
                "sha256": "00ede0cf1cfa465fbc6ff19ad56ed7ba290b7a5942370bb17cb2a366c87e5076"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp37-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "84536edbfeae68ce7f389b5d455c1507",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1494486,
            "upload_time": "2024-04-20T07:15:52",
            "upload_time_iso_8601": "2024-04-20T07:15:52.863461Z",
            "url": "https://files.pythonhosted.org/packages/06/de/85a45b524f1bd93ba97f9f496ebc49769ddaea1ef11ec08f449a71252161/mrml-0.1.13-cp37-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a210d325718c1bbb831cdf43c0f3b001c01179d0fbaf0fa1c8e5ee6ae8e4a9bf",
                "md5": "4531ceae5dab8a72432dccc49c96f7ed",
                "sha256": "84c045fcfec1d7078332c2f05b7470e4c38db58ece9191a8ac7bc8e9ceeacea8"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "4531ceae5dab8a72432dccc49c96f7ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3185391,
            "upload_time": "2024-04-20T07:15:54",
            "upload_time_iso_8601": "2024-04-20T07:15:54.358629Z",
            "url": "https://files.pythonhosted.org/packages/a2/10/d325718c1bbb831cdf43c0f3b001c01179d0fbaf0fa1c8e5ee6ae8e4a9bf/mrml-0.1.13-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "679d1e1ec53103e702671c53516326a58c7432508fc20acb8757a0e9d68c4a0d",
                "md5": "f975c2c9512a2192724f8b149d4014f2",
                "sha256": "3e8e3148eec7b9959fb2f68ff76906a6986b0b5209ac73e322361c8731203d56"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f975c2c9512a2192724f8b149d4014f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2872699,
            "upload_time": "2024-04-20T07:15:56",
            "upload_time_iso_8601": "2024-04-20T07:15:56.259464Z",
            "url": "https://files.pythonhosted.org/packages/67/9d/1e1ec53103e702671c53516326a58c7432508fc20acb8757a0e9d68c4a0d/mrml-0.1.13-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4159e436eeedd7cd39e032a36f4ddbd36f79b05d29f095b09c3841f6f6f3adcc",
                "md5": "a9a98efac364f232b7cebea1af54607a",
                "sha256": "79b2365f245c5d75212d25e5a983b3cf706893bc3d1b895bab4039f4a82d2cf9"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a9a98efac364f232b7cebea1af54607a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3449709,
            "upload_time": "2024-04-20T07:15:57",
            "upload_time_iso_8601": "2024-04-20T07:15:57.891466Z",
            "url": "https://files.pythonhosted.org/packages/41/59/e436eeedd7cd39e032a36f4ddbd36f79b05d29f095b09c3841f6f6f3adcc/mrml-0.1.13-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "49e52d9fa62441a099413af077e5580f10388ea79dd9a6b8e825736ab5a6d38c",
                "md5": "117b5b7f9b9fde1c2b744d1e5c7af7c1",
                "sha256": "d7be2f744b33ba04ae486b0fbf0de760fb9850c647eec46de84d22489643301d"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "117b5b7f9b9fde1c2b744d1e5c7af7c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3306660,
            "upload_time": "2024-04-20T07:16:00",
            "upload_time_iso_8601": "2024-04-20T07:16:00.104685Z",
            "url": "https://files.pythonhosted.org/packages/49/e5/2d9fa62441a099413af077e5580f10388ea79dd9a6b8e825736ab5a6d38c/mrml-0.1.13-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "29c406bf1a0f52e626ad2d819e89a62a92baec5478fb85ade3dc22ad94db7669",
                "md5": "de8834c40866384f6f032ce5df89392a",
                "sha256": "fbf2677a24cc53dfda7266e2772336b722e8165d020d8d224c11d4630547a75d"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "de8834c40866384f6f032ce5df89392a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3124298,
            "upload_time": "2024-04-20T07:16:02",
            "upload_time_iso_8601": "2024-04-20T07:16:02.101141Z",
            "url": "https://files.pythonhosted.org/packages/29/c4/06bf1a0f52e626ad2d819e89a62a92baec5478fb85ade3dc22ad94db7669/mrml-0.1.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "01b8f405ef5eb62fd136747ad6f685c02e1ee240338f099f62020e993516dab3",
                "md5": "21d18a556c04d6108eeb84158692aeb8",
                "sha256": "0fc5e9b0bbffbdf8f2cb372c4b8689eb181f1f8127948ef735a816f1d1b4cd31"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp38-cp38-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "21d18a556c04d6108eeb84158692aeb8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2692115,
            "upload_time": "2024-04-20T07:16:03",
            "upload_time_iso_8601": "2024-04-20T07:16:03.639264Z",
            "url": "https://files.pythonhosted.org/packages/01/b8/f405ef5eb62fd136747ad6f685c02e1ee240338f099f62020e993516dab3/mrml-0.1.13-cp38-cp38-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2954f0c5a1bc099e123cd872838320d892b557affb0386fd87968d031227d1d6",
                "md5": "a3773a5bced1a68c92a3c30e7d10d2ad",
                "sha256": "65253f47b4eac591adc1a56b97a4d26d4043cc281c819bb0b871dc4d44f76421"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "a3773a5bced1a68c92a3c30e7d10d2ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1222700,
            "upload_time": "2024-04-20T07:16:05",
            "upload_time_iso_8601": "2024-04-20T07:16:05.207817Z",
            "url": "https://files.pythonhosted.org/packages/29/54/f0c5a1bc099e123cd872838320d892b557affb0386fd87968d031227d1d6/mrml-0.1.13-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf6d1541fa32dfe0b669092f2bda8fc072af517d5d2d2964411b3eb7ac857ed7",
                "md5": "7a5931340be0a65dd5fa4bf61ec019fa",
                "sha256": "1607cfdbdc787085a8f9f9b92e75262c8a86d47e0365631ab919c740e5eb4588"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7a5931340be0a65dd5fa4bf61ec019fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1494919,
            "upload_time": "2024-04-20T07:16:07",
            "upload_time_iso_8601": "2024-04-20T07:16:07.036404Z",
            "url": "https://files.pythonhosted.org/packages/bf/6d/1541fa32dfe0b669092f2bda8fc072af517d5d2d2964411b3eb7ac857ed7/mrml-0.1.13-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c2f187a57ef1694348dcdf4783a5d062fd6d0b4c62d023e8bada898b752729de",
                "md5": "bca40fd1fb35d19f1b9d9f5d0cc54446",
                "sha256": "44ace5f2d5e08c8d00b2555e1682f7ee7bdf21b53ee02b8893ea7f8c2e0615f5"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "bca40fd1fb35d19f1b9d9f5d0cc54446",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3186094,
            "upload_time": "2024-04-20T07:16:09",
            "upload_time_iso_8601": "2024-04-20T07:16:09.147582Z",
            "url": "https://files.pythonhosted.org/packages/c2/f1/87a57ef1694348dcdf4783a5d062fd6d0b4c62d023e8bada898b752729de/mrml-0.1.13-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9e92318f56fb58d33465afd8e80c20791a93aa2de12124341b701192b3732116",
                "md5": "1e300ecc75d73a8a55108d5adb8fe679",
                "sha256": "940a58c1c13652858380efcbb63e6e0d5ca57e7432005babbb294fcaecff884a"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1e300ecc75d73a8a55108d5adb8fe679",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2873445,
            "upload_time": "2024-04-20T07:16:10",
            "upload_time_iso_8601": "2024-04-20T07:16:10.750882Z",
            "url": "https://files.pythonhosted.org/packages/9e/92/318f56fb58d33465afd8e80c20791a93aa2de12124341b701192b3732116/mrml-0.1.13-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f5c2b8bd2ee963172eb18c7af8c991a0d870da7cb3e3dd0cd7afb7f7ab7db4bb",
                "md5": "48cd7189185fa044674bf715cc578ffc",
                "sha256": "f80a770ca27e6ccb8416c170f2ca6528a1d3adfded23334e13f883e184344da3"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "48cd7189185fa044674bf715cc578ffc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3449427,
            "upload_time": "2024-04-20T07:16:12",
            "upload_time_iso_8601": "2024-04-20T07:16:12.546211Z",
            "url": "https://files.pythonhosted.org/packages/f5/c2/b8bd2ee963172eb18c7af8c991a0d870da7cb3e3dd0cd7afb7f7ab7db4bb/mrml-0.1.13-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aec5144a951900d8376a5d23df0d643449db4930fcbf980045f40461d7749d46",
                "md5": "580484bbf54b63a2f2dab26eb6f6f283",
                "sha256": "b42d73c03a4f6e6ee7e3e2463b2230729b044b9a96acfd3a5b912b3744b0f7de"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "580484bbf54b63a2f2dab26eb6f6f283",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3305096,
            "upload_time": "2024-04-20T07:16:14",
            "upload_time_iso_8601": "2024-04-20T07:16:14.406813Z",
            "url": "https://files.pythonhosted.org/packages/ae/c5/144a951900d8376a5d23df0d643449db4930fcbf980045f40461d7749d46/mrml-0.1.13-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6abc40d6aec4ce9e5a5c65dca7af2643d244229d01f7d9f14cfcc3356078abfb",
                "md5": "bf59166ba48efc4177a2c2e91d1b759f",
                "sha256": "e40fdc543b46189a9d31fe1fbfe892e2d1e26b4b1aba2c31b580dc8d7d9016ad"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bf59166ba48efc4177a2c2e91d1b759f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3124888,
            "upload_time": "2024-04-20T07:16:16",
            "upload_time_iso_8601": "2024-04-20T07:16:16.113220Z",
            "url": "https://files.pythonhosted.org/packages/6a/bc/40d6aec4ce9e5a5c65dca7af2643d244229d01f7d9f14cfcc3356078abfb/mrml-0.1.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b742dc55bc301dffe1099c09681ee55b6006c414564c8e13b5a3ce4e4180ff96",
                "md5": "b54543668c444c85b01094f485b49dc1",
                "sha256": "6eca29cb52d1b34f50ece8809cb9890c9c4c32081a347a69f554ba2e41d5fefc"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp39-cp39-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b54543668c444c85b01094f485b49dc1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2692393,
            "upload_time": "2024-04-20T07:16:18",
            "upload_time_iso_8601": "2024-04-20T07:16:18.132400Z",
            "url": "https://files.pythonhosted.org/packages/b7/42/dc55bc301dffe1099c09681ee55b6006c414564c8e13b5a3ce4e4180ff96/mrml-0.1.13-cp39-cp39-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "21f16146dd963d4d99b4e575074c5bd757fb3ce73c854ede14a6ae1df69fbec8",
                "md5": "3c7d6b5a7cd23b4011a86e78d2ae066c",
                "sha256": "32a8af15660da16bc0821a3c12944284ca822d9bac3d4d1c16f4a38857f734e5"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "3c7d6b5a7cd23b4011a86e78d2ae066c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1221266,
            "upload_time": "2024-04-20T07:16:19",
            "upload_time_iso_8601": "2024-04-20T07:16:19.605210Z",
            "url": "https://files.pythonhosted.org/packages/21/f1/6146dd963d4d99b4e575074c5bd757fb3ce73c854ede14a6ae1df69fbec8/mrml-0.1.13-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c059747de835adfa8e9b58d5db4e6936cdc11181cc6c348af821b164fe3646a",
                "md5": "f41e905b2b294b6d5ed5b82d390fa7cc",
                "sha256": "555065603daa39200613f8d3a3672ac59307627d8b4fca5cb02ec6f4d18f93ea"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f41e905b2b294b6d5ed5b82d390fa7cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1494651,
            "upload_time": "2024-04-20T07:16:21",
            "upload_time_iso_8601": "2024-04-20T07:16:21.207409Z",
            "url": "https://files.pythonhosted.org/packages/2c/05/9747de835adfa8e9b58d5db4e6936cdc11181cc6c348af821b164fe3646a/mrml-0.1.13-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ab4e14972c06ba8ebc65598ad72eb7ea03af981ec9ae5d80b598dcdfbf7c510b",
                "md5": "80ed293787aaf21ba0904953616a76bf",
                "sha256": "70d7559b552de0e78f608a3745621db7e12256f80689b74dcd2544743b66123c"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "80ed293787aaf21ba0904953616a76bf",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 3184687,
            "upload_time": "2024-04-20T07:16:23",
            "upload_time_iso_8601": "2024-04-20T07:16:23.250360Z",
            "url": "https://files.pythonhosted.org/packages/ab/4e/14972c06ba8ebc65598ad72eb7ea03af981ec9ae5d80b598dcdfbf7c510b/mrml-0.1.13-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e289739a6324de99e0df2f77d3ce6133cd9cf1f0d6fa5cc201d4f720c09d5eb",
                "md5": "60bc857ff9c25eccd38f230db27f1ef0",
                "sha256": "5e8d1a77aeab7e3997a40480294ce96ad5b586e8f5d8513c1f609dc96fd4d4ef"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "60bc857ff9c25eccd38f230db27f1ef0",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 2869842,
            "upload_time": "2024-04-20T07:16:25",
            "upload_time_iso_8601": "2024-04-20T07:16:25.653759Z",
            "url": "https://files.pythonhosted.org/packages/7e/28/9739a6324de99e0df2f77d3ce6133cd9cf1f0d6fa5cc201d4f720c09d5eb/mrml-0.1.13-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3711c6e63557f1cbf9bb0a1d12c73e31fac7c8076263465aec41c19c0a664a1a",
                "md5": "c84f8ab68ad169ccd3f95f716671416f",
                "sha256": "442fc754f4d7f744136cf2963b4d4f101cd72ac1a7f0f31c0804d72507c96be7"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c84f8ab68ad169ccd3f95f716671416f",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 3448780,
            "upload_time": "2024-04-20T07:16:27",
            "upload_time_iso_8601": "2024-04-20T07:16:27.072039Z",
            "url": "https://files.pythonhosted.org/packages/37/11/c6e63557f1cbf9bb0a1d12c73e31fac7c8076263465aec41c19c0a664a1a/mrml-0.1.13-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "739b4d40c7a966273302abac0698fb41b72a90173e4044995d1de8413bdf76a9",
                "md5": "1271c891b471c3b6721a9c55ca258c01",
                "sha256": "9ff93410880df0a44341e2ed2ad9cec1601f7f4970e75916dd0187ae01ab7614"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "1271c891b471c3b6721a9c55ca258c01",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 3307939,
            "upload_time": "2024-04-20T07:16:28",
            "upload_time_iso_8601": "2024-04-20T07:16:28.929090Z",
            "url": "https://files.pythonhosted.org/packages/73/9b/4d40c7a966273302abac0698fb41b72a90173e4044995d1de8413bdf76a9/mrml-0.1.13-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d453fcd1311750adb4c84624abb4233e85bce70ef6551af148551abad9ed36c3",
                "md5": "99da085c6f94ba92f7ef4b531e69f97f",
                "sha256": "011bb6a228a2a88f1a0608327f00b5edb625180b3bcacd7c6134600cb17c1a34"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "99da085c6f94ba92f7ef4b531e69f97f",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 3124112,
            "upload_time": "2024-04-20T07:16:30",
            "upload_time_iso_8601": "2024-04-20T07:16:30.436505Z",
            "url": "https://files.pythonhosted.org/packages/d4/53/fcd1311750adb4c84624abb4233e85bce70ef6551af148551abad9ed36c3/mrml-0.1.13-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8408a8928abea9e03dd8bdd705b2eed0b0525ca4d43d2b91d87c54ed15037307",
                "md5": "804d3794201f125dbc051165bb39b978",
                "sha256": "8ee93f67b3d0fcac1c0360c8cafad8e25b6e4f5d385152e15c0385538e76392b"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "804d3794201f125dbc051165bb39b978",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 2690440,
            "upload_time": "2024-04-20T07:16:32",
            "upload_time_iso_8601": "2024-04-20T07:16:32.102971Z",
            "url": "https://files.pythonhosted.org/packages/84/08/a8928abea9e03dd8bdd705b2eed0b0525ca4d43d2b91d87c54ed15037307/mrml-0.1.13-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e09e312f6517b0d4f172e5c1d8f7768e054293bf4313b37450cbb7c44053c47",
                "md5": "ea0c11abc41c47c7a01dbb49edfc8f7f",
                "sha256": "393560ca7d470f9b143ddc5ae8b7000a49b496437354107618dc22e82322df56"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "ea0c11abc41c47c7a01dbb49edfc8f7f",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 3188147,
            "upload_time": "2024-04-20T07:16:33",
            "upload_time_iso_8601": "2024-04-20T07:16:33.752258Z",
            "url": "https://files.pythonhosted.org/packages/6e/09/e312f6517b0d4f172e5c1d8f7768e054293bf4313b37450cbb7c44053c47/mrml-0.1.13-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1496c78fa2dc637995611dfc95aa94d9a2a11a71446bdec8dbef94a63c3c3431",
                "md5": "4fce3566d3ecef7f00f2d09ea11602d2",
                "sha256": "7afbfe170186ab1ae9e441b19a9f72e0499f60fd289029d75758785ba5f790ff"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4fce3566d3ecef7f00f2d09ea11602d2",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 2873416,
            "upload_time": "2024-04-20T07:16:35",
            "upload_time_iso_8601": "2024-04-20T07:16:35.303329Z",
            "url": "https://files.pythonhosted.org/packages/14/96/c78fa2dc637995611dfc95aa94d9a2a11a71446bdec8dbef94a63c3c3431/mrml-0.1.13-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61261751b93d8114e6710f52ddfd169002485dc41062575d1a2d04226e77986e",
                "md5": "fadc7da24fec6ed3de92d0dc9786e0c3",
                "sha256": "5cd047170fe0d6a3c63a1a1df5877bde1e26a2e985a262e26079a973356ec56e"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "fadc7da24fec6ed3de92d0dc9786e0c3",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 3453114,
            "upload_time": "2024-04-20T07:16:36",
            "upload_time_iso_8601": "2024-04-20T07:16:36.868902Z",
            "url": "https://files.pythonhosted.org/packages/61/26/1751b93d8114e6710f52ddfd169002485dc41062575d1a2d04226e77986e/mrml-0.1.13-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e37784ba5a08ff032e4f0b12cdfdbd4571c49b5dd08fc57a84ef08d14efba1b0",
                "md5": "4ed218c456686f0faf22ec7f063622ae",
                "sha256": "ebae61e5d695b2c57b785fdfb750bf1cc0ae24469a5f15c6bd5e53c8de8e6963"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "4ed218c456686f0faf22ec7f063622ae",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 3310757,
            "upload_time": "2024-04-20T07:16:39",
            "upload_time_iso_8601": "2024-04-20T07:16:39.025195Z",
            "url": "https://files.pythonhosted.org/packages/e3/77/84ba5a08ff032e4f0b12cdfdbd4571c49b5dd08fc57a84ef08d14efba1b0/mrml-0.1.13-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "58787289d2ab4df4e84ec2146f01b5dd3de399767c82c15535d2f95116e67d2a",
                "md5": "1841d603581c52ec9ce2ab75db7b4b08",
                "sha256": "8bb9a6cd8b0623804f5de23f692d55d6dd054a31391a3ab1d6d4de3e371442a5"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1841d603581c52ec9ce2ab75db7b4b08",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 3127783,
            "upload_time": "2024-04-20T07:16:40",
            "upload_time_iso_8601": "2024-04-20T07:16:40.703826Z",
            "url": "https://files.pythonhosted.org/packages/58/78/7289d2ab4df4e84ec2146f01b5dd3de399767c82c15535d2f95116e67d2a/mrml-0.1.13-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bae4cef96e56e1d0f555e0a0d16a082d6b54d295fcfb2f5d9ac4358a8c9aa7d0",
                "md5": "9398443ce38ef512b3c0a01dfa1e1a63",
                "sha256": "22f52c797b1907c2087ea0b73ccb08c35aee81aebdcefa81fbcefb738e583d79"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp37-pypy37_pp73-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9398443ce38ef512b3c0a01dfa1e1a63",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 2695269,
            "upload_time": "2024-04-20T07:16:42",
            "upload_time_iso_8601": "2024-04-20T07:16:42.324264Z",
            "url": "https://files.pythonhosted.org/packages/ba/e4/cef96e56e1d0f555e0a0d16a082d6b54d295fcfb2f5d9ac4358a8c9aa7d0/mrml-0.1.13-pp37-pypy37_pp73-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d70ba335d1f8ccbcce6213eb2240c2c8fd3b2916a7d999801bd4bdb6ea3bb7b",
                "md5": "bf3dba63a2b4677c69df9449e7a77f1e",
                "sha256": "25c8e429d01b6efbb4316f833d09a627c5171151ca1b716396a5c4cb3402759f"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "bf3dba63a2b4677c69df9449e7a77f1e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 3185769,
            "upload_time": "2024-04-20T07:16:43",
            "upload_time_iso_8601": "2024-04-20T07:16:43.935577Z",
            "url": "https://files.pythonhosted.org/packages/3d/70/ba335d1f8ccbcce6213eb2240c2c8fd3b2916a7d999801bd4bdb6ea3bb7b/mrml-0.1.13-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "353910520ad5e8f15ee756b72c552df9caaf4907c5bb60ea7712f201caa2c661",
                "md5": "977f2c2c0752e1082f144f1bffbe1f38",
                "sha256": "e0415dd4c58fc143f6dd72d42231a0fc23ee1691abfcd4bbfe55c505e4eba7e5"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "977f2c2c0752e1082f144f1bffbe1f38",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 2869966,
            "upload_time": "2024-04-20T07:16:46",
            "upload_time_iso_8601": "2024-04-20T07:16:46.073350Z",
            "url": "https://files.pythonhosted.org/packages/35/39/10520ad5e8f15ee756b72c552df9caaf4907c5bb60ea7712f201caa2c661/mrml-0.1.13-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "78cc4e005a38072618ec464ec5e1286d3cef2a7cd90fd0a773494414c39f4d79",
                "md5": "0374fb8128c75fa30578cbc779b5f7a1",
                "sha256": "d562b329cb28dcdfceff9f7ef12469b85fcf1cbec32b27a16b998981fd60aa51"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "0374fb8128c75fa30578cbc779b5f7a1",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 3450366,
            "upload_time": "2024-04-20T07:16:47",
            "upload_time_iso_8601": "2024-04-20T07:16:47.656892Z",
            "url": "https://files.pythonhosted.org/packages/78/cc/4e005a38072618ec464ec5e1286d3cef2a7cd90fd0a773494414c39f4d79/mrml-0.1.13-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "695ac6e29f6b2f79dff9f58b325697083bb7e84389cbd7993af722a63ecae28c",
                "md5": "7803e55f2191507d54c824046aed2ed1",
                "sha256": "d9dc8985c1a1f1330c8812d264298b61d11c3a8acec6b834bc45c5df56a83c60"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "7803e55f2191507d54c824046aed2ed1",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 3309219,
            "upload_time": "2024-04-20T07:16:49",
            "upload_time_iso_8601": "2024-04-20T07:16:49.534051Z",
            "url": "https://files.pythonhosted.org/packages/69/5a/c6e29f6b2f79dff9f58b325697083bb7e84389cbd7993af722a63ecae28c/mrml-0.1.13-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a55c956c6a730afa137b51e95e060ef7af16aac1f4b61b74617bfc9b2b2a76f9",
                "md5": "aad0c80b43c4d7b7c96378d775095869",
                "sha256": "05fd3a42bc3a697b2ffe217f2235e5815c03b394badef066019d9a87a346c224"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aad0c80b43c4d7b7c96378d775095869",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 3125531,
            "upload_time": "2024-04-20T07:16:51",
            "upload_time_iso_8601": "2024-04-20T07:16:51.702519Z",
            "url": "https://files.pythonhosted.org/packages/a5/5c/956c6a730afa137b51e95e060ef7af16aac1f4b61b74617bfc9b2b2a76f9/mrml-0.1.13-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "77feed5efd72553512b0414546728ce1a161bc3a8392dd224adb6fd05282f19d",
                "md5": "28318b52cfbb0b51eb0363a2a67a2e92",
                "sha256": "66a8cc1c275be6896381ee97b7b594fd413ac0d13619b7705b9d0d81e721e253"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "28318b52cfbb0b51eb0363a2a67a2e92",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 2691353,
            "upload_time": "2024-04-20T07:16:53",
            "upload_time_iso_8601": "2024-04-20T07:16:53.211444Z",
            "url": "https://files.pythonhosted.org/packages/77/fe/ed5efd72553512b0414546728ce1a161bc3a8392dd224adb6fd05282f19d/mrml-0.1.13-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f671070764f08d70e5fdb5c66f35ef635e6078a7e86511c44b85c1f42ed1963c",
                "md5": "6d1640c2a464757e32b5aea27ff2aa15",
                "sha256": "027e08916475653d0d5624effcb7e7fc2458bc4d24e59f020be2fa64962ed143"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "6d1640c2a464757e32b5aea27ff2aa15",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 3186179,
            "upload_time": "2024-04-20T07:16:54",
            "upload_time_iso_8601": "2024-04-20T07:16:54.745256Z",
            "url": "https://files.pythonhosted.org/packages/f6/71/070764f08d70e5fdb5c66f35ef635e6078a7e86511c44b85c1f42ed1963c/mrml-0.1.13-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0fb0444bf00d53baed9e63b0a8cd6c07ee48753527de0ad07ffce63f7e915509",
                "md5": "8aa6bc4f3be6223a14c6a43b85986207",
                "sha256": "a5a27048918607b599260178adc51f3e09984f4b9b3a734b47813a8b9034fbec"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8aa6bc4f3be6223a14c6a43b85986207",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 2870360,
            "upload_time": "2024-04-20T07:16:56",
            "upload_time_iso_8601": "2024-04-20T07:16:56.985261Z",
            "url": "https://files.pythonhosted.org/packages/0f/b0/444bf00d53baed9e63b0a8cd6c07ee48753527de0ad07ffce63f7e915509/mrml-0.1.13-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fc525835d9d4ae844fa49d1f87c333b3252b4d6af591dceaaef2fec84c4459d6",
                "md5": "a2ef0de2997476d4bb018d94941ea50c",
                "sha256": "1fc41503a1f2ecb258b1f9b48ab022a391aa51ced3c0273a01399150731528ff"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a2ef0de2997476d4bb018d94941ea50c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 3449727,
            "upload_time": "2024-04-20T07:16:58",
            "upload_time_iso_8601": "2024-04-20T07:16:58.523682Z",
            "url": "https://files.pythonhosted.org/packages/fc/52/5835d9d4ae844fa49d1f87c333b3252b4d6af591dceaaef2fec84c4459d6/mrml-0.1.13-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "40b1dc3239e5451f8102b29d464ad8143a6de28a800abce202e1c240a337c91c",
                "md5": "77cfc22abf52f8073ce1250c2f0d3d87",
                "sha256": "48ae0f8ed7854f76e7b7131b49dfca481c61454526d11a4c642e8028bae9a63e"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "77cfc22abf52f8073ce1250c2f0d3d87",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 3310164,
            "upload_time": "2024-04-20T07:17:00",
            "upload_time_iso_8601": "2024-04-20T07:17:00.508166Z",
            "url": "https://files.pythonhosted.org/packages/40/b1/dc3239e5451f8102b29d464ad8143a6de28a800abce202e1c240a337c91c/mrml-0.1.13-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a58b49f305de5c59394ab0367b40479021ac20d7cc9447f6bc169da795187250",
                "md5": "870d084aadda5e99d29262a9fd701094",
                "sha256": "5a19a3b35428b368bedc0213fbf6be55b01f60a15e77a46f3ca26b7cd76809d9"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "870d084aadda5e99d29262a9fd701094",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 3124816,
            "upload_time": "2024-04-20T07:17:02",
            "upload_time_iso_8601": "2024-04-20T07:17:02.346934Z",
            "url": "https://files.pythonhosted.org/packages/a5/8b/49f305de5c59394ab0367b40479021ac20d7cc9447f6bc169da795187250/mrml-0.1.13-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf5807b553eb8996ff1ad1a56eb11f9e6e45919adddf16b0c10e632aecbedbab",
                "md5": "63c7eacd9390e8d7c2556fc21968ee40",
                "sha256": "40d902797c0ffb16d0174fc322ea53dacfe516ac8abc1329b606df3710487c2c"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "63c7eacd9390e8d7c2556fc21968ee40",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 2692321,
            "upload_time": "2024-04-20T07:17:04",
            "upload_time_iso_8601": "2024-04-20T07:17:04.401765Z",
            "url": "https://files.pythonhosted.org/packages/cf/58/07b553eb8996ff1ad1a56eb11f9e6e45919adddf16b0c10e632aecbedbab/mrml-0.1.13-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fdce0542761e2eab07fd4a3eb44c7c4ac708f54599732fb976494297045279de",
                "md5": "08ebfd9d0c4a285313a6e84b8044c341",
                "sha256": "3303756729bcdbb2fcc3bdb40a1b295f09f1e5fb57d93a7f6f9e73b1127d1420"
            },
            "downloads": -1,
            "filename": "mrml-0.1.13.tar.gz",
            "has_sig": false,
            "md5_digest": "08ebfd9d0c4a285313a6e84b8044c341",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 133741,
            "upload_time": "2024-04-20T07:17:05",
            "upload_time_iso_8601": "2024-04-20T07:17:05.942027Z",
            "url": "https://files.pythonhosted.org/packages/fd/ce/0542761e2eab07fd4a3eb44c7c4ac708f54599732fb976494297045279de/mrml-0.1.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-20 07:17:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jdrouet",
    "github_project": "mrml",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mrml"
}
        
Elapsed time: 0.47898s