pyromark


Namepyromark JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryBlazingly fast Markdown parser
upload_time2024-02-05 13:47:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords converter html
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyromark

[![CI](https://github.com/monosans/pyromark/actions/workflows/ci.yml/badge.svg)](https://github.com/monosans/pyromark/actions/workflows/ci.yml)
[![Downloads](https://static.pepy.tech/badge/pyromark)](https://pepy.tech/project/pyromark)

pyromark (stands for Python Rust Optimized Markdown) is a blazingly fast CommonMark-compliant Markdown parser for Python.

Uses [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) Rust crate under the hood.

## Installation

```bash
python -m pip install -U pyromark
```

## Documentation

<https://pyromark.readthedocs.io>

## Performance

128x faster than [Markdown](https://pypi.org/project/Markdown/),
105x faster than [markdown-it-py](https://pypi.org/project/markdown-it-py/),
79x faster than [mistune](https://pypi.org/project/mistune/),
8x faster than [markdown-it-pyrs](https://pypi.org/project/markdown-it-pyrs/).

If you use threading, the difference with other libraries will be even more enormous, since pyromark releases the [GIL](https://docs.python.org/3/glossary.html#term-global-interpreter-lock).

See [benchmark](https://pyromark.readthedocs.io/en/latest/performance/).

## License

[MIT](https://github.com/monosans/pyromark/blob/main/LICENSE)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyromark",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "converter,html",
    "author": null,
    "author_email": "monosans <hsyqixco@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d3/a2/b454aea683a139bf69f0c1a27e5d63570cf417d6e5a2a4c06122651084c0/pyromark-0.3.0.tar.gz",
    "platform": null,
    "description": "# pyromark\n\n[![CI](https://github.com/monosans/pyromark/actions/workflows/ci.yml/badge.svg)](https://github.com/monosans/pyromark/actions/workflows/ci.yml)\n[![Downloads](https://static.pepy.tech/badge/pyromark)](https://pepy.tech/project/pyromark)\n\npyromark (stands for Python Rust Optimized Markdown) is a blazingly fast CommonMark-compliant Markdown parser for Python.\n\nUses [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) Rust crate under the hood.\n\n## Installation\n\n```bash\npython -m pip install -U pyromark\n```\n\n## Documentation\n\n<https://pyromark.readthedocs.io>\n\n## Performance\n\n128x faster than [Markdown](https://pypi.org/project/Markdown/),\n105x faster than [markdown-it-py](https://pypi.org/project/markdown-it-py/),\n79x faster than [mistune](https://pypi.org/project/mistune/),\n8x faster than [markdown-it-pyrs](https://pypi.org/project/markdown-it-pyrs/).\n\nIf you use threading, the difference with other libraries will be even more enormous, since pyromark releases the [GIL](https://docs.python.org/3/glossary.html#term-global-interpreter-lock).\n\nSee [benchmark](https://pyromark.readthedocs.io/en/latest/performance/).\n\n## License\n\n[MIT](https://github.com/monosans/pyromark/blob/main/LICENSE)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Blazingly fast Markdown parser",
    "version": "0.3.0",
    "project_urls": {
        "Documentation": "https://pyromark.readthedocs.io",
        "Homepage": "https://github.com/monosans/pyromark",
        "Repository": "https://github.com/monosans/pyromark"
    },
    "split_keywords": [
        "converter",
        "html"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "79ce2a2c410dab476771cadfd54f2b8ae8d55abb46de4e6209b69e902e353c9a",
                "md5": "eb3ee1d4210dc51e8d482013fb2f8e94",
                "sha256": "f7706cf68d029a67d8b28dcd476607d4e448067afe29483ffbe1491fd3b60577"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eb3ee1d4210dc51e8d482013fb2f8e94",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 308940,
            "upload_time": "2024-02-05T13:42:45",
            "upload_time_iso_8601": "2024-02-05T13:42:45.613942Z",
            "url": "https://files.pythonhosted.org/packages/79/ce/2a2c410dab476771cadfd54f2b8ae8d55abb46de4e6209b69e902e353c9a/pyromark-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fb789325994622a29e2455c86edbb4a50eb260c89a0a33f956c98d6b043f6e35",
                "md5": "a77704ac58d023f156d284da6245ce93",
                "sha256": "694e70cb07941a8bd0909ba66a987299e33c70580f9e4ff0a2f9d662e7f4ac45"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a77704ac58d023f156d284da6245ce93",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 296279,
            "upload_time": "2024-02-05T13:42:49",
            "upload_time_iso_8601": "2024-02-05T13:42:49.703510Z",
            "url": "https://files.pythonhosted.org/packages/fb/78/9325994622a29e2455c86edbb4a50eb260c89a0a33f956c98d6b043f6e35/pyromark-0.3.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d26d7e3874ae48957b288ac3e04bf4e69f38f3af799dde737761d19bdd91f7b9",
                "md5": "5700b02cc2cd9da9e523461e7f7e439c",
                "sha256": "ffa88bbf53cbc80180afa21f784c2c1ddace7f3d382f76481c522370188e769b"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5700b02cc2cd9da9e523461e7f7e439c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 343340,
            "upload_time": "2024-02-05T13:42:51",
            "upload_time_iso_8601": "2024-02-05T13:42:51.217817Z",
            "url": "https://files.pythonhosted.org/packages/d2/6d/7e3874ae48957b288ac3e04bf4e69f38f3af799dde737761d19bdd91f7b9/pyromark-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "161ec282dcd70caefebe22da584eea18c0aad2860b8ebdf839e4dde2e05460d9",
                "md5": "78fa0875d1316264bd3ead2093974c70",
                "sha256": "489fb1aa0e5cddecc9989a6a9fb29c25254f0f3637eb98e925fcd5e7eb883e6f"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "78fa0875d1316264bd3ead2093974c70",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 339428,
            "upload_time": "2024-02-05T13:42:54",
            "upload_time_iso_8601": "2024-02-05T13:42:54.194171Z",
            "url": "https://files.pythonhosted.org/packages/16/1e/c282dcd70caefebe22da584eea18c0aad2860b8ebdf839e4dde2e05460d9/pyromark-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e69416277515017103fd438e3a1cdea966323af256a4a70ba3e94eb3c837ca7a",
                "md5": "28e965052badc5ca9ce6f48dea1cf394",
                "sha256": "7662363ec9bbc0c6b14e1d1a8817b92e482c64138690b2473bd89d4a93955f5a"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "28e965052badc5ca9ce6f48dea1cf394",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 378808,
            "upload_time": "2024-02-05T13:42:59",
            "upload_time_iso_8601": "2024-02-05T13:42:59.400353Z",
            "url": "https://files.pythonhosted.org/packages/e6/94/16277515017103fd438e3a1cdea966323af256a4a70ba3e94eb3c837ca7a/pyromark-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5b11ed145ee6ad75ecdb836a8fa3d9bc5243f534d639911c7bf36e2fbc4f3fe1",
                "md5": "64e40a164c55e000a760fd8f783c20df",
                "sha256": "28bb3ffae8af4f18286da6704774adff5388386235baf92f90c54ab9c1175618"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "64e40a164c55e000a760fd8f783c20df",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 391166,
            "upload_time": "2024-02-05T13:42:56",
            "upload_time_iso_8601": "2024-02-05T13:42:56.795838Z",
            "url": "https://files.pythonhosted.org/packages/5b/11/ed145ee6ad75ecdb836a8fa3d9bc5243f534d639911c7bf36e2fbc4f3fe1/pyromark-0.3.0-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "231cebeb78d8805d4cc8f7e4d3776b7ba97423b16c819205c75064319de2e522",
                "md5": "86d12b3d39b60d62b473a719cc75346f",
                "sha256": "2b77cb6753141e37b0db281fbb1d8f51e6cfa3dd8e0ca9dfb46b330a005e119c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "86d12b3d39b60d62b473a719cc75346f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 514780,
            "upload_time": "2024-02-05T13:43:01",
            "upload_time_iso_8601": "2024-02-05T13:43:01.555854Z",
            "url": "https://files.pythonhosted.org/packages/23/1c/ebeb78d8805d4cc8f7e4d3776b7ba97423b16c819205c75064319de2e522/pyromark-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1596d5cb79a9282686b54bbf9c8b1bb0a3516301c7238b02705c39030b5ed774",
                "md5": "60a06718a7ae646be57d732e3b156e29",
                "sha256": "e2c7f70b0b4a3b916812f405bd9c6025ef34658a4cccee25d0b96897be7c97b8"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "60a06718a7ae646be57d732e3b156e29",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 354880,
            "upload_time": "2024-02-05T13:43:04",
            "upload_time_iso_8601": "2024-02-05T13:43:04.125253Z",
            "url": "https://files.pythonhosted.org/packages/15/96/d5cb79a9282686b54bbf9c8b1bb0a3516301c7238b02705c39030b5ed774/pyromark-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43662f8f6a129f4d5ab6fefe9e057cd4b907808397f3e32521aa1b1b1562e634",
                "md5": "02263cb3e0fe9de877da76c8e43e4b0e",
                "sha256": "8a07e61d5fd9ea832cbef9121d69323f5cffebafd33ae7030cd6ee018322dc44"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "02263cb3e0fe9de877da76c8e43e4b0e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 351923,
            "upload_time": "2024-02-05T13:43:06",
            "upload_time_iso_8601": "2024-02-05T13:43:06.704003Z",
            "url": "https://files.pythonhosted.org/packages/43/66/2f8f6a129f4d5ab6fefe9e057cd4b907808397f3e32521aa1b1b1562e634/pyromark-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0faf641227ce6b062656297683490c08d31d5bfc674ab7a6173cc38619e860dd",
                "md5": "1b206f34fcc4ceb362a4da64d17e4488",
                "sha256": "5f8c77871f07b0059db1c7d6a9c4d75f242df8a04fde9927ecaeeaecc2b94f4e"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1b206f34fcc4ceb362a4da64d17e4488",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 524443,
            "upload_time": "2024-02-05T13:43:09",
            "upload_time_iso_8601": "2024-02-05T13:43:09.896825Z",
            "url": "https://files.pythonhosted.org/packages/0f/af/641227ce6b062656297683490c08d31d5bfc674ab7a6173cc38619e860dd/pyromark-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e5c41f62a92e8250c111dded6f47ff29e93fb6a486e82174b9b60ea0fb04b42c",
                "md5": "984f5630e0b23af121cba6e9ef57a12a",
                "sha256": "53264e727bd87135b64af672cc0aa7b39c86ae5fedf99d2f2f3c7c598b2d7426"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "984f5630e0b23af121cba6e9ef57a12a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 602487,
            "upload_time": "2024-02-05T13:43:11",
            "upload_time_iso_8601": "2024-02-05T13:43:11.877182Z",
            "url": "https://files.pythonhosted.org/packages/e5/c4/1f62a92e8250c111dded6f47ff29e93fb6a486e82174b9b60ea0fb04b42c/pyromark-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8dd8767caa6ff764994d3d9c85a2bf63187d64c14e20c86d0fd883c224e8fa62",
                "md5": "1f0c0b6bafde9e33817fd9231e2705f5",
                "sha256": "84b1ec1c5fb8a843ad2ceba57fdefa82a181c57d192c99a634e2bd724b7ba673"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "1f0c0b6bafde9e33817fd9231e2705f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 530296,
            "upload_time": "2024-02-05T13:43:13",
            "upload_time_iso_8601": "2024-02-05T13:43:13.867384Z",
            "url": "https://files.pythonhosted.org/packages/8d/d8/767caa6ff764994d3d9c85a2bf63187d64c14e20c86d0fd883c224e8fa62/pyromark-0.3.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e744fcb607218e789dfc4d2c602c27b3d933c64b3a4805e20cbc97cfafde007",
                "md5": "c3b058bb90a29c3a2b23e428d231e42e",
                "sha256": "04ef53e06df577181abf8f6acc4169708694ecc3fc797a30ce7dc717c5a1e241"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c3b058bb90a29c3a2b23e428d231e42e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 527582,
            "upload_time": "2024-02-05T13:43:15",
            "upload_time_iso_8601": "2024-02-05T13:43:15.824124Z",
            "url": "https://files.pythonhosted.org/packages/4e/74/4fcb607218e789dfc4d2c602c27b3d933c64b3a4805e20cbc97cfafde007/pyromark-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "51fb3787693bd0138fed6657a294829509b35e75e52d12b846029f598e44c6f4",
                "md5": "4517960ce6d2627e229a156e072cf26e",
                "sha256": "35c51e029c1597aef76ae7684339452b949ae6792c086a86b26c6452aa0b572d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "4517960ce6d2627e229a156e072cf26e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 234397,
            "upload_time": "2024-02-05T13:43:18",
            "upload_time_iso_8601": "2024-02-05T13:43:18.416197Z",
            "url": "https://files.pythonhosted.org/packages/51/fb/3787693bd0138fed6657a294829509b35e75e52d12b846029f598e44c6f4/pyromark-0.3.0-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "53d8f17a52d20d85dccbef0e6e2a36250fa5d00fe653a33e24884504ddf9fc96",
                "md5": "c5c8fd0d4e605792ba0f02832ede7267",
                "sha256": "14eb9fe97a238858a0dc40e293ae17fc940a40516043db4361581e5fd081bf4a"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c5c8fd0d4e605792ba0f02832ede7267",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 243448,
            "upload_time": "2024-02-05T13:43:20",
            "upload_time_iso_8601": "2024-02-05T13:43:20.239337Z",
            "url": "https://files.pythonhosted.org/packages/53/d8/f17a52d20d85dccbef0e6e2a36250fa5d00fe653a33e24884504ddf9fc96/pyromark-0.3.0-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c9b2518b015ddac25f682a784b1a38d9f6a9514b5a1fdb6b81e508dea94d50bc",
                "md5": "5bb16ac77dbb801324948e29e1f53f7e",
                "sha256": "c53ed77f732e5d17bde9d8ad87ca4d8cad39a877b4eebe07357a9a38e5c9240c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5bb16ac77dbb801324948e29e1f53f7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 308917,
            "upload_time": "2024-02-05T13:43:23",
            "upload_time_iso_8601": "2024-02-05T13:43:23.034370Z",
            "url": "https://files.pythonhosted.org/packages/c9/b2/518b015ddac25f682a784b1a38d9f6a9514b5a1fdb6b81e508dea94d50bc/pyromark-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a550f7930096e9979943b59ed1cfbf362394ddcb4988ec9d5f66b72de875c1cc",
                "md5": "8b9ac20d8f242cccf8a7d212fc80de53",
                "sha256": "87e8df8776f27f84a3a192278774a85ae3a2b9a162a817d45b3bf7ffb2ac2025"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8b9ac20d8f242cccf8a7d212fc80de53",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 296260,
            "upload_time": "2024-02-05T13:43:25",
            "upload_time_iso_8601": "2024-02-05T13:43:25.623315Z",
            "url": "https://files.pythonhosted.org/packages/a5/50/f7930096e9979943b59ed1cfbf362394ddcb4988ec9d5f66b72de875c1cc/pyromark-0.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d9be6b7356632eacd160c5f1adf6ed78aaf78a1a7d8c1e70ce0ba9ae314793fd",
                "md5": "7d2da12cdd8edbe1d5d1fd664f8f81f8",
                "sha256": "87731c1b6ddaf80642a3408fff77048049e398f735fd761d1f6807ead16bd8e3"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7d2da12cdd8edbe1d5d1fd664f8f81f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 343369,
            "upload_time": "2024-02-05T13:43:27",
            "upload_time_iso_8601": "2024-02-05T13:43:27.956105Z",
            "url": "https://files.pythonhosted.org/packages/d9/be/6b7356632eacd160c5f1adf6ed78aaf78a1a7d8c1e70ce0ba9ae314793fd/pyromark-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cfb016da5058a368e256cf73e1f8af76bc4ff6f0f76efb3261dbfc57e6eebe2f",
                "md5": "58535d79ab2880e6a79fac4cf8440716",
                "sha256": "0d971ca174767b4a131502a4b2dc67809a441bdd369161973d7b77e54e752253"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "58535d79ab2880e6a79fac4cf8440716",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 339411,
            "upload_time": "2024-02-05T13:43:30",
            "upload_time_iso_8601": "2024-02-05T13:43:30.246747Z",
            "url": "https://files.pythonhosted.org/packages/cf/b0/16da5058a368e256cf73e1f8af76bc4ff6f0f76efb3261dbfc57e6eebe2f/pyromark-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b67361045ec4c357915f34f6264e20eb05fc4764b59787f5f29291473b34f1a9",
                "md5": "2f03cf679e10fddd1b5d747311cdc875",
                "sha256": "09ab28116d9093254ac56c5817bda94e8677ec773284885b09da9b10d2e5bd3e"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "2f03cf679e10fddd1b5d747311cdc875",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 378884,
            "upload_time": "2024-02-05T13:43:34",
            "upload_time_iso_8601": "2024-02-05T13:43:34.316306Z",
            "url": "https://files.pythonhosted.org/packages/b6/73/61045ec4c357915f34f6264e20eb05fc4764b59787f5f29291473b34f1a9/pyromark-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4857742ebe5767fb0daf746b7ac5d2153ba575c62290b320c02f9d48cacba40f",
                "md5": "30c8abb3bcf899ee04e9a8ea8a773b15",
                "sha256": "b7ef7fddb0236d2e8ab5e8fd3cb77a7d4752243c16a2a3c6c7204e98a2ed69e6"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "30c8abb3bcf899ee04e9a8ea8a773b15",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 391192,
            "upload_time": "2024-02-05T13:43:32",
            "upload_time_iso_8601": "2024-02-05T13:43:32.371023Z",
            "url": "https://files.pythonhosted.org/packages/48/57/742ebe5767fb0daf746b7ac5d2153ba575c62290b320c02f9d48cacba40f/pyromark-0.3.0-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cef1398da14edd827620c95967547eb0500326504c158750144c65391b091a54",
                "md5": "2a40e37ba1497503f379856a9a601540",
                "sha256": "fcc141a996b3c137433d2fc33aa10fff6a5655fd7e64295143410f5e1adf108a"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "2a40e37ba1497503f379856a9a601540",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 514771,
            "upload_time": "2024-02-05T13:43:36",
            "upload_time_iso_8601": "2024-02-05T13:43:36.767799Z",
            "url": "https://files.pythonhosted.org/packages/ce/f1/398da14edd827620c95967547eb0500326504c158750144c65391b091a54/pyromark-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c073d4d51c976de20d8adc6f5aa6e3284038b56212d31a798cf617df60973f80",
                "md5": "3746db281809295669ed947bf6195be2",
                "sha256": "8babd8163e6645d47da7654582c4f7f8d074cf41c9e1bfee73ff2dd5f23693d8"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3746db281809295669ed947bf6195be2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 354874,
            "upload_time": "2024-02-05T13:43:39",
            "upload_time_iso_8601": "2024-02-05T13:43:39.016202Z",
            "url": "https://files.pythonhosted.org/packages/c0/73/d4d51c976de20d8adc6f5aa6e3284038b56212d31a798cf617df60973f80/pyromark-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6279942649098bfe45f87679974c2be35b18ab29c9aafec104681d70211bca08",
                "md5": "746d6869f5ed6f7bbcd1acba726acc27",
                "sha256": "b7af7c2e2462125247e30107d25674688b8bc24210ed90c56243573991248031"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "746d6869f5ed6f7bbcd1acba726acc27",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 352058,
            "upload_time": "2024-02-05T13:43:40",
            "upload_time_iso_8601": "2024-02-05T13:43:40.801945Z",
            "url": "https://files.pythonhosted.org/packages/62/79/942649098bfe45f87679974c2be35b18ab29c9aafec104681d70211bca08/pyromark-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0b859a3f12649cb471b985ae7771efac55ce02718488390e1c22c98c93dc9824",
                "md5": "473ee9258030c7bab4948176997742cd",
                "sha256": "5d29dd0b00b6223e1e555c7dc30fd56ed96b75d0a46144313ea0b87b608cbc5c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "473ee9258030c7bab4948176997742cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 524467,
            "upload_time": "2024-02-05T13:43:43",
            "upload_time_iso_8601": "2024-02-05T13:43:43.226259Z",
            "url": "https://files.pythonhosted.org/packages/0b/85/9a3f12649cb471b985ae7771efac55ce02718488390e1c22c98c93dc9824/pyromark-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4582ec7de6d51324176107032bfb9a65a27284196c02875aa6ac572398b1b46c",
                "md5": "b990e99b69933290d422d7140b42a101",
                "sha256": "85a74632881cadb90564a7281fcff660cb184be85aee8dfb6c61123eab93f52d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b990e99b69933290d422d7140b42a101",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 602467,
            "upload_time": "2024-02-05T13:43:45",
            "upload_time_iso_8601": "2024-02-05T13:43:45.280523Z",
            "url": "https://files.pythonhosted.org/packages/45/82/ec7de6d51324176107032bfb9a65a27284196c02875aa6ac572398b1b46c/pyromark-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e627e1d4a658b3157803209eb2e974fba1dd60fa7f49cb69881da0e522ec7653",
                "md5": "fe3628ad1e767d5b099a2395e6ff06a8",
                "sha256": "f78eb30a9b51e14c18bb8365c942c5ec484f24eeb7e4434b2e41dcf9ba39a45b"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "fe3628ad1e767d5b099a2395e6ff06a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 530301,
            "upload_time": "2024-02-05T13:43:47",
            "upload_time_iso_8601": "2024-02-05T13:43:47.197720Z",
            "url": "https://files.pythonhosted.org/packages/e6/27/e1d4a658b3157803209eb2e974fba1dd60fa7f49cb69881da0e522ec7653/pyromark-0.3.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c5a9b5563e8cc3aef0a84d8a7330c98171e0c55f253008e56658df078b3ea468",
                "md5": "47d197accb599fb05859624042afbc1a",
                "sha256": "aeee32fad549f73d75c603dc4c854e38a10a99ae0ef50eaefabcdee96fc35ecc"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "47d197accb599fb05859624042afbc1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 527595,
            "upload_time": "2024-02-05T13:43:49",
            "upload_time_iso_8601": "2024-02-05T13:43:49.533669Z",
            "url": "https://files.pythonhosted.org/packages/c5/a9/b5563e8cc3aef0a84d8a7330c98171e0c55f253008e56658df078b3ea468/pyromark-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0fda5b3b0d3731671e10a472bced8d0ca098d760bad0b8ec83904df525bec29b",
                "md5": "266c0497c0bef0dfd7346294b12c87d3",
                "sha256": "5fc04bd1b753e5e59e7d7ddde9d19631d61f7bafbbd53e53141404c0f713fb5d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "266c0497c0bef0dfd7346294b12c87d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 234414,
            "upload_time": "2024-02-05T13:43:51",
            "upload_time_iso_8601": "2024-02-05T13:43:51.186149Z",
            "url": "https://files.pythonhosted.org/packages/0f/da/5b3b0d3731671e10a472bced8d0ca098d760bad0b8ec83904df525bec29b/pyromark-0.3.0-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c2977d9fe5fdd1ccbeb8820461638dc54bc88cf3530abd940e3cf707b102aab0",
                "md5": "19d02f0a3a39c796df62f49488189162",
                "sha256": "16dbce75b706968df6cdc3595371b0bb8f39329e66d56b526e9e95d1eb52c911"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "19d02f0a3a39c796df62f49488189162",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 243447,
            "upload_time": "2024-02-05T13:43:53",
            "upload_time_iso_8601": "2024-02-05T13:43:53.326183Z",
            "url": "https://files.pythonhosted.org/packages/c2/97/7d9fe5fdd1ccbeb8820461638dc54bc88cf3530abd940e3cf707b102aab0/pyromark-0.3.0-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8378ff998021c95bb950b90fd49e2e164b8e2cb0e3a03bfb4a209871d6cd9a4d",
                "md5": "04dba963ea06696973bd43571e2e80cc",
                "sha256": "d2f2c49b0e96a6906bf4b3e1b8bd29a7733c9b7e9cca1c35e98131f75507004f"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "04dba963ea06696973bd43571e2e80cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 308359,
            "upload_time": "2024-02-05T13:43:55",
            "upload_time_iso_8601": "2024-02-05T13:43:55.700218Z",
            "url": "https://files.pythonhosted.org/packages/83/78/ff998021c95bb950b90fd49e2e164b8e2cb0e3a03bfb4a209871d6cd9a4d/pyromark-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1b27091cad1adfd5960216864ef3df91dabe42a4e6ff68f768b266d98dc4889d",
                "md5": "1b0e052c13d7db5d9cb4459d4976b42f",
                "sha256": "16e94db6ba77d96fb4a102653a253f825e36c787350efb435f89737172bbf74b"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1b0e052c13d7db5d9cb4459d4976b42f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 296045,
            "upload_time": "2024-02-05T13:43:57",
            "upload_time_iso_8601": "2024-02-05T13:43:57.462050Z",
            "url": "https://files.pythonhosted.org/packages/1b/27/091cad1adfd5960216864ef3df91dabe42a4e6ff68f768b266d98dc4889d/pyromark-0.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca557cc8af2166a9876342c4b2376c2d53ff7b5f5397e0b14f7990708b780427",
                "md5": "9308b333b640d55b2fb55b22e95d55da",
                "sha256": "0463bed096210edf25197a5560eede26819649f96794a8dfcd7766aaa045ed68"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9308b333b640d55b2fb55b22e95d55da",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 343157,
            "upload_time": "2024-02-05T13:43:59",
            "upload_time_iso_8601": "2024-02-05T13:43:59.324026Z",
            "url": "https://files.pythonhosted.org/packages/ca/55/7cc8af2166a9876342c4b2376c2d53ff7b5f5397e0b14f7990708b780427/pyromark-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8b6ffa25adfcb05db157bc60d4c9aae1e93d455b20ca6f35e8f90efa16ab1cce",
                "md5": "dc6216e9f7417ce17ac1043d32e84014",
                "sha256": "80fa67bd1d94c0e4c457590693c716142f0c80af0935917ee2e4d45c3dcd064f"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "dc6216e9f7417ce17ac1043d32e84014",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 339206,
            "upload_time": "2024-02-05T13:44:01",
            "upload_time_iso_8601": "2024-02-05T13:44:01.174068Z",
            "url": "https://files.pythonhosted.org/packages/8b/6f/fa25adfcb05db157bc60d4c9aae1e93d455b20ca6f35e8f90efa16ab1cce/pyromark-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1084f3fdeb46d6e97d57f825f5255756b3025abecacbce11f9703ff3d7b8d721",
                "md5": "9688f1f709bc1ca173f05d6a64f16b7b",
                "sha256": "c3a6fbe959d788ec8e7674df66e8d643cf843879d9507c0066d5628dd21d66c3"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "9688f1f709bc1ca173f05d6a64f16b7b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 378487,
            "upload_time": "2024-02-05T13:44:04",
            "upload_time_iso_8601": "2024-02-05T13:44:04.508322Z",
            "url": "https://files.pythonhosted.org/packages/10/84/f3fdeb46d6e97d57f825f5255756b3025abecacbce11f9703ff3d7b8d721/pyromark-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "02f11d32038e96b2c14d196280ca6b500b9d8d74d6fe8bc88a031f1844429879",
                "md5": "32aedd71ed4621f135a89f290dec0d14",
                "sha256": "aa71e9ef13d9198cdc68bc2935c6f8fa2c32afa5697a085612df321489f1e8ed"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "32aedd71ed4621f135a89f290dec0d14",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 391482,
            "upload_time": "2024-02-05T13:44:02",
            "upload_time_iso_8601": "2024-02-05T13:44:02.843955Z",
            "url": "https://files.pythonhosted.org/packages/02/f1/1d32038e96b2c14d196280ca6b500b9d8d74d6fe8bc88a031f1844429879/pyromark-0.3.0-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a02ff6ce73f46e4a7d70afe1a51ebe32b915d6a471e23f9e3f9c08679c55f4bb",
                "md5": "beb34e8647cd1cf47c92cbb311918b31",
                "sha256": "2c1d189fa4efc01fc119b90d899824d0d85442746734bc8a1e7afe64cc5e5688"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "beb34e8647cd1cf47c92cbb311918b31",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 514342,
            "upload_time": "2024-02-05T13:44:06",
            "upload_time_iso_8601": "2024-02-05T13:44:06.457894Z",
            "url": "https://files.pythonhosted.org/packages/a0/2f/f6ce73f46e4a7d70afe1a51ebe32b915d6a471e23f9e3f9c08679c55f4bb/pyromark-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "383aabcc18cd454e340401b1bdce81ebcf6d525631c15361571b87cbfcfb5fd9",
                "md5": "6de005795fd41a4cb21d4a8d702e5f13",
                "sha256": "9fcba27c716e9b3795f8874a6546403a0666e12d7d5816e7a02a1e31239f04ee"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6de005795fd41a4cb21d4a8d702e5f13",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 354352,
            "upload_time": "2024-02-05T13:44:08",
            "upload_time_iso_8601": "2024-02-05T13:44:08.632214Z",
            "url": "https://files.pythonhosted.org/packages/38/3a/abcc18cd454e340401b1bdce81ebcf6d525631c15361571b87cbfcfb5fd9/pyromark-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5bffbadccfec25732ae0e215f119d4a0667af886b9965800523563ca361d1e3a",
                "md5": "eacd88d5b51b13d00eb618bee0820943",
                "sha256": "4b5ef76e1622dbcb9e7ea3c35169c2a9599fa6d394ea3d95b3e5694434eb6389"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "eacd88d5b51b13d00eb618bee0820943",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 351892,
            "upload_time": "2024-02-05T13:44:10",
            "upload_time_iso_8601": "2024-02-05T13:44:10.468300Z",
            "url": "https://files.pythonhosted.org/packages/5b/ff/badccfec25732ae0e215f119d4a0667af886b9965800523563ca361d1e3a/pyromark-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d90c1cfc55a4762b14bc5099d5dbc7ecfb786de0ae83a6a1121c3bf10ad0b34",
                "md5": "fe2c2c5009dc0ced2ec29dc9a8022acf",
                "sha256": "c998ae26d48ca1f37a2100e3ac06c3fb44094374c3d3cf9f6589e077ddf729ec"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fe2c2c5009dc0ced2ec29dc9a8022acf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 524151,
            "upload_time": "2024-02-05T13:44:12",
            "upload_time_iso_8601": "2024-02-05T13:44:12.205203Z",
            "url": "https://files.pythonhosted.org/packages/1d/90/c1cfc55a4762b14bc5099d5dbc7ecfb786de0ae83a6a1121c3bf10ad0b34/pyromark-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d9075e6f74f96d46ed00d06d4c1c148358c8d4e2117b7ef6189df5e02e10dc4d",
                "md5": "ab25bab8c6b9bbaae1914a9a185eb53c",
                "sha256": "c10108a7f818dc29816215ef18f9483d7c873a00f3a329aa844b0cb51b31449b"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ab25bab8c6b9bbaae1914a9a185eb53c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 602055,
            "upload_time": "2024-02-05T13:44:13",
            "upload_time_iso_8601": "2024-02-05T13:44:13.931379Z",
            "url": "https://files.pythonhosted.org/packages/d9/07/5e6f74f96d46ed00d06d4c1c148358c8d4e2117b7ef6189df5e02e10dc4d/pyromark-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "94964abf743336d7c9e169f3fd9242d060bdb45dee46f75284235ec85d66b8d9",
                "md5": "37f42e9e017b4142a83510a55acf9a74",
                "sha256": "3bd62c06eacf08831f20f1cb3195302304aeeff962f63c0c573f8d4bacefc1cc"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "37f42e9e017b4142a83510a55acf9a74",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 529995,
            "upload_time": "2024-02-05T13:44:15",
            "upload_time_iso_8601": "2024-02-05T13:44:15.927568Z",
            "url": "https://files.pythonhosted.org/packages/94/96/4abf743336d7c9e169f3fd9242d060bdb45dee46f75284235ec85d66b8d9/pyromark-0.3.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2e7274fb4f2208a46dba9e8bf60cde2ebdaeb9c38ba82d79031693cc0cfc8296",
                "md5": "535f4cb39dfd742b9d76ab1cef7f0e49",
                "sha256": "a62ff5525b212a0c8665d8612f7310d08235dd1dc41e12f5fe329ffe00b183d4"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "535f4cb39dfd742b9d76ab1cef7f0e49",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 527036,
            "upload_time": "2024-02-05T13:44:17",
            "upload_time_iso_8601": "2024-02-05T13:44:17.742733Z",
            "url": "https://files.pythonhosted.org/packages/2e/72/74fb4f2208a46dba9e8bf60cde2ebdaeb9c38ba82d79031693cc0cfc8296/pyromark-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5074ff2e41f4657ac9a37fe5a102bf4e2e503ee4f27d4eb3a8b130c943d1efe1",
                "md5": "239913f1c9435374426f698e9e064d92",
                "sha256": "fdf3ef234c578eefeff4062aa9157437fc0ac454b9d52e46590f64372b38da42"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "239913f1c9435374426f698e9e064d92",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 234691,
            "upload_time": "2024-02-05T13:44:19",
            "upload_time_iso_8601": "2024-02-05T13:44:19.482650Z",
            "url": "https://files.pythonhosted.org/packages/50/74/ff2e41f4657ac9a37fe5a102bf4e2e503ee4f27d4eb3a8b130c943d1efe1/pyromark-0.3.0-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d7a1ff24df5f92aae9af5d42f72ac9d3f5d8ac0a1ce9f39e2c13f8be0fc86dbe",
                "md5": "9f94fc1916c562999c064cda33490c31",
                "sha256": "8d8387a609fb23af7b8c3368ef37851c12a17a27746f639b1fd836a5e500a6be"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9f94fc1916c562999c064cda33490c31",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 244164,
            "upload_time": "2024-02-05T13:44:21",
            "upload_time_iso_8601": "2024-02-05T13:44:21.179960Z",
            "url": "https://files.pythonhosted.org/packages/d7/a1/ff24df5f92aae9af5d42f72ac9d3f5d8ac0a1ce9f39e2c13f8be0fc86dbe/pyromark-0.3.0-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e73f09513319b9544e47a4c4e3e0c52779141eb9c12b2e830650b98f61f2c530",
                "md5": "aa9fafdc98f5911f10d28cc256e10f7c",
                "sha256": "099ef6034051f15af383047f0c89939992a240ce210499e7ea5e7f1a32d96315"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-cp37m-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aa9fafdc98f5911f10d28cc256e10f7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 309009,
            "upload_time": "2024-02-05T13:44:23",
            "upload_time_iso_8601": "2024-02-05T13:44:23.523004Z",
            "url": "https://files.pythonhosted.org/packages/e7/3f/09513319b9544e47a4c4e3e0c52779141eb9c12b2e830650b98f61f2c530/pyromark-0.3.0-cp37-cp37m-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "31e338f49fe9f5b28db09479ee71cec5e5c4b3faa5a2d4c75f2cc40302e7a4bb",
                "md5": "9609568b80f7ca266c2fa83f2f5ef082",
                "sha256": "174a4e5f436502476d39a242167d30ed847913bd0d6c4a70a035ec40013729fa"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-cp37m-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9609568b80f7ca266c2fa83f2f5ef082",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 296363,
            "upload_time": "2024-02-05T13:44:25",
            "upload_time_iso_8601": "2024-02-05T13:44:25.286413Z",
            "url": "https://files.pythonhosted.org/packages/31/e3/38f49fe9f5b28db09479ee71cec5e5c4b3faa5a2d4c75f2cc40302e7a4bb/pyromark-0.3.0-cp37-cp37m-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "77a5a26ae4af7a791760bc60015bf1aa35ed1e782bf7b4a1c7dce3fcceb3993b",
                "md5": "4889564dc92d72ef7c3ba4808ac7dcf0",
                "sha256": "5b71792b7a6248e574df2423c8062855b99e916848b951762f1a4fdafddc5108"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4889564dc92d72ef7c3ba4808ac7dcf0",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 343749,
            "upload_time": "2024-02-05T13:44:26",
            "upload_time_iso_8601": "2024-02-05T13:44:26.947299Z",
            "url": "https://files.pythonhosted.org/packages/77/a5/a26ae4af7a791760bc60015bf1aa35ed1e782bf7b4a1c7dce3fcceb3993b/pyromark-0.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "823f97847ab2a4213b4db8ae3613aac7533390722273151f8e76c754fb3ecf34",
                "md5": "de8450ccf34fb300657800641b4dc90d",
                "sha256": "6c04b807e5b8220065dedafdf574753ce7d3d0a6ff5ec00c23719ede821a8b41"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "de8450ccf34fb300657800641b4dc90d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 339240,
            "upload_time": "2024-02-05T13:44:28",
            "upload_time_iso_8601": "2024-02-05T13:44:28.716149Z",
            "url": "https://files.pythonhosted.org/packages/82/3f/97847ab2a4213b4db8ae3613aac7533390722273151f8e76c754fb3ecf34/pyromark-0.3.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9e06f1f4e1a46d57ad2f89a71c2d178863461e5520fd4e6e1b83158f0164b23",
                "md5": "747186e98e54e827521340adfa7ec6dd",
                "sha256": "71d3d8711b09a2a79790ef7a0370881251f1623adfb9f474cbef5ce63fb4f977"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "747186e98e54e827521340adfa7ec6dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 379116,
            "upload_time": "2024-02-05T13:44:33",
            "upload_time_iso_8601": "2024-02-05T13:44:33.310621Z",
            "url": "https://files.pythonhosted.org/packages/a9/e0/6f1f4e1a46d57ad2f89a71c2d178863461e5520fd4e6e1b83158f0164b23/pyromark-0.3.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d4f7a72f48c234825fd56148bba8d0cc91d1b011b2f3719ee33d1fead50abd8a",
                "md5": "86670afc6db6a2e1c13d6d2750027a29",
                "sha256": "68534ec32671ae3d129bc6e3bf99b65f5240418fc83c28a3d09617f24119e57c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-cp37m-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "86670afc6db6a2e1c13d6d2750027a29",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 391867,
            "upload_time": "2024-02-05T13:44:30",
            "upload_time_iso_8601": "2024-02-05T13:44:30.346624Z",
            "url": "https://files.pythonhosted.org/packages/d4/f7/a72f48c234825fd56148bba8d0cc91d1b011b2f3719ee33d1fead50abd8a/pyromark-0.3.0-cp37-cp37m-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "735f4a4ff037c169217c9a5a9bed98f9a766b7b4c061fcb1ee765dc150c1ae86",
                "md5": "aafaa271687bb8efa5f48369847ebc05",
                "sha256": "ae6f29e32bbf9a39dcc2976b49cd4ed38636b5131fd95d1165735c5e9d3397fb"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "aafaa271687bb8efa5f48369847ebc05",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 515681,
            "upload_time": "2024-02-05T13:44:35",
            "upload_time_iso_8601": "2024-02-05T13:44:35.348045Z",
            "url": "https://files.pythonhosted.org/packages/73/5f/4a4ff037c169217c9a5a9bed98f9a766b7b4c061fcb1ee765dc150c1ae86/pyromark-0.3.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "497ad8993840668f466b00d74b3565a3647204c01af5420e64404f6b71f3262d",
                "md5": "c717606ce4977ca8c87ec6ff6027a701",
                "sha256": "71a9ca83cff43bd79619b3b95643ceb0f025005fc02ebdd796389f0a46297b7a"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c717606ce4977ca8c87ec6ff6027a701",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 355064,
            "upload_time": "2024-02-05T13:44:37",
            "upload_time_iso_8601": "2024-02-05T13:44:37.615930Z",
            "url": "https://files.pythonhosted.org/packages/49/7a/d8993840668f466b00d74b3565a3647204c01af5420e64404f6b71f3262d/pyromark-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c8bcc8c6fb03c724555b1f479f8a774444eeed87082386fe4e34edb52f2fd38",
                "md5": "37712d16e80e8de51258ae0ee00a6434",
                "sha256": "624cf5b460bdaba1d49ce80ab866948e3e36a3bb7c3cefce5f0d0225af581e88"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "37712d16e80e8de51258ae0ee00a6434",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 352326,
            "upload_time": "2024-02-05T13:44:39",
            "upload_time_iso_8601": "2024-02-05T13:44:39.348679Z",
            "url": "https://files.pythonhosted.org/packages/1c/8b/cc8c6fb03c724555b1f479f8a774444eeed87082386fe4e34edb52f2fd38/pyromark-0.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c736628e7a6afd68bfac21b110a766cf0aa4e1740e6ee2be0b80d98c230742a",
                "md5": "52fe4768c47dd906454a5b484e35e364",
                "sha256": "2d2168c1c2c8dcd9202d2c2e0c9bedb52831417ace2afcea7cb7b5e5bafc71dd"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-cp37m-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "52fe4768c47dd906454a5b484e35e364",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 524666,
            "upload_time": "2024-02-05T13:44:41",
            "upload_time_iso_8601": "2024-02-05T13:44:41.485859Z",
            "url": "https://files.pythonhosted.org/packages/1c/73/6628e7a6afd68bfac21b110a766cf0aa4e1740e6ee2be0b80d98c230742a/pyromark-0.3.0-cp37-cp37m-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "24bb101690c3277f339759b6f48bcf76e827d3de1eaee80298951be30a6bd015",
                "md5": "8c1a9b1b20b1ea07b3bd9df8c31bae28",
                "sha256": "89bd06debd4085a074902e75c46ea865de9dbd41b52508d6e2fd9c77d2946993"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-cp37m-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8c1a9b1b20b1ea07b3bd9df8c31bae28",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 602240,
            "upload_time": "2024-02-05T13:44:43",
            "upload_time_iso_8601": "2024-02-05T13:44:43.316200Z",
            "url": "https://files.pythonhosted.org/packages/24/bb/101690c3277f339759b6f48bcf76e827d3de1eaee80298951be30a6bd015/pyromark-0.3.0-cp37-cp37m-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5f27d13abb4754b760c08f297159e668ea9970acdfdc16eb95ddf9370b0ad484",
                "md5": "dcea8fb5057291a446ec037caf12945f",
                "sha256": "d026fdd603f7505922c4f0512e895777a828e202d28d00fd06c2150d0a7de2b9"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-cp37m-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "dcea8fb5057291a446ec037caf12945f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 530853,
            "upload_time": "2024-02-05T13:44:46",
            "upload_time_iso_8601": "2024-02-05T13:44:46.147387Z",
            "url": "https://files.pythonhosted.org/packages/5f/27/d13abb4754b760c08f297159e668ea9970acdfdc16eb95ddf9370b0ad484/pyromark-0.3.0-cp37-cp37m-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f73cb54045a7386580b283d168acdebc6c8e3f98572f8ef1424bb93c8c220e1c",
                "md5": "27b528723414547c73ba56266dcf0a76",
                "sha256": "da0d1d317f92bf94cb1de39852c1fead06edd19fb013b2b4f2a882b4a860c3f9"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "27b528723414547c73ba56266dcf0a76",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 527813,
            "upload_time": "2024-02-05T13:44:47",
            "upload_time_iso_8601": "2024-02-05T13:44:47.966630Z",
            "url": "https://files.pythonhosted.org/packages/f7/3c/b54045a7386580b283d168acdebc6c8e3f98572f8ef1424bb93c8c220e1c/pyromark-0.3.0-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0de5b015ca052d4a176fee270b391cd3e1ec6d1b78b6ab4b9d53cb48e459d036",
                "md5": "75976382d7e8e0e9da23eb8f79308b92",
                "sha256": "d9d18892fb8d5b3622fdabefd8f4e446baecca0e29010578fc482ed4533e9a79"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-none-win32.whl",
            "has_sig": false,
            "md5_digest": "75976382d7e8e0e9da23eb8f79308b92",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 234621,
            "upload_time": "2024-02-05T13:44:49",
            "upload_time_iso_8601": "2024-02-05T13:44:49.578114Z",
            "url": "https://files.pythonhosted.org/packages/0d/e5/b015ca052d4a176fee270b391cd3e1ec6d1b78b6ab4b9d53cb48e459d036/pyromark-0.3.0-cp37-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7fe1b325e4d0d580a70bcec1e0a2f20e24a7c7642068aa6bbf69635d5514654d",
                "md5": "f5f5067bb847ad16c1dc89046ef350bf",
                "sha256": "7daa2435733d322d1774d547769d3aea74ba7b47e81ed826f07fd3b93ffe4a5d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp37-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f5f5067bb847ad16c1dc89046ef350bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 243618,
            "upload_time": "2024-02-05T13:44:51",
            "upload_time_iso_8601": "2024-02-05T13:44:51.147506Z",
            "url": "https://files.pythonhosted.org/packages/7f/e1/b325e4d0d580a70bcec1e0a2f20e24a7c7642068aa6bbf69635d5514654d/pyromark-0.3.0-cp37-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4afeefd25033f93a1c6eee1e0fd1da540efd3a014a11731d273db70a3f29696c",
                "md5": "93a8a773bbd30f54989894f124856252",
                "sha256": "88e7d25e4f8527706c30bd865dd54e20aab7141a9304d1c7ef03336de717a39e"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-cp38-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "93a8a773bbd30f54989894f124856252",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 309003,
            "upload_time": "2024-02-05T13:44:52",
            "upload_time_iso_8601": "2024-02-05T13:44:52.899357Z",
            "url": "https://files.pythonhosted.org/packages/4a/fe/efd25033f93a1c6eee1e0fd1da540efd3a014a11731d273db70a3f29696c/pyromark-0.3.0-cp38-cp38-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0474439819d94e571dbe2e8929364d49122b94f23e3c945a29d5661c40480427",
                "md5": "8cff35bdcc8b44e4447105b193c15aa6",
                "sha256": "6827d1759f6c67f839b303b4324ef4d806afef6f2e69fabe6170af307f429b8a"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8cff35bdcc8b44e4447105b193c15aa6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 296292,
            "upload_time": "2024-02-05T13:44:54",
            "upload_time_iso_8601": "2024-02-05T13:44:54.614369Z",
            "url": "https://files.pythonhosted.org/packages/04/74/439819d94e571dbe2e8929364d49122b94f23e3c945a29d5661c40480427/pyromark-0.3.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e2593f84d95ccf394d2ab4d281f18922c47a0c9abc855194540b0e3b2e470470",
                "md5": "84c08ff1a340888fb65d18c9ee492dbb",
                "sha256": "2420d632597d2ab5b9c35c578639165c872a2ff600dc541490719a2bd3ff9f8d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "84c08ff1a340888fb65d18c9ee492dbb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 343632,
            "upload_time": "2024-02-05T13:44:56",
            "upload_time_iso_8601": "2024-02-05T13:44:56.279288Z",
            "url": "https://files.pythonhosted.org/packages/e2/59/3f84d95ccf394d2ab4d281f18922c47a0c9abc855194540b0e3b2e470470/pyromark-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "574a93c0a1231ab0e236cb5639765d7967b1a5c9808723b295c7671de7675d3e",
                "md5": "9d3f7bcf29814c117eb43ad77aab9d11",
                "sha256": "c93b961606b0d0aa2d6fb2dd58a8f96e63d8aa25b650e65e426be51c7dbe4c06"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9d3f7bcf29814c117eb43ad77aab9d11",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 339246,
            "upload_time": "2024-02-05T13:44:58",
            "upload_time_iso_8601": "2024-02-05T13:44:58.524276Z",
            "url": "https://files.pythonhosted.org/packages/57/4a/93c0a1231ab0e236cb5639765d7967b1a5c9808723b295c7671de7675d3e/pyromark-0.3.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e1d80346259ba7494bbbb524f0c2ce8ec3f61496eb56abe8793619c177b7aab",
                "md5": "9750f91ad9a7384edbad12f9d3e5d741",
                "sha256": "2041a0e5e41eddc40800b30b51acab91ea6d2d79d4cd19dc438b2db9ce39ec20"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "9750f91ad9a7384edbad12f9d3e5d741",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 379036,
            "upload_time": "2024-02-05T13:45:02",
            "upload_time_iso_8601": "2024-02-05T13:45:02.936464Z",
            "url": "https://files.pythonhosted.org/packages/1e/1d/80346259ba7494bbbb524f0c2ce8ec3f61496eb56abe8793619c177b7aab/pyromark-0.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "22b941fc2eaa1aae9575ca20bad38fdff46c168488be3205fba7fdcafde34a20",
                "md5": "b22031a3c2066034b4fcc6e04c6d7fb1",
                "sha256": "e857e908ccef5e5120fc6406fc5994a3a1c663acdd7a5932d43ec4ac0dc3b00c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-cp38-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "b22031a3c2066034b4fcc6e04c6d7fb1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 391258,
            "upload_time": "2024-02-05T13:45:00",
            "upload_time_iso_8601": "2024-02-05T13:45:00.299464Z",
            "url": "https://files.pythonhosted.org/packages/22/b9/41fc2eaa1aae9575ca20bad38fdff46c168488be3205fba7fdcafde34a20/pyromark-0.3.0-cp38-cp38-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9056e430f2d5d977b955cdc82dfee5c484d8faecb175c36b62295345950a69fc",
                "md5": "93ea0b24c42764a10837d02d37c9a360",
                "sha256": "87acddcd2dc2deab05f479bff78264ac00d85115b901517672b8e47061e9e1d3"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "93ea0b24c42764a10837d02d37c9a360",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 514922,
            "upload_time": "2024-02-05T13:45:05",
            "upload_time_iso_8601": "2024-02-05T13:45:05.181776Z",
            "url": "https://files.pythonhosted.org/packages/90/56/e430f2d5d977b955cdc82dfee5c484d8faecb175c36b62295345950a69fc/pyromark-0.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4699aa4e48c5c88944d0f3afe86db29efbe779c7209be68e04e63274116febc8",
                "md5": "6fd50598e03b47c1605a6d3596eae869",
                "sha256": "6090eca089feb5b771a1272a133bad1d7ae102d041a80ecfff75a5f958d2c329"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6fd50598e03b47c1605a6d3596eae869",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 355028,
            "upload_time": "2024-02-05T13:45:07",
            "upload_time_iso_8601": "2024-02-05T13:45:07.377890Z",
            "url": "https://files.pythonhosted.org/packages/46/99/aa4e48c5c88944d0f3afe86db29efbe779c7209be68e04e63274116febc8/pyromark-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a17fd4784a677e806e634347e2514f263ae347a498bf9e0c58a713c814a51f88",
                "md5": "75709704bcf5d11c6beeb8d67f4cabf0",
                "sha256": "171fb25fcb5be9fb6bb12dbc39fd07a0e884c8a5db14116a15ff9f197c9f26cf"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "75709704bcf5d11c6beeb8d67f4cabf0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 352312,
            "upload_time": "2024-02-05T13:45:09",
            "upload_time_iso_8601": "2024-02-05T13:45:09.532079Z",
            "url": "https://files.pythonhosted.org/packages/a1/7f/d4784a677e806e634347e2514f263ae347a498bf9e0c58a713c814a51f88/pyromark-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d3ee848a68ec82da3303ccb311111e8cbae1766e0038feab9fc1a2566e259d8c",
                "md5": "18bedb011cc3610dbb8bec74f0963840",
                "sha256": "f874d63a91239e95e9048f15ad4766728a72690055d71f9c0f788f28a0e8301c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "18bedb011cc3610dbb8bec74f0963840",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 524501,
            "upload_time": "2024-02-05T13:45:11",
            "upload_time_iso_8601": "2024-02-05T13:45:11.630497Z",
            "url": "https://files.pythonhosted.org/packages/d3/ee/848a68ec82da3303ccb311111e8cbae1766e0038feab9fc1a2566e259d8c/pyromark-0.3.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2e3d8d00ac61e5edea6f05e6d16984fa4a56e2c6953021c46bd61c70920b75cb",
                "md5": "b723c53f360f20734e8dcba816675bdf",
                "sha256": "b04e9189f8165e3fdcf16385215f0567d17e45f78b4a7294c3a58a30e3b9f75b"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-cp38-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b723c53f360f20734e8dcba816675bdf",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 602145,
            "upload_time": "2024-02-05T13:45:13",
            "upload_time_iso_8601": "2024-02-05T13:45:13.527932Z",
            "url": "https://files.pythonhosted.org/packages/2e/3d/8d00ac61e5edea6f05e6d16984fa4a56e2c6953021c46bd61c70920b75cb/pyromark-0.3.0-cp38-cp38-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "656f6ca4d9df6308a04a06ca8091dc5d4e4fe3129ac82f07fbf306ee4d8624c1",
                "md5": "afe359f06a00ae801fd3d6db59892015",
                "sha256": "c442e9c3114948cd0852bceb62e653cb7c8411102f11d4baec5727bf98ec3ab7"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "afe359f06a00ae801fd3d6db59892015",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 530824,
            "upload_time": "2024-02-05T13:45:15",
            "upload_time_iso_8601": "2024-02-05T13:45:15.515647Z",
            "url": "https://files.pythonhosted.org/packages/65/6f/6ca4d9df6308a04a06ca8091dc5d4e4fe3129ac82f07fbf306ee4d8624c1/pyromark-0.3.0-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a0f11b291554cf2bea19d59b7f0a56d0965b8ca37313778017ca7dfcee7cae85",
                "md5": "a40a60036137990a945f09783d02a4b4",
                "sha256": "53206e15ee7b657d6e992367d72e34b0cbfc61e3b88daa8819159f69ba85a39a"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a40a60036137990a945f09783d02a4b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 527759,
            "upload_time": "2024-02-05T13:45:17",
            "upload_time_iso_8601": "2024-02-05T13:45:17.511511Z",
            "url": "https://files.pythonhosted.org/packages/a0/f1/1b291554cf2bea19d59b7f0a56d0965b8ca37313778017ca7dfcee7cae85/pyromark-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dceeeb99b75859e98172220a74f7140751744b3adef2bb2fa2c39f62653fe069",
                "md5": "39a23795daa222d0e96e67172a574db6",
                "sha256": "825e93281fbc6145b431e1fb54578f2f6506fa6365634d3acb06fd30e048a134"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "39a23795daa222d0e96e67172a574db6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 234710,
            "upload_time": "2024-02-05T13:45:19",
            "upload_time_iso_8601": "2024-02-05T13:45:19.498976Z",
            "url": "https://files.pythonhosted.org/packages/dc/ee/eb99b75859e98172220a74f7140751744b3adef2bb2fa2c39f62653fe069/pyromark-0.3.0-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "23da0fdda3b31ec407dc66c5cb5fbe5813b13e0fecef34fd71da9ec74da44ee1",
                "md5": "050633f2941e17b07861dd23c7a4a930",
                "sha256": "1d31ba13b0b42da427614dfa37cf35816be397369fa4ef3968330d9136bebead"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "050633f2941e17b07861dd23c7a4a930",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 243568,
            "upload_time": "2024-02-05T13:45:21",
            "upload_time_iso_8601": "2024-02-05T13:45:21.452415Z",
            "url": "https://files.pythonhosted.org/packages/23/da/0fdda3b31ec407dc66c5cb5fbe5813b13e0fecef34fd71da9ec74da44ee1/pyromark-0.3.0-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d61dbafd2070a8e337c3debe1bb7232160418ac164d88f2bac02f40c1eccddb",
                "md5": "5ce6b7235160ccc6ea11ffeea7926b58",
                "sha256": "bb682b5365e4bf909b4ffb39eb3106aedea45f3ec5124ade90e63f95cb5a83d7"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5ce6b7235160ccc6ea11ffeea7926b58",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 309116,
            "upload_time": "2024-02-05T13:45:23",
            "upload_time_iso_8601": "2024-02-05T13:45:23.215394Z",
            "url": "https://files.pythonhosted.org/packages/7d/61/dbafd2070a8e337c3debe1bb7232160418ac164d88f2bac02f40c1eccddb/pyromark-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4c60c9273dc5bc27d441c9ceed0b6ac23795e87c9bbe1f157f2602405006694c",
                "md5": "4b15f91f5d0fbe99dca1e17086391782",
                "sha256": "cd2f6976a1e1c2cd1e35d0a9d4d7ee10438e1085e90533f0f6ddddee2c9488a8"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4b15f91f5d0fbe99dca1e17086391782",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 296394,
            "upload_time": "2024-02-05T13:45:25",
            "upload_time_iso_8601": "2024-02-05T13:45:25.001456Z",
            "url": "https://files.pythonhosted.org/packages/4c/60/c9273dc5bc27d441c9ceed0b6ac23795e87c9bbe1f157f2602405006694c/pyromark-0.3.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "58d7087864ee4862d5a3c892afeed7068fd2251f1fa124cf5c15283667fc29a0",
                "md5": "190fe9f423c9b6b63ed9783950332701",
                "sha256": "4e0051cd56156119c20d47a73df8b1daed22371f13adccd231634e0dad491a25"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "190fe9f423c9b6b63ed9783950332701",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 343715,
            "upload_time": "2024-02-05T13:45:26",
            "upload_time_iso_8601": "2024-02-05T13:45:26.861684Z",
            "url": "https://files.pythonhosted.org/packages/58/d7/087864ee4862d5a3c892afeed7068fd2251f1fa124cf5c15283667fc29a0/pyromark-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b072056646930c3c5da0ee368aae0735288463d140e13b987725908aea744d2e",
                "md5": "2434225a13e56e87deb3d7de38c00165",
                "sha256": "b840744abb836825ce8b7f5b132208c46e62c4f129f8c6df61e76d9214ea7960"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2434225a13e56e87deb3d7de38c00165",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 339662,
            "upload_time": "2024-02-05T13:45:28",
            "upload_time_iso_8601": "2024-02-05T13:45:28.709428Z",
            "url": "https://files.pythonhosted.org/packages/b0/72/056646930c3c5da0ee368aae0735288463d140e13b987725908aea744d2e/pyromark-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "48ae7cc413471c8bb01fe4fd5bf6414b68ecfb3ec28639e20c26084da387df31",
                "md5": "5107f4826ad84555036b81f85bd03233",
                "sha256": "e6116e54d654606f29a5313402054481ecda3f2326b84952dddeb9cadf8bbc45"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5107f4826ad84555036b81f85bd03233",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 379122,
            "upload_time": "2024-02-05T13:45:32",
            "upload_time_iso_8601": "2024-02-05T13:45:32.201814Z",
            "url": "https://files.pythonhosted.org/packages/48/ae/7cc413471c8bb01fe4fd5bf6414b68ecfb3ec28639e20c26084da387df31/pyromark-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "09bff7bbd9cf3f1b26ac41989fa10b0f4b82d1420fe6334197b367b08a70a8e6",
                "md5": "4761c8a267797a81369c6aef1f4989a4",
                "sha256": "86962f5ca48977247f02495438ce507df8b80114a339ef3c1b985619a3596342"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-cp39-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "4761c8a267797a81369c6aef1f4989a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 391245,
            "upload_time": "2024-02-05T13:45:30",
            "upload_time_iso_8601": "2024-02-05T13:45:30.513231Z",
            "url": "https://files.pythonhosted.org/packages/09/bf/f7bbd9cf3f1b26ac41989fa10b0f4b82d1420fe6334197b367b08a70a8e6/pyromark-0.3.0-cp39-cp39-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "88643bee8cedfe1422b779db918d5e5e4543c30225bd118778ed7c0b0e88b70e",
                "md5": "bbc5e430db36a4dff25622de60e7476a",
                "sha256": "c917998ec89938d3efb20a24785450a994b1bcae0852f62158d31083dc23d1b3"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "bbc5e430db36a4dff25622de60e7476a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 515123,
            "upload_time": "2024-02-05T13:45:34",
            "upload_time_iso_8601": "2024-02-05T13:45:34.163501Z",
            "url": "https://files.pythonhosted.org/packages/88/64/3bee8cedfe1422b779db918d5e5e4543c30225bd118778ed7c0b0e88b70e/pyromark-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d9256c9e8267c7b6f5ddb5c53fafe4511d6ff8d49d74ead01430c136594f5332",
                "md5": "286f88c224d7856138e5e79fe1b75699",
                "sha256": "1b45a7fc0f3e15821b677b10e66150758ea13d830027c851dd3d97f6d8d2a2e2"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "286f88c224d7856138e5e79fe1b75699",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 355106,
            "upload_time": "2024-02-05T13:45:36",
            "upload_time_iso_8601": "2024-02-05T13:45:36.028715Z",
            "url": "https://files.pythonhosted.org/packages/d9/25/6c9e8267c7b6f5ddb5c53fafe4511d6ff8d49d74ead01430c136594f5332/pyromark-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dfd759f67082b2478dbb951aecec59d8d8f95b9521d940266947c7bdc9b0412a",
                "md5": "40709e6ed6e22251ab545226b8c2dcae",
                "sha256": "63e5d823f3a2fb2da878f2a90dbd34c36d46fb0f38811122a4ee45e9c2ec0310"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "40709e6ed6e22251ab545226b8c2dcae",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 352320,
            "upload_time": "2024-02-05T13:45:38",
            "upload_time_iso_8601": "2024-02-05T13:45:38.288557Z",
            "url": "https://files.pythonhosted.org/packages/df/d7/59f67082b2478dbb951aecec59d8d8f95b9521d940266947c7bdc9b0412a/pyromark-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d5fa92ea0bf21ea379a8375b752702465d803669c1ba379c4f919ae9c088e04e",
                "md5": "dca605ed22a51cf1a34037d004683d64",
                "sha256": "ae4079e82cbdf9be0a1764b2fd9f4c085ebf46152145f71637272479491446c8"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "dca605ed22a51cf1a34037d004683d64",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 524772,
            "upload_time": "2024-02-05T13:45:40",
            "upload_time_iso_8601": "2024-02-05T13:45:40.065209Z",
            "url": "https://files.pythonhosted.org/packages/d5/fa/92ea0bf21ea379a8375b752702465d803669c1ba379c4f919ae9c088e04e/pyromark-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8f4a6e5552892330c21d3f0f96ea161bf0d677ac2062e7741b013c315f9b84cd",
                "md5": "217cc8ed243e1d6068b806b9c5bd438f",
                "sha256": "6e7bc408d272595c14390925d5b6d179aaf280fd803b21111401362a0d849d84"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "217cc8ed243e1d6068b806b9c5bd438f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 602751,
            "upload_time": "2024-02-05T13:45:42",
            "upload_time_iso_8601": "2024-02-05T13:45:42.095111Z",
            "url": "https://files.pythonhosted.org/packages/8f/4a/6e5552892330c21d3f0f96ea161bf0d677ac2062e7741b013c315f9b84cd/pyromark-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8a2c108efb7155e1e4916fa8cd5451a5dded0e150bb428b1fc9cc8b69133640b",
                "md5": "081ce58bda8c52e98c92e106b74b55ae",
                "sha256": "d74f975d8a05ffe748bc313312b662260705c872fb9af63ab09d6b647e5ba796"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "081ce58bda8c52e98c92e106b74b55ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 530553,
            "upload_time": "2024-02-05T13:45:44",
            "upload_time_iso_8601": "2024-02-05T13:45:44.360379Z",
            "url": "https://files.pythonhosted.org/packages/8a/2c/108efb7155e1e4916fa8cd5451a5dded0e150bb428b1fc9cc8b69133640b/pyromark-0.3.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f7596aaacfac0079e0342c92ed4dc7760e246b0ad4b428dd81994811ebcef965",
                "md5": "697fc2a4f7fd27e1460cd95ed20b31e4",
                "sha256": "62c192fe4d1a0db4c57a8290f253ba4ac66dc81a23a7efb882a20b8ff6e18b87"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "697fc2a4f7fd27e1460cd95ed20b31e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 527948,
            "upload_time": "2024-02-05T13:45:46",
            "upload_time_iso_8601": "2024-02-05T13:45:46.694296Z",
            "url": "https://files.pythonhosted.org/packages/f7/59/6aaacfac0079e0342c92ed4dc7760e246b0ad4b428dd81994811ebcef965/pyromark-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0a78584b6163e3cd5989d6867deaa0e14162d97611fb40c1753967378453658",
                "md5": "da459b711800c97fd8341b46c5bd9f85",
                "sha256": "36698c6b9e334ddd9b019d8ef6e3bf2323061bbb32877926dfb9c9dd7ab7bd00"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "da459b711800c97fd8341b46c5bd9f85",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 234638,
            "upload_time": "2024-02-05T13:45:48",
            "upload_time_iso_8601": "2024-02-05T13:45:48.509728Z",
            "url": "https://files.pythonhosted.org/packages/e0/a7/8584b6163e3cd5989d6867deaa0e14162d97611fb40c1753967378453658/pyromark-0.3.0-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34c199e71c9d55c3acc7db8082613fbb9e0d680522dd9f0810f37cf929ef530c",
                "md5": "973f76ed0f8c6e41056b364081a1bdb3",
                "sha256": "e52c7708ef6ef96bef9d599b25c90130777508ce6980789ea4c51e624211b8a5"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "973f76ed0f8c6e41056b364081a1bdb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 243820,
            "upload_time": "2024-02-05T13:45:50",
            "upload_time_iso_8601": "2024-02-05T13:45:50.334737Z",
            "url": "https://files.pythonhosted.org/packages/34/c1/99e71c9d55c3acc7db8082613fbb9e0d680522dd9f0810f37cf929ef530c/pyromark-0.3.0-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "78d81f0479a374abd9f3d3c7b20415b6fcf790464806bec31e2d8ffc57d2127a",
                "md5": "f285ed215d655b487d7771c14fca76e4",
                "sha256": "6cbf132c529b0b94892f49d393f3a25046f89be01621bd87cce5d3fe76b3400d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f285ed215d655b487d7771c14fca76e4",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 308692,
            "upload_time": "2024-02-05T13:45:52",
            "upload_time_iso_8601": "2024-02-05T13:45:52.036134Z",
            "url": "https://files.pythonhosted.org/packages/78/d8/1f0479a374abd9f3d3c7b20415b6fcf790464806bec31e2d8ffc57d2127a/pyromark-0.3.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c94ce5c4785e28ea74f3d033be2c969ef1aa17d7b599bd00710a8ed9eb25f5fb",
                "md5": "9b11d29b36d0854563ce28a14022635f",
                "sha256": "b72f081499912601fa53a2ca3bbc35bc5e39d53e91d6e5a1307c0a5b74d6b419"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9b11d29b36d0854563ce28a14022635f",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 296143,
            "upload_time": "2024-02-05T13:45:53",
            "upload_time_iso_8601": "2024-02-05T13:45:53.775294Z",
            "url": "https://files.pythonhosted.org/packages/c9/4c/e5c4785e28ea74f3d033be2c969ef1aa17d7b599bd00710a8ed9eb25f5fb/pyromark-0.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3712196961ad4b50e3c1dcd506a096b708caf881a3cf5e2f83833e758b335f68",
                "md5": "78d1d0a0d268947c169c7f7d0fcdb254",
                "sha256": "fac74de75814bc0b57c35a7dbe9b83c97f5155cde2e50cfe11d79147d73fc8e1"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "78d1d0a0d268947c169c7f7d0fcdb254",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 343133,
            "upload_time": "2024-02-05T13:45:56",
            "upload_time_iso_8601": "2024-02-05T13:45:56.241657Z",
            "url": "https://files.pythonhosted.org/packages/37/12/196961ad4b50e3c1dcd506a096b708caf881a3cf5e2f83833e758b335f68/pyromark-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf322a4e0eed65d40c6c8d2bbcfa593ff27a2c0df6b29f05481fc5c7323e2e05",
                "md5": "ca5f6683d90bcfc4f748ae3e46933fe8",
                "sha256": "af8f2a2046ac2d27002b2c2d99589aa831e1cfcacbe9658702f3ad25e304c498"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ca5f6683d90bcfc4f748ae3e46933fe8",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 339003,
            "upload_time": "2024-02-05T13:45:58",
            "upload_time_iso_8601": "2024-02-05T13:45:58.163583Z",
            "url": "https://files.pythonhosted.org/packages/bf/32/2a4e0eed65d40c6c8d2bbcfa593ff27a2c0df6b29f05481fc5c7323e2e05/pyromark-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3392b47ffd2634c8b29e2de16c93dd9e3e0c3952aed62f4da113b936bdf8d7bb",
                "md5": "c3979241de881c9ca12839b7e53a6344",
                "sha256": "9f48366b206f1eafef048e3637e2389cc0c092fd6e052fedf195cf42348ae83e"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c3979241de881c9ca12839b7e53a6344",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 378637,
            "upload_time": "2024-02-05T13:46:02",
            "upload_time_iso_8601": "2024-02-05T13:46:02.107660Z",
            "url": "https://files.pythonhosted.org/packages/33/92/b47ffd2634c8b29e2de16c93dd9e3e0c3952aed62f4da113b936bdf8d7bb/pyromark-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d1982ed77258f36e36bbbb9918ca6fa9743d730d1380e6702be18dd2fa4de8dd",
                "md5": "ff71bbbb89e22f3956355ddd40d87bb5",
                "sha256": "82f1111088f125c1ffc594adaa9c80be0661f33a6a61ae21c537a60cf68a1a76"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "ff71bbbb89e22f3956355ddd40d87bb5",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 391759,
            "upload_time": "2024-02-05T13:46:00",
            "upload_time_iso_8601": "2024-02-05T13:46:00.006929Z",
            "url": "https://files.pythonhosted.org/packages/d1/98/2ed77258f36e36bbbb9918ca6fa9743d730d1380e6702be18dd2fa4de8dd/pyromark-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f0b3d0b03a3da0ca6094201238d81f9f341b2cba259e1902e7591ca430d4aef",
                "md5": "731baee8ae536a0a1267ac72a0d0093a",
                "sha256": "66d1043c345a0665e92aa76780a36f9268ad137e94a420a000e0ebbe60cc4985"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "731baee8ae536a0a1267ac72a0d0093a",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 512728,
            "upload_time": "2024-02-05T13:46:04",
            "upload_time_iso_8601": "2024-02-05T13:46:04.279176Z",
            "url": "https://files.pythonhosted.org/packages/9f/0b/3d0b03a3da0ca6094201238d81f9f341b2cba259e1902e7591ca430d4aef/pyromark-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "14d6f7668f6614129e6f4ed0ef6deb04fc0488d76da62e8cbf6376e003067858",
                "md5": "45309756b3933b852751e25d430a8c3c",
                "sha256": "874c729c950fce4b0c11fb982d156283ce4daa324ba41cfd666731942ff5cbae"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "45309756b3933b852751e25d430a8c3c",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 354706,
            "upload_time": "2024-02-05T13:46:06",
            "upload_time_iso_8601": "2024-02-05T13:46:06.993814Z",
            "url": "https://files.pythonhosted.org/packages/14/d6/f7668f6614129e6f4ed0ef6deb04fc0488d76da62e8cbf6376e003067858/pyromark-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e451d28ff0d803430addef49b1fe522cafc3980078ee9d18c7ca616681e7d525",
                "md5": "6000f39f76386859e4eeb361b27fb508",
                "sha256": "a89e4a2d030c3a779f039d8e4cca152d79c64b33cfd2410a479e8951e73c528c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "6000f39f76386859e4eeb361b27fb508",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 351610,
            "upload_time": "2024-02-05T13:46:08",
            "upload_time_iso_8601": "2024-02-05T13:46:08.846714Z",
            "url": "https://files.pythonhosted.org/packages/e4/51/d28ff0d803430addef49b1fe522cafc3980078ee9d18c7ca616681e7d525/pyromark-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e7d72ef7b1ebea35a5c60faa4ae1149a5a17b9bd66beb44ca59d5e17c6f72e5d",
                "md5": "0df542d5d99795a6270262c76efc87cc",
                "sha256": "5e289f332bf942462381edefd73429c660cddce57a233dfd7126bce9702f981e"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0df542d5d99795a6270262c76efc87cc",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 524144,
            "upload_time": "2024-02-05T13:46:11",
            "upload_time_iso_8601": "2024-02-05T13:46:11.294552Z",
            "url": "https://files.pythonhosted.org/packages/e7/d7/2ef7b1ebea35a5c60faa4ae1149a5a17b9bd66beb44ca59d5e17c6f72e5d/pyromark-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d1498ff2821e5e4532682e70cfdae5e7177d220d4add6d625e10552e3e484aa1",
                "md5": "afffb11de2feafa19eb143077bae003e",
                "sha256": "af982bf6c287459df949d212884ec485a20fa93b931f8c07f55d75a7e3e15364"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "afffb11de2feafa19eb143077bae003e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 602078,
            "upload_time": "2024-02-05T13:46:13",
            "upload_time_iso_8601": "2024-02-05T13:46:13.077295Z",
            "url": "https://files.pythonhosted.org/packages/d1/49/8ff2821e5e4532682e70cfdae5e7177d220d4add6d625e10552e3e484aa1/pyromark-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3663cfef8f49908bec4926ff07bc35e6f1f4e8a26e708b0ea1b1cab3dac17646",
                "md5": "e2ca744f3de7f9b87e77858495db6678",
                "sha256": "e216346d8dfdd493c2a3c0aa35dc2ea7d4e5b4ba1954e0bb794f4b852e972eb7"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e2ca744f3de7f9b87e77858495db6678",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 530102,
            "upload_time": "2024-02-05T13:46:15",
            "upload_time_iso_8601": "2024-02-05T13:46:15.051337Z",
            "url": "https://files.pythonhosted.org/packages/36/63/cfef8f49908bec4926ff07bc35e6f1f4e8a26e708b0ea1b1cab3dac17646/pyromark-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4f6209d73a4b3a2d00a2856264c3c0b130cb8f52dd22a152c87cb6676b406a9c",
                "md5": "eb7a6452e8fa1c5a3f0d8875fac2cfba",
                "sha256": "417418e00c22e546acbb4ad2eb642f20c1a57649c13ff38066c2d19c3cf9d23f"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eb7a6452e8fa1c5a3f0d8875fac2cfba",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 527470,
            "upload_time": "2024-02-05T13:46:16",
            "upload_time_iso_8601": "2024-02-05T13:46:16.981916Z",
            "url": "https://files.pythonhosted.org/packages/4f/62/09d73a4b3a2d00a2856264c3c0b130cb8f52dd22a152c87cb6676b406a9c/pyromark-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a31482f68174e7f48517bdc69cbf7f0d73f71fff77a928c7d985796765252169",
                "md5": "4e3f25b43829aa9703541043ace21c3b",
                "sha256": "8bc89da5fbfc4c1ea085f8d032736450fc424cbb07d3a907cdea04d986329a57"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp37-pypy37_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4e3f25b43829aa9703541043ace21c3b",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 310363,
            "upload_time": "2024-02-05T13:46:19",
            "upload_time_iso_8601": "2024-02-05T13:46:19.068836Z",
            "url": "https://files.pythonhosted.org/packages/a3/14/82f68174e7f48517bdc69cbf7f0d73f71fff77a928c7d985796765252169/pyromark-0.3.0-pp37-pypy37_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f017a8cba2f92d512c70ee73dda7d711115d0f1e715343877a2f73671efbaf28",
                "md5": "5fca71ec06c61d19a78b3f63970486ec",
                "sha256": "af77cde4c00b4d14441a7adc6528c4e458335a6058f0caf6d68372cbeb7c1335"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp37-pypy37_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5fca71ec06c61d19a78b3f63970486ec",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 297439,
            "upload_time": "2024-02-05T13:46:21",
            "upload_time_iso_8601": "2024-02-05T13:46:21.221632Z",
            "url": "https://files.pythonhosted.org/packages/f0/17/a8cba2f92d512c70ee73dda7d711115d0f1e715343877a2f73671efbaf28/pyromark-0.3.0-pp37-pypy37_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d7e07192204e024ebb18e67f56f48a75db0569d7ce69af9186a1944ad8908659",
                "md5": "abae6726a5884105e54c592d1a7d3980",
                "sha256": "5a0b2e06d3fcc73d13ffb7ac8a21a2a6dde2e727a0585f7f9eb9c42a503e993f"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "abae6726a5884105e54c592d1a7d3980",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 344462,
            "upload_time": "2024-02-05T13:46:23",
            "upload_time_iso_8601": "2024-02-05T13:46:23.171969Z",
            "url": "https://files.pythonhosted.org/packages/d7/e0/7192204e024ebb18e67f56f48a75db0569d7ce69af9186a1944ad8908659/pyromark-0.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0a7566ddde8f6ae5f413582ea85f3af1f39ccd767836e1343950da6068f6b33",
                "md5": "2e5be73ee8787e225e09f860e72d4828",
                "sha256": "4a73854fe565ce152a71aefbac375b191c98c2dce35b3b814f9ff70503679668"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2e5be73ee8787e225e09f860e72d4828",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 340273,
            "upload_time": "2024-02-05T13:46:25",
            "upload_time_iso_8601": "2024-02-05T13:46:25.045175Z",
            "url": "https://files.pythonhosted.org/packages/f0/a7/566ddde8f6ae5f413582ea85f3af1f39ccd767836e1343950da6068f6b33/pyromark-0.3.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dcd4cec78b605a6ce837f79fdeda4b00a8881b76a1cbd52493c7c8426f661361",
                "md5": "f073d18dff7b1c56f7784ef90b41eeb7",
                "sha256": "ef36f9841634b4a0360e1b38604b3e78ac8c02f97ae3f8dc2d3266d460c04770"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f073d18dff7b1c56f7784ef90b41eeb7",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 380067,
            "upload_time": "2024-02-05T13:46:29",
            "upload_time_iso_8601": "2024-02-05T13:46:29.259169Z",
            "url": "https://files.pythonhosted.org/packages/dc/d4/cec78b605a6ce837f79fdeda4b00a8881b76a1cbd52493c7c8426f661361/pyromark-0.3.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1b436bdc6b2002e839eedb756541b664a31a21dc873ed1bbb3c263f0cfb69cac",
                "md5": "63e3a178f795dd1c5bfc99198f445084",
                "sha256": "58997eac91d8c073784d761d3d601a91d68d20c87a462376bd5a795365ccf758"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "63e3a178f795dd1c5bfc99198f445084",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 392138,
            "upload_time": "2024-02-05T13:46:27",
            "upload_time_iso_8601": "2024-02-05T13:46:27.518425Z",
            "url": "https://files.pythonhosted.org/packages/1b/43/6bdc6b2002e839eedb756541b664a31a21dc873ed1bbb3c263f0cfb69cac/pyromark-0.3.0-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e1bd063e1d470485f12959643ac53d70e64e421ca57fa37bc7ecb8a458dbdaeb",
                "md5": "c28ac8b445918a691b9ff87274d04384",
                "sha256": "39db6be55fd6e0ebcf9bc5f3d1da4f48477c59e53dc0d73a61fe217cc1ba7587"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c28ac8b445918a691b9ff87274d04384",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 516270,
            "upload_time": "2024-02-05T13:46:31",
            "upload_time_iso_8601": "2024-02-05T13:46:31.117512Z",
            "url": "https://files.pythonhosted.org/packages/e1/bd/063e1d470485f12959643ac53d70e64e421ca57fa37bc7ecb8a458dbdaeb/pyromark-0.3.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "50506b3d6bf124050be24d41fce8aa317e9aa7dc351176777dc63d8de55f4cad",
                "md5": "9a02c723a92a5d771f045cde6d3117ed",
                "sha256": "ec64f41c7673dae655712d927b336d01339cdeb09b788262aeffb93696488b49"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9a02c723a92a5d771f045cde6d3117ed",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 355960,
            "upload_time": "2024-02-05T13:46:32",
            "upload_time_iso_8601": "2024-02-05T13:46:32.976548Z",
            "url": "https://files.pythonhosted.org/packages/50/50/6b3d6bf124050be24d41fce8aa317e9aa7dc351176777dc63d8de55f4cad/pyromark-0.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6bfe2700ba1d24ca247886098fe82785060a1ae2d4be3b3d901d3c03479814c6",
                "md5": "b7f04bdcf5c910f2af4734be73696756",
                "sha256": "8f9e85f75840fa7fce43843d441be72b9a472ee657d823edbe7ef85d771c59a9"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "b7f04bdcf5c910f2af4734be73696756",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 353383,
            "upload_time": "2024-02-05T13:46:34",
            "upload_time_iso_8601": "2024-02-05T13:46:34.689442Z",
            "url": "https://files.pythonhosted.org/packages/6b/fe/2700ba1d24ca247886098fe82785060a1ae2d4be3b3d901d3c03479814c6/pyromark-0.3.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8bbd04580897800a66f71acb9fb3579ae7e6e7d7ced5b9f43f15549db74219db",
                "md5": "4d118740c405ac3b79ecef63d8f7bcab",
                "sha256": "757a71d888ee4ebf70d36fa697188bcff3e5c59271c39f1999973487c0184811"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4d118740c405ac3b79ecef63d8f7bcab",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 525678,
            "upload_time": "2024-02-05T13:46:37",
            "upload_time_iso_8601": "2024-02-05T13:46:37.153786Z",
            "url": "https://files.pythonhosted.org/packages/8b/bd/04580897800a66f71acb9fb3579ae7e6e7d7ced5b9f43f15549db74219db/pyromark-0.3.0-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f83db29000f1126627ec6bb915a35c1388a08418b596f54030b9bdf0a96778c",
                "md5": "daf9a92ce2c9865ef78978949bff3a7b",
                "sha256": "8ddf73a7f76cb25d0e85e92af24ecff4e486464b5e796d38d04993652b3bbb0a"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "daf9a92ce2c9865ef78978949bff3a7b",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 603311,
            "upload_time": "2024-02-05T13:46:39",
            "upload_time_iso_8601": "2024-02-05T13:46:39.701379Z",
            "url": "https://files.pythonhosted.org/packages/2f/83/db29000f1126627ec6bb915a35c1388a08418b596f54030b9bdf0a96778c/pyromark-0.3.0-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "506a48cae74d143d55192693dfd30f0ee0318fd8be9aabf3234620d4e00d9216",
                "md5": "28d61f2411ba9022438e19e43b66bba9",
                "sha256": "01ed9cb03ac67045a32e9101ae4942b1f9bcf1d36823fa00086f08606caccb09"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp37-pypy37_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "28d61f2411ba9022438e19e43b66bba9",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 531814,
            "upload_time": "2024-02-05T13:46:41",
            "upload_time_iso_8601": "2024-02-05T13:46:41.505536Z",
            "url": "https://files.pythonhosted.org/packages/50/6a/48cae74d143d55192693dfd30f0ee0318fd8be9aabf3234620d4e00d9216/pyromark-0.3.0-pp37-pypy37_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9b9d2a6c2b19d3da6c5e6c5e0a9556bc23232425b7424e7a8a42647d187420e7",
                "md5": "99f7c4e57bbcfc9ae769df0e5bedd96f",
                "sha256": "d350c4662418e3d996c018294b838cf5f765d45ff08fcc612c95279b9cf5c832"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "99f7c4e57bbcfc9ae769df0e5bedd96f",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 528675,
            "upload_time": "2024-02-05T13:46:43",
            "upload_time_iso_8601": "2024-02-05T13:46:43.920076Z",
            "url": "https://files.pythonhosted.org/packages/9b/9d/2a6c2b19d3da6c5e6c5e0a9556bc23232425b7424e7a8a42647d187420e7/pyromark-0.3.0-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0af3cbb182644ae24d1d0337fef5094cb49896060cc074b1fbac2e269115a5e5",
                "md5": "0874701bdfbf8b564d50e34666e32ec1",
                "sha256": "6a3a921e7310926e5124f0aa726b5289a6d953e5f012352710dcadd49cc4f862"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0874701bdfbf8b564d50e34666e32ec1",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 308720,
            "upload_time": "2024-02-05T13:46:46",
            "upload_time_iso_8601": "2024-02-05T13:46:46.367353Z",
            "url": "https://files.pythonhosted.org/packages/0a/f3/cbb182644ae24d1d0337fef5094cb49896060cc074b1fbac2e269115a5e5/pyromark-0.3.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de67d38ea61ebb5a1fb3242dd2ba7a17210de0eb43892ecb4ed61254566952b7",
                "md5": "13c17bcb81e0dfe34ef79648a08a848b",
                "sha256": "fe2f42cbcf7bc1a199c48211c5c85710d026ad14aa2a8e078d4aadf4831c5c63"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "13c17bcb81e0dfe34ef79648a08a848b",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 296204,
            "upload_time": "2024-02-05T13:46:48",
            "upload_time_iso_8601": "2024-02-05T13:46:48.722255Z",
            "url": "https://files.pythonhosted.org/packages/de/67/d38ea61ebb5a1fb3242dd2ba7a17210de0eb43892ecb4ed61254566952b7/pyromark-0.3.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "91d23a4868bcf540c1ec5b1d78ae0e6ab9da1547ee27290bc88e5e38ac1dd889",
                "md5": "ca761636e8de8baea72703b2482485b6",
                "sha256": "54eec5abc9ff478b18f4741d600001d9ccd3931fc7789cf27e02be55f9a87d5d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ca761636e8de8baea72703b2482485b6",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 343248,
            "upload_time": "2024-02-05T13:46:50",
            "upload_time_iso_8601": "2024-02-05T13:46:50.660890Z",
            "url": "https://files.pythonhosted.org/packages/91/d2/3a4868bcf540c1ec5b1d78ae0e6ab9da1547ee27290bc88e5e38ac1dd889/pyromark-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cd51c9c80d3c2826a96da130b2ba8bf9e5ce9818cbe2b97b5786262dda04b1cc",
                "md5": "43816ca678983b846382bf17e9df7964",
                "sha256": "e113b922c12ba5509fda9acc7ad4e1fd7510530f23609f6be7a432f4676b5748"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "43816ca678983b846382bf17e9df7964",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 338817,
            "upload_time": "2024-02-05T13:46:52",
            "upload_time_iso_8601": "2024-02-05T13:46:52.454982Z",
            "url": "https://files.pythonhosted.org/packages/cd/51/c9c80d3c2826a96da130b2ba8bf9e5ce9818cbe2b97b5786262dda04b1cc/pyromark-0.3.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8e9e7eb1c596563b926ded8d9547e57e4c8d1c835532fb03582135502ea53c64",
                "md5": "29f1de0072f1060a41c5b7830b425a0e",
                "sha256": "fda026f11d430e7185988fffe3766c094964f677de8449a873be0fb8e07b196d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "29f1de0072f1060a41c5b7830b425a0e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 378784,
            "upload_time": "2024-02-05T13:46:56",
            "upload_time_iso_8601": "2024-02-05T13:46:56.960281Z",
            "url": "https://files.pythonhosted.org/packages/8e/9e/7eb1c596563b926ded8d9547e57e4c8d1c835532fb03582135502ea53c64/pyromark-0.3.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4fa45801eafd350c356baa95ae57dff6298cbb03a8e50405432bc46cb4fb9eb4",
                "md5": "1742bd8fd83f3f281bcf20e81910a2d7",
                "sha256": "a29c0d9789fb6b552585010eac4ef244fb27e44c437d8e21a4c71db9f2aa40a5"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "1742bd8fd83f3f281bcf20e81910a2d7",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 391778,
            "upload_time": "2024-02-05T13:46:54",
            "upload_time_iso_8601": "2024-02-05T13:46:54.837879Z",
            "url": "https://files.pythonhosted.org/packages/4f/a4/5801eafd350c356baa95ae57dff6298cbb03a8e50405432bc46cb4fb9eb4/pyromark-0.3.0-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "29b7453ead6d7c9dfcd7b9341823dc97a13b655d8d935ccfcaa7f2243333d83b",
                "md5": "46c359e80c05e860388598ebbe32d6f2",
                "sha256": "7c6e2ce5ef5709b9181bde76d91c600ce725ddb175b63e250c691b17c12bd758"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "46c359e80c05e860388598ebbe32d6f2",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 512863,
            "upload_time": "2024-02-05T13:46:58",
            "upload_time_iso_8601": "2024-02-05T13:46:58.755864Z",
            "url": "https://files.pythonhosted.org/packages/29/b7/453ead6d7c9dfcd7b9341823dc97a13b655d8d935ccfcaa7f2243333d83b/pyromark-0.3.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bdb4014aee970112e4c78001acc61c00552308d1c21a75ca5f274b63ccbf5e39",
                "md5": "816a2910ec06d8003e61d5bf36e59091",
                "sha256": "968c3ebcb99703b4ba1836b740b08de68eb18f078cb988fa5245274285133111"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "816a2910ec06d8003e61d5bf36e59091",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 354706,
            "upload_time": "2024-02-05T13:47:00",
            "upload_time_iso_8601": "2024-02-05T13:47:00.723465Z",
            "url": "https://files.pythonhosted.org/packages/bd/b4/014aee970112e4c78001acc61c00552308d1c21a75ca5f274b63ccbf5e39/pyromark-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a19438258beac9f82caf8a3ebde6a30c7a159d2c3464930e5b055e4c59ddda13",
                "md5": "2ff9a99d42f0aa16555c8f575b8ed1bf",
                "sha256": "a248ea2aa3e5f207047cb26fc8a3a4e3f21be7f8a2cb32eb363244cc05ed6d8d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "2ff9a99d42f0aa16555c8f575b8ed1bf",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 352053,
            "upload_time": "2024-02-05T13:47:03",
            "upload_time_iso_8601": "2024-02-05T13:47:03.522207Z",
            "url": "https://files.pythonhosted.org/packages/a1/94/38258beac9f82caf8a3ebde6a30c7a159d2c3464930e5b055e4c59ddda13/pyromark-0.3.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "badfb737621a04103dc8062d561bfc0a1a59d2d71fd10c014a46198032389d03",
                "md5": "ff08ec8f91c1288a36e3b15adf9b1f49",
                "sha256": "0cebaf388895c64215a40c5a35de427b962f2b737f4ee35f3307d8b91aafad53"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ff08ec8f91c1288a36e3b15adf9b1f49",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 524179,
            "upload_time": "2024-02-05T13:47:05",
            "upload_time_iso_8601": "2024-02-05T13:47:05.544701Z",
            "url": "https://files.pythonhosted.org/packages/ba/df/b737621a04103dc8062d561bfc0a1a59d2d71fd10c014a46198032389d03/pyromark-0.3.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "da3afaaf9568c5e0939087dbff64b3925fc87d2c3c8b1bd09f65082c2349bace",
                "md5": "b9de327630079af5320b183feffeb848",
                "sha256": "2a82aad59afe6dd36c289e4ead59616a36f6de121ab6803208dbf56e0f112adf"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b9de327630079af5320b183feffeb848",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 601901,
            "upload_time": "2024-02-05T13:47:07",
            "upload_time_iso_8601": "2024-02-05T13:47:07.794828Z",
            "url": "https://files.pythonhosted.org/packages/da/3a/faaf9568c5e0939087dbff64b3925fc87d2c3c8b1bd09f65082c2349bace/pyromark-0.3.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "537670f889b56cbdd8462dc1601b9a1c808b2468d33456b091b4d114930259d4",
                "md5": "e2d053a9118fd2a3ee1189f57c76d5a2",
                "sha256": "514e98bef36077bc392d49c0cbe0eba1f85c2518cd74c3301c77a317270c264c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e2d053a9118fd2a3ee1189f57c76d5a2",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 530537,
            "upload_time": "2024-02-05T13:47:09",
            "upload_time_iso_8601": "2024-02-05T13:47:09.887769Z",
            "url": "https://files.pythonhosted.org/packages/53/76/70f889b56cbdd8462dc1601b9a1c808b2468d33456b091b4d114930259d4/pyromark-0.3.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ebd0ce589c10a16be71e34c7ab3fa1e7b1d9ca36326e672d30f7c4ac908c452",
                "md5": "5106f93c76c112893691234fe4e05a03",
                "sha256": "9674c2d791da8e767d10015f8ed4ce1f40301112ef646c68ee6d60535aaabe6d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5106f93c76c112893691234fe4e05a03",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 527496,
            "upload_time": "2024-02-05T13:47:11",
            "upload_time_iso_8601": "2024-02-05T13:47:11.816359Z",
            "url": "https://files.pythonhosted.org/packages/9e/bd/0ce589c10a16be71e34c7ab3fa1e7b1d9ca36326e672d30f7c4ac908c452/pyromark-0.3.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8a7f4cd330c2c4bea23d678ea6664a7a312a5564882c963ccb77618a9c38bac3",
                "md5": "3a53465a3553c0a558fca90b00a7c8d8",
                "sha256": "aa3840b689230a7cce588cc32479d930de1c59ea286f025ce2714098c9848e8a"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3a53465a3553c0a558fca90b00a7c8d8",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 308687,
            "upload_time": "2024-02-05T13:47:14",
            "upload_time_iso_8601": "2024-02-05T13:47:14.309111Z",
            "url": "https://files.pythonhosted.org/packages/8a/7f/4cd330c2c4bea23d678ea6664a7a312a5564882c963ccb77618a9c38bac3/pyromark-0.3.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "890613bbce2ec0b781275c82f7327f0e9f9471398860d46eed5d8187b129311a",
                "md5": "61789ec9152da5e0bb93be83fd34b2b9",
                "sha256": "0636da68a5d3008966fd59a1ef9c0712652e93e53a1bbf8426e741620df92a71"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "61789ec9152da5e0bb93be83fd34b2b9",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 296119,
            "upload_time": "2024-02-05T13:47:16",
            "upload_time_iso_8601": "2024-02-05T13:47:16.863464Z",
            "url": "https://files.pythonhosted.org/packages/89/06/13bbce2ec0b781275c82f7327f0e9f9471398860d46eed5d8187b129311a/pyromark-0.3.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3a4b043bdae6946c41fa2ae66b6711aef2e5008fbf34d46fa1a4b61008362540",
                "md5": "b3d517c96ae2db5945ce982bc87b6d9c",
                "sha256": "cda8cf3ce7652cf2f2939b4f18c301770378b009b9a63f9e760bbaf6a6432200"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b3d517c96ae2db5945ce982bc87b6d9c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 343113,
            "upload_time": "2024-02-05T13:47:18",
            "upload_time_iso_8601": "2024-02-05T13:47:18.861605Z",
            "url": "https://files.pythonhosted.org/packages/3a/4b/043bdae6946c41fa2ae66b6711aef2e5008fbf34d46fa1a4b61008362540/pyromark-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6062dc8e984de148cd1fad257b5c7b0d83e545508c505da177556ea5c28421d6",
                "md5": "c52973c79c9766e0b565f6f8aa83f81d",
                "sha256": "222c70ac5425fa09bf0d4118fb8e12b22b68b3ade95fc128e014255e2a9231c0"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c52973c79c9766e0b565f6f8aa83f81d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 339021,
            "upload_time": "2024-02-05T13:47:20",
            "upload_time_iso_8601": "2024-02-05T13:47:20.961821Z",
            "url": "https://files.pythonhosted.org/packages/60/62/dc8e984de148cd1fad257b5c7b0d83e545508c505da177556ea5c28421d6/pyromark-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a8e70c173c51e79aca2fc0c46d51a2c7cca1d29e8b53249ffd887634b12904a1",
                "md5": "49871d938ea60c6fdf189a9dd6f0054f",
                "sha256": "5511b7a0bf52d52a46f3a0cde2e5f2975dcae003d6113dc54d6b149ddfe3e6c5"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "49871d938ea60c6fdf189a9dd6f0054f",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 378631,
            "upload_time": "2024-02-05T13:47:25",
            "upload_time_iso_8601": "2024-02-05T13:47:25.522390Z",
            "url": "https://files.pythonhosted.org/packages/a8/e7/0c173c51e79aca2fc0c46d51a2c7cca1d29e8b53249ffd887634b12904a1/pyromark-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7eacd11ddf82f9895bbf3547873e9d11eb80bd59ec7e044f99fe8eb330728a3a",
                "md5": "0eb226dda2fd68fafa837040c5b51e8c",
                "sha256": "2401cb09b4327d2a643bef052bee30363ec37c2e882630b7e14739306ffc913e"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "0eb226dda2fd68fafa837040c5b51e8c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 391732,
            "upload_time": "2024-02-05T13:47:22",
            "upload_time_iso_8601": "2024-02-05T13:47:22.886218Z",
            "url": "https://files.pythonhosted.org/packages/7e/ac/d11ddf82f9895bbf3547873e9d11eb80bd59ec7e044f99fe8eb330728a3a/pyromark-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "01336f5692ea27a3760e136019a9b028616b6b706bb1085e6ccd6a4ae726d440",
                "md5": "85299312fcd22fb236c1c7f6bebd5cf0",
                "sha256": "6ec0d57e151eb555d034ff1e3f38b016801a9257cdd724e8a5011f50f43d05e9"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "85299312fcd22fb236c1c7f6bebd5cf0",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 512719,
            "upload_time": "2024-02-05T13:47:27",
            "upload_time_iso_8601": "2024-02-05T13:47:27.911462Z",
            "url": "https://files.pythonhosted.org/packages/01/33/6f5692ea27a3760e136019a9b028616b6b706bb1085e6ccd6a4ae726d440/pyromark-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5482c848779e9a963d2d7e0e260407f732db62376dc34762cbf4a81e7e99c749",
                "md5": "7c4753e11ef70bf070a4e651a14da92a",
                "sha256": "9c395f0ff75e630abc78a07f064d5f299216c8345c041dbd0c88e33fcd8be076"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7c4753e11ef70bf070a4e651a14da92a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 354712,
            "upload_time": "2024-02-05T13:47:29",
            "upload_time_iso_8601": "2024-02-05T13:47:29.725051Z",
            "url": "https://files.pythonhosted.org/packages/54/82/c848779e9a963d2d7e0e260407f732db62376dc34762cbf4a81e7e99c749/pyromark-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b286810d32b48db0906c17a76f054d88f3dc5457b8b6fd5720ebbc1c206dc1a2",
                "md5": "90d9c3611d507310caf9e7bb9510d196",
                "sha256": "337fc312321a1463b70d79a6d08c1503a4afaabe1948fdd3aaf6a2c6137c5f4d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "90d9c3611d507310caf9e7bb9510d196",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 351614,
            "upload_time": "2024-02-05T13:47:31",
            "upload_time_iso_8601": "2024-02-05T13:47:31.633299Z",
            "url": "https://files.pythonhosted.org/packages/b2/86/810d32b48db0906c17a76f054d88f3dc5457b8b6fd5720ebbc1c206dc1a2/pyromark-0.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cd9018e4789c367369ed930e1d32afc136a565f44798966f032b3de060cae468",
                "md5": "813f034891be23d0845cc8d1fcd2b87b",
                "sha256": "bdccd534e6cf3e32d22051e2b3ec12c08e39db1ecc9a29e6c33c7c193095c410"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "813f034891be23d0845cc8d1fcd2b87b",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 524131,
            "upload_time": "2024-02-05T13:47:33",
            "upload_time_iso_8601": "2024-02-05T13:47:33.439418Z",
            "url": "https://files.pythonhosted.org/packages/cd/90/18e4789c367369ed930e1d32afc136a565f44798966f032b3de060cae468/pyromark-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b21d59c8dcec3bb85cb147bb45a884b355dc0738018451900e909036b1b93693",
                "md5": "4cf82972b854aba5264f3e365fecec9f",
                "sha256": "d70207b9b40886fdd6d2b44645bb50cbcac6bfcee6aee65d85436ce96d83eeb9"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4cf82972b854aba5264f3e365fecec9f",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 602039,
            "upload_time": "2024-02-05T13:47:35",
            "upload_time_iso_8601": "2024-02-05T13:47:35.620018Z",
            "url": "https://files.pythonhosted.org/packages/b2/1d/59c8dcec3bb85cb147bb45a884b355dc0738018451900e909036b1b93693/pyromark-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8a23a8221c39a85ab5bbd70ef41fca5169b1073bedcdeaf30324abd2beb13d0a",
                "md5": "ceeb4ce917fc28d8f652a92d11b57586",
                "sha256": "bf9f3c5d1fc9cba0f0cc63faf433665a66d401af860798d9cca914311087d567"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "ceeb4ce917fc28d8f652a92d11b57586",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 530103,
            "upload_time": "2024-02-05T13:47:38",
            "upload_time_iso_8601": "2024-02-05T13:47:38.025874Z",
            "url": "https://files.pythonhosted.org/packages/8a/23/a8221c39a85ab5bbd70ef41fca5169b1073bedcdeaf30324abd2beb13d0a/pyromark-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cb4b7ce72cd507f759f60c232eb620c65092a2b629da617fa6401d9b2d400c6f",
                "md5": "89e00d4e8b247c3053ccf9f4b6f23a92",
                "sha256": "e707332fe7cd38dd6266e8bc1e70aac6a0e06778d12fdc982380a3491f569ffc"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "89e00d4e8b247c3053ccf9f4b6f23a92",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 527469,
            "upload_time": "2024-02-05T13:47:39",
            "upload_time_iso_8601": "2024-02-05T13:47:39.985993Z",
            "url": "https://files.pythonhosted.org/packages/cb/4b/7ce72cd507f759f60c232eb620c65092a2b629da617fa6401d9b2d400c6f/pyromark-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d3a2b454aea683a139bf69f0c1a27e5d63570cf417d6e5a2a4c06122651084c0",
                "md5": "838b05d713a14e37fa41b9fc4662b450",
                "sha256": "5dcfae20dd7682f2b4e78133c639ea3d1ab63dc21df14830090d6efa83aadde7"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "838b05d713a14e37fa41b9fc4662b450",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7958,
            "upload_time": "2024-02-05T13:47:41",
            "upload_time_iso_8601": "2024-02-05T13:47:41.920907Z",
            "url": "https://files.pythonhosted.org/packages/d3/a2/b454aea683a139bf69f0c1a27e5d63570cf417d6e5a2a4c06122651084c0/pyromark-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-05 13:47:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "monosans",
    "github_project": "pyromark",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyromark"
}
        
Elapsed time: 0.19901s