pyromark


Namepyromark JSON
Version 0.3.2 PyPI version JSON
download
home_pageNone
SummaryBlazingly fast Markdown parser
upload_time2024-04-26 08:36:56
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
```

## Example

```python
import pyromark

html = pyromark.markdown("# Hello world")
assert html == "<h1>Hello world</h1>\n"
```

## 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/a1/89/3b6e8dd24dad4ff06bf0872347bb98a7561d77dfb8286b448494f61f2c4c/pyromark-0.3.2.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## Example\n\n```python\nimport pyromark\n\nhtml = pyromark.markdown(\"# Hello world\")\nassert html == \"<h1>Hello world</h1>\\n\"\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.2",
    "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": "fc0df834b6ccbdef65053bcec2e18346d39a54f7a134a41b3d437fb66a90335f",
                "md5": "4700708f0ac684a086e05074a4abe470",
                "sha256": "c592bb7c065daa1a6b5508dd010c156258cf5776897cb535fdf317969926d370"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4700708f0ac684a086e05074a4abe470",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 308757,
            "upload_time": "2024-04-26T08:36:34",
            "upload_time_iso_8601": "2024-04-26T08:36:34.436782Z",
            "url": "https://files.pythonhosted.org/packages/fc/0d/f834b6ccbdef65053bcec2e18346d39a54f7a134a41b3d437fb66a90335f/pyromark-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0adc119f421594ef42fc692a22354d530e13a3fed54c46ec5217e0338191b65c",
                "md5": "c6832d7527ce76e98623b7ff2ade0cec",
                "sha256": "25cf6098c0ae413b7bd1c878a55c838f374c9c31c700aa169c7c0f24860dd456"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c6832d7527ce76e98623b7ff2ade0cec",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 295100,
            "upload_time": "2024-04-26T08:36:14",
            "upload_time_iso_8601": "2024-04-26T08:36:14.174790Z",
            "url": "https://files.pythonhosted.org/packages/0a/dc/119f421594ef42fc692a22354d530e13a3fed54c46ec5217e0338191b65c/pyromark-0.3.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d3bcfa578b026ae08a27c60a31c693c26647656f9b57aad98d3e883ee0155e0",
                "md5": "7b0bf143afecf0f21a0df5e75dfca532",
                "sha256": "9e49575c0bc1615348291343e3745dcd820c8d9f456d5401d87a0740c946eda8"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7b0bf143afecf0f21a0df5e75dfca532",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 332723,
            "upload_time": "2024-04-26T08:32:21",
            "upload_time_iso_8601": "2024-04-26T08:32:21.681066Z",
            "url": "https://files.pythonhosted.org/packages/1d/3b/cfa578b026ae08a27c60a31c693c26647656f9b57aad98d3e883ee0155e0/pyromark-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f26e9c8b39fff3b061548c57127d7b58fbafa19b1ba2dcbe8fe2c1f02bdfc9ca",
                "md5": "1c967f66d376c253c6042c3a69d958f9",
                "sha256": "6dad4efbccce0582aa3f29d81f254e4d6198289b9a4eefe50093ed2038533969"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1c967f66d376c253c6042c3a69d958f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 330805,
            "upload_time": "2024-04-26T08:33:06",
            "upload_time_iso_8601": "2024-04-26T08:33:06.289911Z",
            "url": "https://files.pythonhosted.org/packages/f2/6e/9c8b39fff3b061548c57127d7b58fbafa19b1ba2dcbe8fe2c1f02bdfc9ca/pyromark-0.3.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3def2244e502071383ca4d6490deed6bc07890cd1ef97f9deb13b55a768db40d",
                "md5": "a72910ab97cc15993e4ef0a971627818",
                "sha256": "93530c4e5ebdc12850aa4211b04177314fd436f37a107bd62e6f8855cc06c0f9"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a72910ab97cc15993e4ef0a971627818",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 371229,
            "upload_time": "2024-04-26T08:34:50",
            "upload_time_iso_8601": "2024-04-26T08:34:50.486595Z",
            "url": "https://files.pythonhosted.org/packages/3d/ef/2244e502071383ca4d6490deed6bc07890cd1ef97f9deb13b55a768db40d/pyromark-0.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3b4ef5db3dd2a407d69a4c24798c397009bb7f9d4ceee15b37e2fcd08f8fc10b",
                "md5": "f2cc11f5fabb10af2331311f6f760163",
                "sha256": "334285801ce4b429ddbb2dd2e83a45f059cdbf9ec148e8baad729c65627df8d2"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "f2cc11f5fabb10af2331311f6f760163",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 381469,
            "upload_time": "2024-04-26T08:34:29",
            "upload_time_iso_8601": "2024-04-26T08:34:29.730617Z",
            "url": "https://files.pythonhosted.org/packages/3b/4e/f5db3dd2a407d69a4c24798c397009bb7f9d4ceee15b37e2fcd08f8fc10b/pyromark-0.3.2-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9da274d50f3b616c3c324084b894010afec0a3d83ca12da20512e522d31ba1a9",
                "md5": "36b65312f2d9c3d8cb19802dde111ec9",
                "sha256": "0facccadb6df61befb764f02b428ec804552d01d3887321a33262c6b7feaaba5"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "36b65312f2d9c3d8cb19802dde111ec9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 511779,
            "upload_time": "2024-04-26T08:35:10",
            "upload_time_iso_8601": "2024-04-26T08:35:10.206590Z",
            "url": "https://files.pythonhosted.org/packages/9d/a2/74d50f3b616c3c324084b894010afec0a3d83ca12da20512e522d31ba1a9/pyromark-0.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c321bdaa10304c4fa7d86d6b8a9a391f2c357cf1c0d2c3ab451270c26b6142b",
                "md5": "afa8454a8a72301a5232b3e90a97a132",
                "sha256": "ab35cf951b829dc112ff9518ade334a84266e97f81046fa160bb948ce01c22ed"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "afa8454a8a72301a5232b3e90a97a132",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 348410,
            "upload_time": "2024-04-26T08:35:30",
            "upload_time_iso_8601": "2024-04-26T08:35:30.879304Z",
            "url": "https://files.pythonhosted.org/packages/1c/32/1bdaa10304c4fa7d86d6b8a9a391f2c357cf1c0d2c3ab451270c26b6142b/pyromark-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4ad0caffaddf1ebb374e9d20b5251facbdcae149455e530eb482e402a86cc52f",
                "md5": "5ff99010f68d200ae2588d3c542fdfec",
                "sha256": "455df58a629b763e6e161107c02d838d815bf767c9e2bb6af0d2185451566048"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "5ff99010f68d200ae2588d3c542fdfec",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 345502,
            "upload_time": "2024-04-26T08:33:49",
            "upload_time_iso_8601": "2024-04-26T08:33:49.151601Z",
            "url": "https://files.pythonhosted.org/packages/4a/d0/caffaddf1ebb374e9d20b5251facbdcae149455e530eb482e402a86cc52f/pyromark-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eedcc5576d8ac3bd847b65b1468d9b227f2af933239a38db8e0c864c43dd4d23",
                "md5": "b99ebd9fb403cb02f7cfdc613acd5656",
                "sha256": "8ff4c6e722ffed1c20c3eb39a401c42e84ad9fc924adb172e73fd70af7601a65"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b99ebd9fb403cb02f7cfdc613acd5656",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 513423,
            "upload_time": "2024-04-26T08:32:44",
            "upload_time_iso_8601": "2024-04-26T08:32:44.555768Z",
            "url": "https://files.pythonhosted.org/packages/ee/dc/c5576d8ac3bd847b65b1468d9b227f2af933239a38db8e0c864c43dd4d23/pyromark-0.3.2-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd7c21df7d3662a3da06b4d56140d6122f4a3aa07e90b15ed1ed4db98ffdbc1c",
                "md5": "70794beeb4cea45024e86164c0bdf47c",
                "sha256": "5e9adc1db844c721e6a46434caa073d62b79dcab3c368de9c01925e9e5ab731e"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "70794beeb4cea45024e86164c0bdf47c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 594106,
            "upload_time": "2024-04-26T08:33:27",
            "upload_time_iso_8601": "2024-04-26T08:33:27.398921Z",
            "url": "https://files.pythonhosted.org/packages/bd/7c/21df7d3662a3da06b4d56140d6122f4a3aa07e90b15ed1ed4db98ffdbc1c/pyromark-0.3.2-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d5a5b4112cf404dbdcc58a715fa99961cc07238642c5ba4e4e77f7b5971b7c81",
                "md5": "31d599105dc8893e32598a974f044e32",
                "sha256": "b0d07937190fcc1dc14f34a7f4f4978986b8c2771759769af3d8b6ccb57452ed"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "31d599105dc8893e32598a974f044e32",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 522902,
            "upload_time": "2024-04-26T08:34:08",
            "upload_time_iso_8601": "2024-04-26T08:34:08.476343Z",
            "url": "https://files.pythonhosted.org/packages/d5/a5/b4112cf404dbdcc58a715fa99961cc07238642c5ba4e4e77f7b5971b7c81/pyromark-0.3.2-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be50ce2b104a12afe41e9274a045e2c0580bcc8da1cbd70553313d3e6cf1674c",
                "md5": "ef3294c8fccd8c5e8abf652b82aca0af",
                "sha256": "9e5a8de8c080b406b03ff9bf60eff9e59d1b5907469e0c942c54d982f8d5c779"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ef3294c8fccd8c5e8abf652b82aca0af",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 519668,
            "upload_time": "2024-04-26T08:35:52",
            "upload_time_iso_8601": "2024-04-26T08:35:52.527522Z",
            "url": "https://files.pythonhosted.org/packages/be/50/ce2b104a12afe41e9274a045e2c0580bcc8da1cbd70553313d3e6cf1674c/pyromark-0.3.2-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03a1c2f765e85bf7f582b76280d4a346a77c78b91cdfec6e28cda4d4a172d4b5",
                "md5": "69585c1c9c9caa3b0bf0ff9ff18d2546",
                "sha256": "793554b70a2dd5ffa656a624955739be45fee1ee911caa1d7198a4b3f8629c06"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "69585c1c9c9caa3b0bf0ff9ff18d2546",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 235053,
            "upload_time": "2024-04-26T08:36:58",
            "upload_time_iso_8601": "2024-04-26T08:36:58.025031Z",
            "url": "https://files.pythonhosted.org/packages/03/a1/c2f765e85bf7f582b76280d4a346a77c78b91cdfec6e28cda4d4a172d4b5/pyromark-0.3.2-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dec09e0dcc5e19959fb9079b9a584fe3de1abe57caead1f7f642e74f6f5b10cf",
                "md5": "9ccea203857b98572bf1cac4ebc1b6ac",
                "sha256": "b1306df2c9f109030fb36eafc45659f600541a183466ee9fe8e5f122cd85029e"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9ccea203857b98572bf1cac4ebc1b6ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 243450,
            "upload_time": "2024-04-26T08:37:11",
            "upload_time_iso_8601": "2024-04-26T08:37:11.068820Z",
            "url": "https://files.pythonhosted.org/packages/de/c0/9e0dcc5e19959fb9079b9a584fe3de1abe57caead1f7f642e74f6f5b10cf/pyromark-0.3.2-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d63c1fd0c780cd5c073de8c433e1cf6d6598ba2ccba9134e11233ddd9f34561",
                "md5": "e14c05d851a36f53ab6f236dbdf7ab64",
                "sha256": "18e6b7ca8fd810c1d7a06865c4c63fb0c88dcf11b8949d84ee96b51279e28afc"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e14c05d851a36f53ab6f236dbdf7ab64",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 308794,
            "upload_time": "2024-04-26T08:36:36",
            "upload_time_iso_8601": "2024-04-26T08:36:36.723167Z",
            "url": "https://files.pythonhosted.org/packages/3d/63/c1fd0c780cd5c073de8c433e1cf6d6598ba2ccba9134e11233ddd9f34561/pyromark-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bb0adfad60eb7f8fb1916b2f08df2779557ca42fd9b229a709125734ba4129ee",
                "md5": "0186f69695cfac8b21d73f79298ad334",
                "sha256": "36547c4487732321dce6906b0555233df379b4768b9c8c0cf153ba8ab320bdcd"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0186f69695cfac8b21d73f79298ad334",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 295059,
            "upload_time": "2024-04-26T08:36:16",
            "upload_time_iso_8601": "2024-04-26T08:36:16.072603Z",
            "url": "https://files.pythonhosted.org/packages/bb/0a/dfad60eb7f8fb1916b2f08df2779557ca42fd9b229a709125734ba4129ee/pyromark-0.3.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f44d677355dc1906071fa2d29fc53fe873ca317c1e5a3c7d4636a0118606669",
                "md5": "c9b59e125a3075b72b3669fc70ddf459",
                "sha256": "ff06f8e3e56c698a72463249ab433533d1efccaa722413b39da5d64f5b1f35cc"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c9b59e125a3075b72b3669fc70ddf459",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 332730,
            "upload_time": "2024-04-26T08:32:24",
            "upload_time_iso_8601": "2024-04-26T08:32:24.321859Z",
            "url": "https://files.pythonhosted.org/packages/9f/44/d677355dc1906071fa2d29fc53fe873ca317c1e5a3c7d4636a0118606669/pyromark-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a6664433fc00077b6bcbd741dd318622a8ddc4fec66bcb31232ea3bb2806bbde",
                "md5": "ad8e84315938725c3a7952a2456aed12",
                "sha256": "5c0b9391dac5c8e406f075e29c8b21444da9e06244955941f4ff927f8a73e619"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ad8e84315938725c3a7952a2456aed12",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 330980,
            "upload_time": "2024-04-26T08:33:08",
            "upload_time_iso_8601": "2024-04-26T08:33:08.197760Z",
            "url": "https://files.pythonhosted.org/packages/a6/66/4433fc00077b6bcbd741dd318622a8ddc4fec66bcb31232ea3bb2806bbde/pyromark-0.3.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15977f2a1685de99d2cf4e2022354224f956af32e700ab009144378d82d2c524",
                "md5": "c8842e717f62b79844f5586721783ea1",
                "sha256": "ff0cf87baa9d53372e2c7a2ca324d73ac63675655b7a8303fc54e50beb0f93bc"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c8842e717f62b79844f5586721783ea1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 371264,
            "upload_time": "2024-04-26T08:34:52",
            "upload_time_iso_8601": "2024-04-26T08:34:52.159315Z",
            "url": "https://files.pythonhosted.org/packages/15/97/7f2a1685de99d2cf4e2022354224f956af32e700ab009144378d82d2c524/pyromark-0.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0cf4d3440dda7a69d409704556216a14c4c33f0b3f0f9aa846e6497489cf8d92",
                "md5": "8cbda1c5fbb70270fd135405f9f69b38",
                "sha256": "91074b311a04ac1fcea2849e0cb40138b20865b6f0ef168272dacb94f0c65fe4"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "8cbda1c5fbb70270fd135405f9f69b38",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 382036,
            "upload_time": "2024-04-26T08:34:32",
            "upload_time_iso_8601": "2024-04-26T08:34:32.146667Z",
            "url": "https://files.pythonhosted.org/packages/0c/f4/d3440dda7a69d409704556216a14c4c33f0b3f0f9aa846e6497489cf8d92/pyromark-0.3.2-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "41922406cdeeda071bd43d374ff0b0e769fac0dc8c11c268f5cb4dea894f1d6c",
                "md5": "ebae20fb03184f4b984a6d3e11b7e679",
                "sha256": "95bc8d29e46a5fa1224ccc5565f23b7e7c662f6935e2697f5b340f0565d49c56"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "ebae20fb03184f4b984a6d3e11b7e679",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 512147,
            "upload_time": "2024-04-26T08:35:12",
            "upload_time_iso_8601": "2024-04-26T08:35:12.097360Z",
            "url": "https://files.pythonhosted.org/packages/41/92/2406cdeeda071bd43d374ff0b0e769fac0dc8c11c268f5cb4dea894f1d6c/pyromark-0.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "213ba623af676955acceda16da4bb9b62b3105fbfc050fc99ae539935a9fdf34",
                "md5": "a73dc395e6d9a1fdc1cd0b1217bcee0a",
                "sha256": "38a2414c11395dfd7bdd0f2083f0df8eca715b51a2cf4edffd7a2b81f45b74aa"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a73dc395e6d9a1fdc1cd0b1217bcee0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 348529,
            "upload_time": "2024-04-26T08:35:32",
            "upload_time_iso_8601": "2024-04-26T08:35:32.481613Z",
            "url": "https://files.pythonhosted.org/packages/21/3b/a623af676955acceda16da4bb9b62b3105fbfc050fc99ae539935a9fdf34/pyromark-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28bd4650a3039c6a20ac8d49b8a3c6c94f26d21cbd05c48c5e5e5ba6ee908841",
                "md5": "800f990745917f20e5a1104d3d4c1c89",
                "sha256": "40ab8cc2bad87022d4e56eeabafa78d878f6395a4fa06186c9ec56421787c45f"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "800f990745917f20e5a1104d3d4c1c89",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 345648,
            "upload_time": "2024-04-26T08:33:51",
            "upload_time_iso_8601": "2024-04-26T08:33:51.076903Z",
            "url": "https://files.pythonhosted.org/packages/28/bd/4650a3039c6a20ac8d49b8a3c6c94f26d21cbd05c48c5e5e5ba6ee908841/pyromark-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c7484717b92bd84c2de071c97c75ead591acdf710029d536a87ff9f814e87a88",
                "md5": "de0e245415cc794a11a44f0100c5f16b",
                "sha256": "1d3c7ef0befb28e7e6b7d9585ed500ae730707668369f419459e1319a917c46d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "de0e245415cc794a11a44f0100c5f16b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 513420,
            "upload_time": "2024-04-26T08:32:46",
            "upload_time_iso_8601": "2024-04-26T08:32:46.571828Z",
            "url": "https://files.pythonhosted.org/packages/c7/48/4717b92bd84c2de071c97c75ead591acdf710029d536a87ff9f814e87a88/pyromark-0.3.2-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be97c86457159fad297064955bdb2aea830b7564f7260677361a5140d9b7339f",
                "md5": "b2ca95c21f4cfbf2e8c16816de1d14db",
                "sha256": "f38c00df16268f5dd3f1e5c4f6f2fbced748bb499eecff270a82c17c2873dc6b"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b2ca95c21f4cfbf2e8c16816de1d14db",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 594364,
            "upload_time": "2024-04-26T08:33:30",
            "upload_time_iso_8601": "2024-04-26T08:33:30.156551Z",
            "url": "https://files.pythonhosted.org/packages/be/97/c86457159fad297064955bdb2aea830b7564f7260677361a5140d9b7339f/pyromark-0.3.2-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b42ea7fad36a60196a0230c24fe71b5dbe9e1138ca7ff119cc580b76356b3457",
                "md5": "80103988a4d1b9c6d6c00f8daeff2bc9",
                "sha256": "d5d1c513acdb42e142a3f342f6648b2423a416e32d37e156c064fab4297f3bea"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "80103988a4d1b9c6d6c00f8daeff2bc9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 522839,
            "upload_time": "2024-04-26T08:34:11",
            "upload_time_iso_8601": "2024-04-26T08:34:11.138728Z",
            "url": "https://files.pythonhosted.org/packages/b4/2e/a7fad36a60196a0230c24fe71b5dbe9e1138ca7ff119cc580b76356b3457/pyromark-0.3.2-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8f0693ed45b2d315a81c4fe2d74fbccd0fa957522c3c039fe74e65be8661af0",
                "md5": "abdab15e66cbefe3fb16d7e2883d09ec",
                "sha256": "4be7cfe3f09bdac6cebb64111dff842debcb4c8b4f054291f7cd056f846d52c3"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "abdab15e66cbefe3fb16d7e2883d09ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 519786,
            "upload_time": "2024-04-26T08:35:54",
            "upload_time_iso_8601": "2024-04-26T08:35:54.243705Z",
            "url": "https://files.pythonhosted.org/packages/e8/f0/693ed45b2d315a81c4fe2d74fbccd0fa957522c3c039fe74e65be8661af0/pyromark-0.3.2-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c5a23d6a6066c8e28b803c488a74b90bdc599a7fa79f24d05317ac7c6fe492a2",
                "md5": "7ad409920cec4617a56bee3572472e69",
                "sha256": "8050aa16e04c77ca72a0b901ef9c8481d6ed6ee999f990b9a016c6305aefbfdc"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "7ad409920cec4617a56bee3572472e69",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 234981,
            "upload_time": "2024-04-26T08:36:59",
            "upload_time_iso_8601": "2024-04-26T08:36:59.760813Z",
            "url": "https://files.pythonhosted.org/packages/c5/a2/3d6a6066c8e28b803c488a74b90bdc599a7fa79f24d05317ac7c6fe492a2/pyromark-0.3.2-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "42b819ad32082e6fe254911f724f239fdf7908d223a331712cadff7d81b14669",
                "md5": "1cf9a7f90bc17f240e3f8ed1ceb53dbb",
                "sha256": "4daa68879a8e5121c9ca61f1d05c3b7d8bf0a57c151bc5ba5a3d13951f53ce34"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1cf9a7f90bc17f240e3f8ed1ceb53dbb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 243433,
            "upload_time": "2024-04-26T08:37:13",
            "upload_time_iso_8601": "2024-04-26T08:37:13.748128Z",
            "url": "https://files.pythonhosted.org/packages/42/b8/19ad32082e6fe254911f724f239fdf7908d223a331712cadff7d81b14669/pyromark-0.3.2-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "21ebafc173883c517d1838107533c3d51dd3fcc96ed322679153b4938f1af9ed",
                "md5": "4bdf627e55b4d4067edff7eea1a09761",
                "sha256": "c66d6af004882cff83456d83380199eac9a7247cbcba15f9876470caf3cc437b"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4bdf627e55b4d4067edff7eea1a09761",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 308312,
            "upload_time": "2024-04-26T08:36:39",
            "upload_time_iso_8601": "2024-04-26T08:36:39.245020Z",
            "url": "https://files.pythonhosted.org/packages/21/eb/afc173883c517d1838107533c3d51dd3fcc96ed322679153b4938f1af9ed/pyromark-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "39d565bef68f614d506c55dbb64bc4e6490b94924181747cbf0dfd1ad3a5385f",
                "md5": "eb2075a9fe20735651d1b4b744d97ea2",
                "sha256": "ac014e8ee0bffb964caffd4c73fd2f9d3e109145dc0035f577a69948cbce69af"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "eb2075a9fe20735651d1b4b744d97ea2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 294761,
            "upload_time": "2024-04-26T08:36:17",
            "upload_time_iso_8601": "2024-04-26T08:36:17.884720Z",
            "url": "https://files.pythonhosted.org/packages/39/d5/65bef68f614d506c55dbb64bc4e6490b94924181747cbf0dfd1ad3a5385f/pyromark-0.3.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a7b9b50856d0ea370855ed536dbbd772ac27a52e75e965c619dde512f1c5a602",
                "md5": "180c421bd6f476e70c7bf89ec86dd9b5",
                "sha256": "87d7a5917a088584af71f507122f10f973c6f1ec399c12fe725fd237a9b5804d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "180c421bd6f476e70c7bf89ec86dd9b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 332355,
            "upload_time": "2024-04-26T08:32:26",
            "upload_time_iso_8601": "2024-04-26T08:32:26.564602Z",
            "url": "https://files.pythonhosted.org/packages/a7/b9/b50856d0ea370855ed536dbbd772ac27a52e75e965c619dde512f1c5a602/pyromark-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "80f8e52a3ed8c555236a5182dd74896edb351358a52dad3d76c8f47acc812e9f",
                "md5": "0cdec7b235c9f23aef9a9510937cc6cd",
                "sha256": "eea23896d7838e7d9538b7af31e9e50d4d6d1dafef0717748a092a0196420cfe"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "0cdec7b235c9f23aef9a9510937cc6cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 330434,
            "upload_time": "2024-04-26T08:33:09",
            "upload_time_iso_8601": "2024-04-26T08:33:09.953506Z",
            "url": "https://files.pythonhosted.org/packages/80/f8/e52a3ed8c555236a5182dd74896edb351358a52dad3d76c8f47acc812e9f/pyromark-0.3.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "10146b21083a38b163704a2db856b6cc05ed8667fa30c4eaaafb039e95ee43a8",
                "md5": "4409f03365ba890d3200233f77461a2c",
                "sha256": "b8616cc5fe119252120139c6bb215e1abbd2c996685a2a70e71f27ecefc65eb5"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "4409f03365ba890d3200233f77461a2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 371593,
            "upload_time": "2024-04-26T08:34:53",
            "upload_time_iso_8601": "2024-04-26T08:34:53.871579Z",
            "url": "https://files.pythonhosted.org/packages/10/14/6b21083a38b163704a2db856b6cc05ed8667fa30c4eaaafb039e95ee43a8/pyromark-0.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "518e0f5a832d960bbbcbc62f7dcc4f3db5fbc9bbe9aa9222b8d74dec01404e57",
                "md5": "5d0842fc7d2995372145bb9a6e1b7e29",
                "sha256": "818d58b8579a4df460eb5af2880318ffb83a94f263254b98b01257baade9c51c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "5d0842fc7d2995372145bb9a6e1b7e29",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 381451,
            "upload_time": "2024-04-26T08:34:34",
            "upload_time_iso_8601": "2024-04-26T08:34:34.165334Z",
            "url": "https://files.pythonhosted.org/packages/51/8e/0f5a832d960bbbcbc62f7dcc4f3db5fbc9bbe9aa9222b8d74dec01404e57/pyromark-0.3.2-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0e3a9575178a2a7816ded13c1e9a806e33d1509dbfb50dda2896f1a91712e48b",
                "md5": "7115b830a1a104f7dab3a6e119d0e8b3",
                "sha256": "10b9633e329e4511a87ec2ceb06dd2c7f26a4759cfe58fc07eaf9e6856c09f90"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "7115b830a1a104f7dab3a6e119d0e8b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 530206,
            "upload_time": "2024-04-26T08:35:14",
            "upload_time_iso_8601": "2024-04-26T08:35:14.148307Z",
            "url": "https://files.pythonhosted.org/packages/0e/3a/9575178a2a7816ded13c1e9a806e33d1509dbfb50dda2896f1a91712e48b/pyromark-0.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "67cb83be39ab9c08d76983ecf83a095f3ae3c59a17f8210be0437ca51c599350",
                "md5": "98e3e28765c93831d80d6573b5e00d2b",
                "sha256": "e30550a8f670d4cdfa8c86301acf28c47472261d455d50b2006e5314a3fc135c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "98e3e28765c93831d80d6573b5e00d2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 348131,
            "upload_time": "2024-04-26T08:35:34",
            "upload_time_iso_8601": "2024-04-26T08:35:34.298500Z",
            "url": "https://files.pythonhosted.org/packages/67/cb/83be39ab9c08d76983ecf83a095f3ae3c59a17f8210be0437ca51c599350/pyromark-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "393d5dc9d69c056dce5843a1f4d9c019cd7df3c83f5a996c3a84cea6930d1143",
                "md5": "d3ad7f86ae86efd2ef976797fa0f1a2b",
                "sha256": "94a805d8ce637e82bb7f78a88d6c0d75b25a40dcd127146a128a632c2b3eeb33"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "d3ad7f86ae86efd2ef976797fa0f1a2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 345764,
            "upload_time": "2024-04-26T08:33:53",
            "upload_time_iso_8601": "2024-04-26T08:33:53.006278Z",
            "url": "https://files.pythonhosted.org/packages/39/3d/5dc9d69c056dce5843a1f4d9c019cd7df3c83f5a996c3a84cea6930d1143/pyromark-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7a9b66e58207d0d9e42510bfdd4411e7ee96ed5b702ee9b60c0607304a36cb48",
                "md5": "702c9fc566e1551fd0552e2f8d405543",
                "sha256": "7f2a6740d24b4af1d87c7548ef5825dcc2c9e06ced42c5dac6a8389789e99d4d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "702c9fc566e1551fd0552e2f8d405543",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 512980,
            "upload_time": "2024-04-26T08:32:49",
            "upload_time_iso_8601": "2024-04-26T08:32:49.054245Z",
            "url": "https://files.pythonhosted.org/packages/7a/9b/66e58207d0d9e42510bfdd4411e7ee96ed5b702ee9b60c0607304a36cb48/pyromark-0.3.2-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "daf89572bf7652cb6585dd284a27baa9647ef6366953d3f4dc4087c34f60ec2f",
                "md5": "a5f56b75b2f4bc4f10b54f0113e550c8",
                "sha256": "7b51821021d4d20fea0a4b9cd8af02c507216cc5da1e5e491a1f7c1b4956cba6"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a5f56b75b2f4bc4f10b54f0113e550c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 593726,
            "upload_time": "2024-04-26T08:33:32",
            "upload_time_iso_8601": "2024-04-26T08:33:32.134639Z",
            "url": "https://files.pythonhosted.org/packages/da/f8/9572bf7652cb6585dd284a27baa9647ef6366953d3f4dc4087c34f60ec2f/pyromark-0.3.2-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6b7e394b1cf87d4dde5885ae68c9e7325f13ea166a300cce9c9ba9ecfd7cfc6f",
                "md5": "5f6d4de6c706f4ecbe8ca4e3599ddeea",
                "sha256": "13b3c6ebef017e5f0bbf06fe465ce5b9a03f012d9f3b2e039436b3975416a3ef"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "5f6d4de6c706f4ecbe8ca4e3599ddeea",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 522752,
            "upload_time": "2024-04-26T08:34:13",
            "upload_time_iso_8601": "2024-04-26T08:34:13.008286Z",
            "url": "https://files.pythonhosted.org/packages/6b/7e/394b1cf87d4dde5885ae68c9e7325f13ea166a300cce9c9ba9ecfd7cfc6f/pyromark-0.3.2-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b0ea4cdc80535e2a7dfdb8cbc490290299c67d0adda8d10db7053731ddd7d202",
                "md5": "d49ea803aa1086235e8c16ac81b48d42",
                "sha256": "cc4817b030869267b4fbc2a00f0c0d894d7a1e74dfb9845baec9496b5c92e612"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d49ea803aa1086235e8c16ac81b48d42",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 519442,
            "upload_time": "2024-04-26T08:35:56",
            "upload_time_iso_8601": "2024-04-26T08:35:56.610138Z",
            "url": "https://files.pythonhosted.org/packages/b0/ea/4cdc80535e2a7dfdb8cbc490290299c67d0adda8d10db7053731ddd7d202/pyromark-0.3.2-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "430a0181751683a278eaa0590ba23df4d0d9ca18ffffae6ff3ac351e0f01e4ab",
                "md5": "f4d583b46de859c2eaca69176591253a",
                "sha256": "8b7088fea5d505807db946645f0957fd7c9a4a7360a919d3251f73d22c543b9d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "f4d583b46de859c2eaca69176591253a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 235360,
            "upload_time": "2024-04-26T08:37:01",
            "upload_time_iso_8601": "2024-04-26T08:37:01.627698Z",
            "url": "https://files.pythonhosted.org/packages/43/0a/0181751683a278eaa0590ba23df4d0d9ca18ffffae6ff3ac351e0f01e4ab/pyromark-0.3.2-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8af14edb868dd358648879b0d59b55b8beb3fb6c275120f5c5e8582b03264566",
                "md5": "0c58664e7f785d04a6263fea1c6a3fb3",
                "sha256": "2cffee2b3e4c71f3dbcb6063ad892b84725e607c8da7353d9ee05b646c37bbbb"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0c58664e7f785d04a6263fea1c6a3fb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 243633,
            "upload_time": "2024-04-26T08:37:15",
            "upload_time_iso_8601": "2024-04-26T08:37:15.559638Z",
            "url": "https://files.pythonhosted.org/packages/8a/f1/4edb868dd358648879b0d59b55b8beb3fb6c275120f5c5e8582b03264566/pyromark-0.3.2-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4afe92a4203f80e970b575c8e95f353b57dc433b4d21d62f96406e04eb69d5e0",
                "md5": "5efa83cd749d594fbf6f9ae200795ace",
                "sha256": "85baf8fd200a83b34a6824e7dcaf0532468d6787d4319f06ade38266b7d775e3"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-cp37m-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5efa83cd749d594fbf6f9ae200795ace",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 309233,
            "upload_time": "2024-04-26T08:36:41",
            "upload_time_iso_8601": "2024-04-26T08:36:41.159518Z",
            "url": "https://files.pythonhosted.org/packages/4a/fe/92a4203f80e970b575c8e95f353b57dc433b4d21d62f96406e04eb69d5e0/pyromark-0.3.2-cp37-cp37m-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a326e4437de9ff2fa506276a90aa07ed7e9c37c6316a363761150f9a1185f471",
                "md5": "966ba1e29ae28d5b815285d140e76ae4",
                "sha256": "c5a701a31242d138383bb5a5edf3e346e47eccbcb5ac052ea039a5b59a43e043"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-cp37m-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "966ba1e29ae28d5b815285d140e76ae4",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 295583,
            "upload_time": "2024-04-26T08:36:19",
            "upload_time_iso_8601": "2024-04-26T08:36:19.822824Z",
            "url": "https://files.pythonhosted.org/packages/a3/26/e4437de9ff2fa506276a90aa07ed7e9c37c6316a363761150f9a1185f471/pyromark-0.3.2-cp37-cp37m-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bcc313cd104b68303baa62e51828320b877d50933f08e370dd516b4eea95b631",
                "md5": "9283ff5492a6a11954c7af345ea74176",
                "sha256": "393c12d93f4ed5de470c3b300e82b59ca646ba30a715162aeb9496d7d2809412"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9283ff5492a6a11954c7af345ea74176",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 333519,
            "upload_time": "2024-04-26T08:32:28",
            "upload_time_iso_8601": "2024-04-26T08:32:28.891823Z",
            "url": "https://files.pythonhosted.org/packages/bc/c3/13cd104b68303baa62e51828320b877d50933f08e370dd516b4eea95b631/pyromark-0.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "12c9bc8f3242b924b0ead2b9551d1fb9c45b57e58f7c9bfe3781eebc91f28da1",
                "md5": "f937dc634da262c47f10ef45670a8f2e",
                "sha256": "9fba543d2e17fdb17d1800e58d6ca8c943e7b685edf759f5bcdfc71340dd6261"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f937dc634da262c47f10ef45670a8f2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 331836,
            "upload_time": "2024-04-26T08:33:12",
            "upload_time_iso_8601": "2024-04-26T08:33:12.572692Z",
            "url": "https://files.pythonhosted.org/packages/12/c9/bc8f3242b924b0ead2b9551d1fb9c45b57e58f7c9bfe3781eebc91f28da1/pyromark-0.3.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fc41a236870f8cd0a6d9bd0f58220f918771dca40635f27ca99cc80f7b80115b",
                "md5": "8896fb16c15ad14e9a81979d2281d33d",
                "sha256": "d5449605a1e5317acf829fe6c4a2cb42b31b357d19a1ea54d9fbc3cf6b3d3733"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8896fb16c15ad14e9a81979d2281d33d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 372193,
            "upload_time": "2024-04-26T08:34:55",
            "upload_time_iso_8601": "2024-04-26T08:34:55.564593Z",
            "url": "https://files.pythonhosted.org/packages/fc/41/a236870f8cd0a6d9bd0f58220f918771dca40635f27ca99cc80f7b80115b/pyromark-0.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d0f7fb29c48cbf246a5fe774922ae46b4d0a42be5a1cbba45be8e13a98973c33",
                "md5": "2a92e0b0fd644c600bd21d742fcca39b",
                "sha256": "83829b185408a1e9a1a4bd42f76bbbbb2ab81c771725bdc600b08362bd1902f1"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-cp37m-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "2a92e0b0fd644c600bd21d742fcca39b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 382311,
            "upload_time": "2024-04-26T08:34:36",
            "upload_time_iso_8601": "2024-04-26T08:34:36.382924Z",
            "url": "https://files.pythonhosted.org/packages/d0/f7/fb29c48cbf246a5fe774922ae46b4d0a42be5a1cbba45be8e13a98973c33/pyromark-0.3.2-cp37-cp37m-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aa39314be2efe37b1751910c14e662523839b1ef24264969ef749c007b458616",
                "md5": "e0d3a75b7f7f9a5f747bd54bf42a8934",
                "sha256": "943ecabda0926099eb613bf69236672edfdc6b1918ca2b3f182b1ba343328fbf"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "e0d3a75b7f7f9a5f747bd54bf42a8934",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 512198,
            "upload_time": "2024-04-26T08:35:16",
            "upload_time_iso_8601": "2024-04-26T08:35:16.184099Z",
            "url": "https://files.pythonhosted.org/packages/aa/39/314be2efe37b1751910c14e662523839b1ef24264969ef749c007b458616/pyromark-0.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "75dfd05d3f1b5c2fa21f1be629b2c6020e086608793a6b24f0016b5fca5df687",
                "md5": "07fd0ad19033e6ee225ad9b6eae10090",
                "sha256": "26e4ca2801cca18e4b8ae7afff01a12945d8ba1098e1f3a3a4b68915403d0528"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "07fd0ad19033e6ee225ad9b6eae10090",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 349008,
            "upload_time": "2024-04-26T08:35:37",
            "upload_time_iso_8601": "2024-04-26T08:35:37.268360Z",
            "url": "https://files.pythonhosted.org/packages/75/df/d05d3f1b5c2fa21f1be629b2c6020e086608793a6b24f0016b5fca5df687/pyromark-0.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "365888341a6d7beb5e26d792400006d9d6151673e2dc7b098d58775799c4481c",
                "md5": "9a459b7d55abdb66e2c4f4a81b7f65c2",
                "sha256": "f26f05e059778478653b3ad155cc10194d440d8f542a3fe453a6c03a11a380b1"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "9a459b7d55abdb66e2c4f4a81b7f65c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 345953,
            "upload_time": "2024-04-26T08:33:54",
            "upload_time_iso_8601": "2024-04-26T08:33:54.780893Z",
            "url": "https://files.pythonhosted.org/packages/36/58/88341a6d7beb5e26d792400006d9d6151673e2dc7b098d58775799c4481c/pyromark-0.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "84a69853c0301eef3e7c2d7809767195774c91c55e003729c08a9e570fc9834a",
                "md5": "ea955397b313fe58bc0ed7f8dec746ae",
                "sha256": "6fac20d6b45394903d28c51210eec7f845422256fe63490c0fc9b0f943eb7f22"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-cp37m-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ea955397b313fe58bc0ed7f8dec746ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 514136,
            "upload_time": "2024-04-26T08:32:51",
            "upload_time_iso_8601": "2024-04-26T08:32:51.664783Z",
            "url": "https://files.pythonhosted.org/packages/84/a6/9853c0301eef3e7c2d7809767195774c91c55e003729c08a9e570fc9834a/pyromark-0.3.2-cp37-cp37m-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b5cdcd15504eacedbcb81d524910519bf5f822f55d620c4f2aafe95ca2e2e33e",
                "md5": "2fcd6d11af144526503bbce9781e34d8",
                "sha256": "7c4b2d7877b5807443cc8b4aa13d6f064ce4cce09205f1cb9139a4ce5ef3d00d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-cp37m-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2fcd6d11af144526503bbce9781e34d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 595178,
            "upload_time": "2024-04-26T08:33:34",
            "upload_time_iso_8601": "2024-04-26T08:33:34.356442Z",
            "url": "https://files.pythonhosted.org/packages/b5/cd/cd15504eacedbcb81d524910519bf5f822f55d620c4f2aafe95ca2e2e33e/pyromark-0.3.2-cp37-cp37m-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "10741dd8f7242b17ffa43f67c9319dc5f499d87b0f5cbbb7f0dc73d330eafc09",
                "md5": "8008038c14df1976bead8d361b6486e9",
                "sha256": "244de728a03929598cd271ffa589544ff9f61e847d61231627498702ca6f948d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-cp37m-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "8008038c14df1976bead8d361b6486e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 523227,
            "upload_time": "2024-04-26T08:34:15",
            "upload_time_iso_8601": "2024-04-26T08:34:15.344352Z",
            "url": "https://files.pythonhosted.org/packages/10/74/1dd8f7242b17ffa43f67c9319dc5f499d87b0f5cbbb7f0dc73d330eafc09/pyromark-0.3.2-cp37-cp37m-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "132260e6970b9340fee24b5b8bd273a9344f7b69d8127f98adadba96543cf2c2",
                "md5": "da643db1506ddc38f1a2f8105b4e1525",
                "sha256": "886826c7819ac82e7d2a4d18efa29a48a581a4e969bf6258929c3c38b1346074"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "da643db1506ddc38f1a2f8105b4e1525",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 520314,
            "upload_time": "2024-04-26T08:35:58",
            "upload_time_iso_8601": "2024-04-26T08:35:58.873411Z",
            "url": "https://files.pythonhosted.org/packages/13/22/60e6970b9340fee24b5b8bd273a9344f7b69d8127f98adadba96543cf2c2/pyromark-0.3.2-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a854ba4da6a7b08d6430ff92e3c2f25324b7604cd929367dd912454c8231e05f",
                "md5": "0f8ab57ecea973986368ae8dbd30102e",
                "sha256": "842688cb7213b69618d676a8cc70fd11b609ec1d3a3d79587518655d152aaace"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-none-win32.whl",
            "has_sig": false,
            "md5_digest": "0f8ab57ecea973986368ae8dbd30102e",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 235241,
            "upload_time": "2024-04-26T08:37:04",
            "upload_time_iso_8601": "2024-04-26T08:37:04.265724Z",
            "url": "https://files.pythonhosted.org/packages/a8/54/ba4da6a7b08d6430ff92e3c2f25324b7604cd929367dd912454c8231e05f/pyromark-0.3.2-cp37-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dcef23dfac5ce6d20720b351629b5de2f9c0720bd7f1b25de60d3dbffa3eb200",
                "md5": "7db9f9b47e0cf8e1a7e7b0e354e9a547",
                "sha256": "00fbf5a81be5ff543911e2fd3931a65bf7db8a5181e8aa7fbaaf4785eab48e75"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp37-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7db9f9b47e0cf8e1a7e7b0e354e9a547",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 243714,
            "upload_time": "2024-04-26T08:37:17",
            "upload_time_iso_8601": "2024-04-26T08:37:17.329600Z",
            "url": "https://files.pythonhosted.org/packages/dc/ef/23dfac5ce6d20720b351629b5de2f9c0720bd7f1b25de60d3dbffa3eb200/pyromark-0.3.2-cp37-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "023ee669859b8c25222ab93eda592de3ec427e659f03596fbdbc2a52cc78a23b",
                "md5": "ff1c745d052cfbc17b48507189418893",
                "sha256": "2608ea2f7886c5f245c1d7e5eb61888e174909d79aabf3ec3aeaadcaf76e5043"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-cp38-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ff1c745d052cfbc17b48507189418893",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 309243,
            "upload_time": "2024-04-26T08:36:43",
            "upload_time_iso_8601": "2024-04-26T08:36:43.339551Z",
            "url": "https://files.pythonhosted.org/packages/02/3e/e669859b8c25222ab93eda592de3ec427e659f03596fbdbc2a52cc78a23b/pyromark-0.3.2-cp38-cp38-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "14a1b37c81740e4f51932a013342bbd30788f06c4ae8a1b45f58edd9a1e8469f",
                "md5": "6f81ca40677ddc087c5602b5792187ac",
                "sha256": "48aa96e64a0ce107c675418ae4b0849d4d873229f7e3fef8a5cb79b928b5b353"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6f81ca40677ddc087c5602b5792187ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 295559,
            "upload_time": "2024-04-26T08:36:21",
            "upload_time_iso_8601": "2024-04-26T08:36:21.813828Z",
            "url": "https://files.pythonhosted.org/packages/14/a1/b37c81740e4f51932a013342bbd30788f06c4ae8a1b45f58edd9a1e8469f/pyromark-0.3.2-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd6f6c037dc0ecf684d925716094c48da6ee4a2fb3c87b2fab24b486278b3415",
                "md5": "37135f46c968b3b3a016103de9c08cda",
                "sha256": "2cad4e7f1a2f704824eee9bc4b16b6b04e6a12e7822378301dd0638765a1ac6c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "37135f46c968b3b3a016103de9c08cda",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 333420,
            "upload_time": "2024-04-26T08:32:30",
            "upload_time_iso_8601": "2024-04-26T08:32:30.863642Z",
            "url": "https://files.pythonhosted.org/packages/bd/6f/6c037dc0ecf684d925716094c48da6ee4a2fb3c87b2fab24b486278b3415/pyromark-0.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aa2bac33c82ef607d78d8722e6cf6915e2926fd4847fb5a709c42ec55b5c7deb",
                "md5": "81c50bf096499b432b8f98f00f4e94de",
                "sha256": "1a1c5f38f6d1b4e4f5903df0499965ec70226c0c26efecc800c34d2c9d0dda77"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "81c50bf096499b432b8f98f00f4e94de",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 331811,
            "upload_time": "2024-04-26T08:33:15",
            "upload_time_iso_8601": "2024-04-26T08:33:15.112093Z",
            "url": "https://files.pythonhosted.org/packages/aa/2b/ac33c82ef607d78d8722e6cf6915e2926fd4847fb5a709c42ec55b5c7deb/pyromark-0.3.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e5a33d90f608212a4015f603726100faa87f4863b695ed0934e860673d5fc5e",
                "md5": "55d06f18d9a00d9dcf8871335eecd884",
                "sha256": "a2c9801338001814fda8fb5eab0d3938abe2b961fa315926708a3427d8cc11cc"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "55d06f18d9a00d9dcf8871335eecd884",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 372151,
            "upload_time": "2024-04-26T08:34:58",
            "upload_time_iso_8601": "2024-04-26T08:34:58.112266Z",
            "url": "https://files.pythonhosted.org/packages/5e/5a/33d90f608212a4015f603726100faa87f4863b695ed0934e860673d5fc5e/pyromark-0.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf4c168fa95f737f3cbe7a1f9001d546e615841372ab3fa0c4dc983786415719",
                "md5": "d9a47123f3188948165b0bc28ff6a4cb",
                "sha256": "e39304ba14f1f9c885962aa99631beb4b38635ab50fea87ec41afb0425446d05"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-cp38-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "d9a47123f3188948165b0bc28ff6a4cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 382914,
            "upload_time": "2024-04-26T08:34:38",
            "upload_time_iso_8601": "2024-04-26T08:34:38.127451Z",
            "url": "https://files.pythonhosted.org/packages/bf/4c/168fa95f737f3cbe7a1f9001d546e615841372ab3fa0c4dc983786415719/pyromark-0.3.2-cp38-cp38-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e11c86e5909426b8f0c82a74e82d5e7c71dae03e4160e89b35a3e5ce78cfc6f3",
                "md5": "288ae9db3bc2e57dc3974695eb7543fa",
                "sha256": "49786dccf4f3c23e3fe5e8f23c630819b5b2e4ae341b39321376b716513e1b8c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "288ae9db3bc2e57dc3974695eb7543fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 512702,
            "upload_time": "2024-04-26T08:35:18",
            "upload_time_iso_8601": "2024-04-26T08:35:18.799854Z",
            "url": "https://files.pythonhosted.org/packages/e1/1c/86e5909426b8f0c82a74e82d5e7c71dae03e4160e89b35a3e5ce78cfc6f3/pyromark-0.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a96083ce401445710b1c39f065d8e72d0bb202603acb6124602a8663de0e8e58",
                "md5": "d36b6c0102b4897036d61490b6c577a9",
                "sha256": "ee26fa215153f66a5f95680127e5b73117f131764936275f091778987aec2445"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d36b6c0102b4897036d61490b6c577a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 349019,
            "upload_time": "2024-04-26T08:35:39",
            "upload_time_iso_8601": "2024-04-26T08:35:39.608240Z",
            "url": "https://files.pythonhosted.org/packages/a9/60/83ce401445710b1c39f065d8e72d0bb202603acb6124602a8663de0e8e58/pyromark-0.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "97d813538573902ca4e17335f09b778cb846c050a302e9046c8cabf68501f359",
                "md5": "55727dace33902358287df63dec15beb",
                "sha256": "ea4d6996bd955e9f0a67d6cbbcacd7ec91c79e3893813c6744a91c9de93f615b"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "55727dace33902358287df63dec15beb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 345913,
            "upload_time": "2024-04-26T08:33:56",
            "upload_time_iso_8601": "2024-04-26T08:33:56.695865Z",
            "url": "https://files.pythonhosted.org/packages/97/d8/13538573902ca4e17335f09b778cb846c050a302e9046c8cabf68501f359/pyromark-0.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "92af153e85dac9d297ea23736a386aab8d0824cf43d9ade6e6d4f6ea872bd229",
                "md5": "4b9e1ce50dcb1fc90b8d773ac2cca22a",
                "sha256": "aa8faba544dedc40e4f3ba2887ef3ab677270ba81421f31f78684359103a2a6b"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4b9e1ce50dcb1fc90b8d773ac2cca22a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 514102,
            "upload_time": "2024-04-26T08:32:53",
            "upload_time_iso_8601": "2024-04-26T08:32:53.567849Z",
            "url": "https://files.pythonhosted.org/packages/92/af/153e85dac9d297ea23736a386aab8d0824cf43d9ade6e6d4f6ea872bd229/pyromark-0.3.2-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cb2a352f9ba97f7a9d7221c3245e9a6dd5a840332613afd56525c0b250156a7a",
                "md5": "cd17fe0eed81d686c267b82d5221b6b6",
                "sha256": "f928730cb4136e8bcd187ecf59debdd0fed48becb17f1b1e3b5e4273c6b1caa6"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-cp38-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "cd17fe0eed81d686c267b82d5221b6b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 595131,
            "upload_time": "2024-04-26T08:33:36",
            "upload_time_iso_8601": "2024-04-26T08:33:36.813888Z",
            "url": "https://files.pythonhosted.org/packages/cb/2a/352f9ba97f7a9d7221c3245e9a6dd5a840332613afd56525c0b250156a7a/pyromark-0.3.2-cp38-cp38-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "69e1c471fbae3c268d1c2bad38296332b86bf11ad75876e443c8ebb8cf8a8e28",
                "md5": "4eb7f47ab513549ecb8488e794408d2b",
                "sha256": "639dfe5d2af9e48bc0e407152d871fbd7194e321f3c7772212aa9d6f61f1abc4"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "4eb7f47ab513549ecb8488e794408d2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 523182,
            "upload_time": "2024-04-26T08:34:17",
            "upload_time_iso_8601": "2024-04-26T08:34:17.199914Z",
            "url": "https://files.pythonhosted.org/packages/69/e1/c471fbae3c268d1c2bad38296332b86bf11ad75876e443c8ebb8cf8a8e28/pyromark-0.3.2-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "064fae1626689d18513f0403e55c5a1e2c9ea99d5a3fcbca346fbcdffcd90d85",
                "md5": "6b7d27a3878e1161e9e30a5714ab0655",
                "sha256": "e3487713f1c1ce0ff1d38080ff971b35e5aa2beabdb1d489172602b2583a3518"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6b7d27a3878e1161e9e30a5714ab0655",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 520327,
            "upload_time": "2024-04-26T08:36:01",
            "upload_time_iso_8601": "2024-04-26T08:36:01.345839Z",
            "url": "https://files.pythonhosted.org/packages/06/4f/ae1626689d18513f0403e55c5a1e2c9ea99d5a3fcbca346fbcdffcd90d85/pyromark-0.3.2-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1984c76277ae8839d970a2e0bbd359404a3391123a0726c42323ad0de3b4b8f9",
                "md5": "380aa715cb43a134022ab12c0146fb81",
                "sha256": "c5aaeb766064a7202fd81b6bfb432ade57863d545263f48638ab4ee8e05bac4a"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "380aa715cb43a134022ab12c0146fb81",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 235214,
            "upload_time": "2024-04-26T08:37:06",
            "upload_time_iso_8601": "2024-04-26T08:37:06.052047Z",
            "url": "https://files.pythonhosted.org/packages/19/84/c76277ae8839d970a2e0bbd359404a3391123a0726c42323ad0de3b4b8f9/pyromark-0.3.2-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4a797fb559a7f33c6a42e98c496ec34c9f6175087d51aca26171eed120a3941d",
                "md5": "b0b27add41ece4359951672cbd3b01b5",
                "sha256": "39bacc4f609a7bfe4b36d473dc2a8db0315d7e248b97165f437423e48e003743"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b0b27add41ece4359951672cbd3b01b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 243762,
            "upload_time": "2024-04-26T08:37:19",
            "upload_time_iso_8601": "2024-04-26T08:37:19.120232Z",
            "url": "https://files.pythonhosted.org/packages/4a/79/7fb559a7f33c6a42e98c496ec34c9f6175087d51aca26171eed120a3941d/pyromark-0.3.2-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d52c43b167e6fea7a0189c7218da623f229182dddbcec54f5387816ed7dec5bd",
                "md5": "baf738b514cd493107e090edb4dc190b",
                "sha256": "26f4f35ea621d8c9cb11ea4657d834dd69629ef7a7a443fad7b673a097dd6d0d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "baf738b514cd493107e090edb4dc190b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 309233,
            "upload_time": "2024-04-26T08:36:45",
            "upload_time_iso_8601": "2024-04-26T08:36:45.619541Z",
            "url": "https://files.pythonhosted.org/packages/d5/2c/43b167e6fea7a0189c7218da623f229182dddbcec54f5387816ed7dec5bd/pyromark-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30c5a80bc4edba36303cc8d929275cca159df2b7961bb32828ffc886d7099a62",
                "md5": "7df72d8ec87b06c2355895bde2c63ef9",
                "sha256": "3c68f912ef278380cf792f317f86896ab984fb8c82e08f5a9eb370b24fe5c514"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7df72d8ec87b06c2355895bde2c63ef9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 295542,
            "upload_time": "2024-04-26T08:36:23",
            "upload_time_iso_8601": "2024-04-26T08:36:23.597510Z",
            "url": "https://files.pythonhosted.org/packages/30/c5/a80bc4edba36303cc8d929275cca159df2b7961bb32828ffc886d7099a62/pyromark-0.3.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bc4c30ca9d23c179756860a964cec3afab743dd96cc66ce58de42a394a4430b6",
                "md5": "6166ee848cb3732a396df8650a5e81ef",
                "sha256": "269ed1a62e230406ddb97b125d8866d8217e2b89d5a56554e573ba8f7158a5d2"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6166ee848cb3732a396df8650a5e81ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 333261,
            "upload_time": "2024-04-26T08:32:32",
            "upload_time_iso_8601": "2024-04-26T08:32:32.996795Z",
            "url": "https://files.pythonhosted.org/packages/bc/4c/30ca9d23c179756860a964cec3afab743dd96cc66ce58de42a394a4430b6/pyromark-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15889779c25958c754f8b019e531e23528d7ad2a77996c069616200e0e05fc57",
                "md5": "18fea8d5dab57be4cadba8e891fe2844",
                "sha256": "e663a90cb806d7e01e51f49c91e7352647bc26f127c435b0d8159a526860c550"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "18fea8d5dab57be4cadba8e891fe2844",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 331040,
            "upload_time": "2024-04-26T08:33:17",
            "upload_time_iso_8601": "2024-04-26T08:33:17.343228Z",
            "url": "https://files.pythonhosted.org/packages/15/88/9779c25958c754f8b019e531e23528d7ad2a77996c069616200e0e05fc57/pyromark-0.3.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f563f06dfb1fcc2b408da20c30c73b43c3e1a8cb043e50284449af4ddaaef5d",
                "md5": "f2d353c41d016d7d9d387906eac910fc",
                "sha256": "fc3243aa86e172141e533cd2e6a665afec7a90ad7c66db5f3c347c9c0f3283a3"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f2d353c41d016d7d9d387906eac910fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 372001,
            "upload_time": "2024-04-26T08:34:59",
            "upload_time_iso_8601": "2024-04-26T08:34:59.843367Z",
            "url": "https://files.pythonhosted.org/packages/1f/56/3f06dfb1fcc2b408da20c30c73b43c3e1a8cb043e50284449af4ddaaef5d/pyromark-0.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1fc584ed2dfd9b8f9acf65290e384ff3e4062cb0d8c5d314acdfa80a5932d1ee",
                "md5": "db288449aa7f791defa58fe0c05d08be",
                "sha256": "d49beb5abfd8b52384fc5815b2b7528a0b4988514fbf712e16619ef98a98fc28"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-cp39-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "db288449aa7f791defa58fe0c05d08be",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 382699,
            "upload_time": "2024-04-26T08:34:40",
            "upload_time_iso_8601": "2024-04-26T08:34:40.267963Z",
            "url": "https://files.pythonhosted.org/packages/1f/c5/84ed2dfd9b8f9acf65290e384ff3e4062cb0d8c5d314acdfa80a5932d1ee/pyromark-0.3.2-cp39-cp39-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c1510bdb2bbb745d3239b12b772a68ac8abe327e88de1add8427bf6527aa32bd",
                "md5": "12bfffdc0857d520b96aea087c4e3b2f",
                "sha256": "723d5bebe6978d11f6598f717c4acbcbbbbf1df37d2ce958c0f38f47e8ab6ea7"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "12bfffdc0857d520b96aea087c4e3b2f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 512657,
            "upload_time": "2024-04-26T08:35:20",
            "upload_time_iso_8601": "2024-04-26T08:35:20.945982Z",
            "url": "https://files.pythonhosted.org/packages/c1/51/0bdb2bbb745d3239b12b772a68ac8abe327e88de1add8427bf6527aa32bd/pyromark-0.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1aa20962beb7838d850d4f65d7fdff9fbbe26bfadcd9bc3c89a76303948ac084",
                "md5": "a152cadcb956a4c0b8356cc5fbda01b1",
                "sha256": "83bc78fcd02043e4ff7542e60cdfd1833c11e91dc3f22516cb2e46d71430e69c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a152cadcb956a4c0b8356cc5fbda01b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 348842,
            "upload_time": "2024-04-26T08:35:41",
            "upload_time_iso_8601": "2024-04-26T08:35:41.614931Z",
            "url": "https://files.pythonhosted.org/packages/1a/a2/0962beb7838d850d4f65d7fdff9fbbe26bfadcd9bc3c89a76303948ac084/pyromark-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "193e34adcd38cb5979c580326b1c3bb75401ed137ff1c7899b8affd4d34f553b",
                "md5": "b322a12cc411d26b7ad6b7955c5b89e6",
                "sha256": "8143476de2d229f5a827b7a4ff80adc4b941408fe5cc9e694fc43afbe27b7aab"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "b322a12cc411d26b7ad6b7955c5b89e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 345857,
            "upload_time": "2024-04-26T08:33:58",
            "upload_time_iso_8601": "2024-04-26T08:33:58.298891Z",
            "url": "https://files.pythonhosted.org/packages/19/3e/34adcd38cb5979c580326b1c3bb75401ed137ff1c7899b8affd4d34f553b/pyromark-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d8feaac2a77dbf9ce34bfe4767bd27bb7825b57e98d87f5461193ebea173ee86",
                "md5": "4f8518bda977df08d2ccde2c0f99a826",
                "sha256": "11b9b538c3d387ce41af72b4f810b79ae3e8b10839022a74a7d15017507e9eb7"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4f8518bda977df08d2ccde2c0f99a826",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 514065,
            "upload_time": "2024-04-26T08:32:55",
            "upload_time_iso_8601": "2024-04-26T08:32:55.501097Z",
            "url": "https://files.pythonhosted.org/packages/d8/fe/aac2a77dbf9ce34bfe4767bd27bb7825b57e98d87f5461193ebea173ee86/pyromark-0.3.2-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8768e59ac5cd8fab26d6459dc789832708e29774d9dd12e93ee167c17bf03cca",
                "md5": "48430a26bc2cdeb4184ae697fe505248",
                "sha256": "b9253333184e474cc8d938ff79634e6c3831ab2864a3ad43decaed7e5d1c830f"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "48430a26bc2cdeb4184ae697fe505248",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 594384,
            "upload_time": "2024-04-26T08:33:39",
            "upload_time_iso_8601": "2024-04-26T08:33:39.472528Z",
            "url": "https://files.pythonhosted.org/packages/87/68/e59ac5cd8fab26d6459dc789832708e29774d9dd12e93ee167c17bf03cca/pyromark-0.3.2-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c75290660e87066325b9337d9ed310f4f09a1d96af0d8a9bb49531b672341ddc",
                "md5": "9f14a9050f4a28db9c75ae545ee09c6c",
                "sha256": "46699446e48a4210f75f6abc2ed95051218407284dda67c7d50b3b03601e43eb"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "9f14a9050f4a28db9c75ae545ee09c6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 523137,
            "upload_time": "2024-04-26T08:34:19",
            "upload_time_iso_8601": "2024-04-26T08:34:19.250476Z",
            "url": "https://files.pythonhosted.org/packages/c7/52/90660e87066325b9337d9ed310f4f09a1d96af0d8a9bb49531b672341ddc/pyromark-0.3.2-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "88e25039c4f9854d5ac2e36430c3d1316025dcaf5d505902bdc450533f15e52f",
                "md5": "4942d8016eb5d0b611b0c0d1fc21e2ec",
                "sha256": "f5d78a11d989e044e79522328abcf4547268e97f85069a8ba558411d135f68bb"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4942d8016eb5d0b611b0c0d1fc21e2ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 520147,
            "upload_time": "2024-04-26T08:36:03",
            "upload_time_iso_8601": "2024-04-26T08:36:03.949937Z",
            "url": "https://files.pythonhosted.org/packages/88/e2/5039c4f9854d5ac2e36430c3d1316025dcaf5d505902bdc450533f15e52f/pyromark-0.3.2-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7de2db3d8c81214e4a6994f1753728b59e7a3067d84f01c31823287b34fb5f41",
                "md5": "c196c3bc8146784a98288f382648a5db",
                "sha256": "e256be218fa48303fe519c616ae5659626d8152906142e90bdfca05e3145544b"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "c196c3bc8146784a98288f382648a5db",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 235211,
            "upload_time": "2024-04-26T08:37:08",
            "upload_time_iso_8601": "2024-04-26T08:37:08.343243Z",
            "url": "https://files.pythonhosted.org/packages/7d/e2/db3d8c81214e4a6994f1753728b59e7a3067d84f01c31823287b34fb5f41/pyromark-0.3.2-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b2e3ea8ca3af3c5b0df7a8c4a46db05325756a3ebc17b2be47f7e2c8b13555b0",
                "md5": "96f5a1e17e2e5d8bd4d6d6da5faf99e0",
                "sha256": "32f4ae458d1651a93ccba6257957794278877f7e64a34020bb8666211ea4eab3"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "96f5a1e17e2e5d8bd4d6d6da5faf99e0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 243728,
            "upload_time": "2024-04-26T08:37:20",
            "upload_time_iso_8601": "2024-04-26T08:37:20.987040Z",
            "url": "https://files.pythonhosted.org/packages/b2/e3/ea8ca3af3c5b0df7a8c4a46db05325756a3ebc17b2be47f7e2c8b13555b0/pyromark-0.3.2-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c83ca52e1d964652e511fb89d6a3ead89e2dbeb2d0d940078ed36f71511d12d3",
                "md5": "b9c3a7d2e0fd7be344a0713f705ceb83",
                "sha256": "6bfe9b5dbbf116d3cc6969495c359d0761e35592421b04d385eea09e451c1d96"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b9c3a7d2e0fd7be344a0713f705ceb83",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 308857,
            "upload_time": "2024-04-26T08:36:47",
            "upload_time_iso_8601": "2024-04-26T08:36:47.289920Z",
            "url": "https://files.pythonhosted.org/packages/c8/3c/a52e1d964652e511fb89d6a3ead89e2dbeb2d0d940078ed36f71511d12d3/pyromark-0.3.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f97147d6e7d480f1f3992f8ba75c44881b033d1a3d1afd26b5910e1495ecc7b2",
                "md5": "db3af9f7ef3c36c4da355e1b62cb6d53",
                "sha256": "38780cc6f594e45b1feee9d9a038da852c359e63b5b3542d0c3fa2daab2fcefa"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "db3af9f7ef3c36c4da355e1b62cb6d53",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 295224,
            "upload_time": "2024-04-26T08:36:25",
            "upload_time_iso_8601": "2024-04-26T08:36:25.991633Z",
            "url": "https://files.pythonhosted.org/packages/f9/71/47d6e7d480f1f3992f8ba75c44881b033d1a3d1afd26b5910e1495ecc7b2/pyromark-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ff829d295ff0ae1b4a8827c36d982afac9773a09052424749b8bec6c50fa6290",
                "md5": "db80f07e9c8b82b0e1891a7aee6887e7",
                "sha256": "0181cd11b930ee00b27a375139b9438f1dee53fbfb1319f1643185a5008993d2"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "db80f07e9c8b82b0e1891a7aee6887e7",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 332740,
            "upload_time": "2024-04-26T08:32:35",
            "upload_time_iso_8601": "2024-04-26T08:32:35.480255Z",
            "url": "https://files.pythonhosted.org/packages/ff/82/9d295ff0ae1b4a8827c36d982afac9773a09052424749b8bec6c50fa6290/pyromark-0.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6fe738f8e3e591fcb3c88c7a202be9e35df02b5ee4ede13df9cdc97f7ee3f421",
                "md5": "2bd6ba683f7ee1ac1aef845e28a11a3b",
                "sha256": "52494839ef4560681b4e57889ab0adeaace5b39d35161003dc9cd1d5a224798a"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2bd6ba683f7ee1ac1aef845e28a11a3b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 330840,
            "upload_time": "2024-04-26T08:33:18",
            "upload_time_iso_8601": "2024-04-26T08:33:18.966530Z",
            "url": "https://files.pythonhosted.org/packages/6f/e7/38f8e3e591fcb3c88c7a202be9e35df02b5ee4ede13df9cdc97f7ee3f421/pyromark-0.3.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "afe1c4287858d191c462281c4413e32361b55d262f56bea11120da0c0e2dc785",
                "md5": "0707efc603d6feb69b29ad8efdfa029d",
                "sha256": "6288d6b0b06e4caf5d2d4ccd8dcc83dae85b08ab2ae3b53eb0c1184721b9e2b5"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "0707efc603d6feb69b29ad8efdfa029d",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 371489,
            "upload_time": "2024-04-26T08:35:02",
            "upload_time_iso_8601": "2024-04-26T08:35:02.030792Z",
            "url": "https://files.pythonhosted.org/packages/af/e1/c4287858d191c462281c4413e32361b55d262f56bea11120da0c0e2dc785/pyromark-0.3.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "79bc03cf29a38f544e3dcd2a0603fe90827e37edf469b12c34b7cf0095c08c1b",
                "md5": "4efb19655e811da7090e9db4fa42455e",
                "sha256": "58af134185e714a37a6f82d03e217509f2c4e8e954c7a659180b514da1507dbf"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "4efb19655e811da7090e9db4fa42455e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 382258,
            "upload_time": "2024-04-26T08:34:42",
            "upload_time_iso_8601": "2024-04-26T08:34:42.680233Z",
            "url": "https://files.pythonhosted.org/packages/79/bc/03cf29a38f544e3dcd2a0603fe90827e37edf469b12c34b7cf0095c08c1b/pyromark-0.3.2-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d7a92f7b4525dd07f6a1f07acd81b603a9ba40505cee972ba850be0b336b4dbe",
                "md5": "b691b52662b50f8248bb0c4b21851ba2",
                "sha256": "adfff5fc142779dc927d8bcb16b4401ac77c6e7a1d80d9229a3298208f8614eb"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b691b52662b50f8248bb0c4b21851ba2",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 511699,
            "upload_time": "2024-04-26T08:35:23",
            "upload_time_iso_8601": "2024-04-26T08:35:23.028184Z",
            "url": "https://files.pythonhosted.org/packages/d7/a9/2f7b4525dd07f6a1f07acd81b603a9ba40505cee972ba850be0b336b4dbe/pyromark-0.3.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8bbab44bf1f3c0da6c18cac6d9deea20a281e94c2ccd019fb78163d7428cb70",
                "md5": "2cec761bc29d27d3f9163fb008422b86",
                "sha256": "9565a9a537e058dae37bb1fbfa2e1094198a934fb45d29242aba90b8bd412bc8"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2cec761bc29d27d3f9163fb008422b86",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 348389,
            "upload_time": "2024-04-26T08:35:43",
            "upload_time_iso_8601": "2024-04-26T08:35:43.357783Z",
            "url": "https://files.pythonhosted.org/packages/b8/bb/ab44bf1f3c0da6c18cac6d9deea20a281e94c2ccd019fb78163d7428cb70/pyromark-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "86bfed4d37842c505d2c7dfda7f9a918c21d0acc1832055ed4694f7ca594dc37",
                "md5": "2d0bcc435f216c5c79f0698214c2e1b2",
                "sha256": "4e6574bf365d4f0db81cf44f9e9d1e54c589f4f558e14b5849273c8f02befbdf"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "2d0bcc435f216c5c79f0698214c2e1b2",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 345510,
            "upload_time": "2024-04-26T08:34:00",
            "upload_time_iso_8601": "2024-04-26T08:34:00.939509Z",
            "url": "https://files.pythonhosted.org/packages/86/bf/ed4d37842c505d2c7dfda7f9a918c21d0acc1832055ed4694f7ca594dc37/pyromark-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "914966ca05d416ee1502b3726e52c9cbc6126ae3caaea84c4c79ef97ec4cac4f",
                "md5": "dfdb8e30ae35051b759ae215940e1db1",
                "sha256": "e082a918d060532138b6aac0c5572daa622212553c995d0d559880793d4fc2b8"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "dfdb8e30ae35051b759ae215940e1db1",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 513415,
            "upload_time": "2024-04-26T08:32:57",
            "upload_time_iso_8601": "2024-04-26T08:32:57.374408Z",
            "url": "https://files.pythonhosted.org/packages/91/49/66ca05d416ee1502b3726e52c9cbc6126ae3caaea84c4c79ef97ec4cac4f/pyromark-0.3.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7eb50661564f22e038388c4b0b59e7c67e36c659bd6c6b49ee3e13885e4ceea7",
                "md5": "9f493c34081fb989e467638f070f2d02",
                "sha256": "98f1c298b4ca3a5e4a70153cba3169c2cdd09856c0db8f22e117bcb38366fb40"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9f493c34081fb989e467638f070f2d02",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 594135,
            "upload_time": "2024-04-26T08:33:41",
            "upload_time_iso_8601": "2024-04-26T08:33:41.169336Z",
            "url": "https://files.pythonhosted.org/packages/7e/b5/0661564f22e038388c4b0b59e7c67e36c659bd6c6b49ee3e13885e4ceea7/pyromark-0.3.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "85069a8ffe80039f3a9ee651450acba948ef72b6522c5bc17c7ab8a6e44c3fd5",
                "md5": "5365c5853efb06d70bfc230e6d6ea39f",
                "sha256": "68737f343eb8ddfcd5b9c54f780e3646edaf4a2b810140d4ca7d105344ba38da"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "5365c5853efb06d70bfc230e6d6ea39f",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 522847,
            "upload_time": "2024-04-26T08:34:21",
            "upload_time_iso_8601": "2024-04-26T08:34:21.544108Z",
            "url": "https://files.pythonhosted.org/packages/85/06/9a8ffe80039f3a9ee651450acba948ef72b6522c5bc17c7ab8a6e44c3fd5/pyromark-0.3.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0cdcc9807fac5296f4d9e1c38b884b23b3e1efb6c35dc90ef99a0af0479f934",
                "md5": "9653040d3fee87b99496d170cba09075",
                "sha256": "247f36bca7fbf124b05b350423e7c5c551e28fe0f5295d90c527e25021702d52"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9653040d3fee87b99496d170cba09075",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 519574,
            "upload_time": "2024-04-26T08:36:06",
            "upload_time_iso_8601": "2024-04-26T08:36:06.137274Z",
            "url": "https://files.pythonhosted.org/packages/f0/cd/cc9807fac5296f4d9e1c38b884b23b3e1efb6c35dc90ef99a0af0479f934/pyromark-0.3.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "660df9dfd912611761b707fdea83ca80c2bb9e2dcda6163b3ba2774c742168f2",
                "md5": "8b57557d03bb5cba786472710d9d2286",
                "sha256": "a899f6f8bf8937bd331ec3d0b5c5424366b24263c703ae215c9ba4404c7f03ea"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp37-pypy37_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8b57557d03bb5cba786472710d9d2286",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 310875,
            "upload_time": "2024-04-26T08:36:49",
            "upload_time_iso_8601": "2024-04-26T08:36:49.167096Z",
            "url": "https://files.pythonhosted.org/packages/66/0d/f9dfd912611761b707fdea83ca80c2bb9e2dcda6163b3ba2774c742168f2/pyromark-0.3.2-pp37-pypy37_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a441bce36d29b49f42a378e950d7b24cc1c8c5e02fb28611753e6c61f626e8c7",
                "md5": "5d7316032d61bcd24b03da0c19e77e9c",
                "sha256": "1ac5d349c799ee6dd1df471fde28a01ebcdcbe33d9a09a97a2a1a5f27184a717"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp37-pypy37_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5d7316032d61bcd24b03da0c19e77e9c",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 297038,
            "upload_time": "2024-04-26T08:36:27",
            "upload_time_iso_8601": "2024-04-26T08:36:27.859344Z",
            "url": "https://files.pythonhosted.org/packages/a4/41/bce36d29b49f42a378e950d7b24cc1c8c5e02fb28611753e6c61f626e8c7/pyromark-0.3.2-pp37-pypy37_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "628cf99facdaa35b2a66e8cd08b093ae2ce7c30e58aa2d8815d7abe24b79e609",
                "md5": "35cf3cd8550b7ce5954df35561b26048",
                "sha256": "bf2d954fe543307301e0cf82984bba5aacb1f64a58f2422d02ddb0aa5512f6b0"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "35cf3cd8550b7ce5954df35561b26048",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 334587,
            "upload_time": "2024-04-26T08:32:37",
            "upload_time_iso_8601": "2024-04-26T08:32:37.559654Z",
            "url": "https://files.pythonhosted.org/packages/62/8c/f99facdaa35b2a66e8cd08b093ae2ce7c30e58aa2d8815d7abe24b79e609/pyromark-0.3.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43f3dc24afa6497602d2a8f21f2b787e8b748117a158833decf0515a9e67d013",
                "md5": "9591a30b0bb317eb3bd9f573c7dfbf6c",
                "sha256": "3c24fe5f237a8c515a8d98ac41af849249466e935438f21187ef9df11201ab95"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9591a30b0bb317eb3bd9f573c7dfbf6c",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 333222,
            "upload_time": "2024-04-26T08:33:20",
            "upload_time_iso_8601": "2024-04-26T08:33:20.954121Z",
            "url": "https://files.pythonhosted.org/packages/43/f3/dc24afa6497602d2a8f21f2b787e8b748117a158833decf0515a9e67d013/pyromark-0.3.2-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0a0a2a0875c700eb5011d11891e77034676fc32229cbdc35b2591bdda5ca69e",
                "md5": "b819cd020dab6e363ef23a7637a0d034",
                "sha256": "847d200954adee60b2ea6d4d0ed636d4ce6ce6649ef4a77486aa7b5347fb42a3"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b819cd020dab6e363ef23a7637a0d034",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 373567,
            "upload_time": "2024-04-26T08:35:04",
            "upload_time_iso_8601": "2024-04-26T08:35:04.006565Z",
            "url": "https://files.pythonhosted.org/packages/c0/a0/a2a0875c700eb5011d11891e77034676fc32229cbdc35b2591bdda5ca69e/pyromark-0.3.2-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "97bf8ba46de8c5e8c212e6d14a538adb79015cffb4701156023831d6e0292671",
                "md5": "405d1ac8833eae2d2a06a9ed535db2c3",
                "sha256": "0c4f7077e92e486198c668f00a13b4240bb4e0aa1851da3c63a8a89de6a42aff"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "405d1ac8833eae2d2a06a9ed535db2c3",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 384037,
            "upload_time": "2024-04-26T08:34:44",
            "upload_time_iso_8601": "2024-04-26T08:34:44.412331Z",
            "url": "https://files.pythonhosted.org/packages/97/bf/8ba46de8c5e8c212e6d14a538adb79015cffb4701156023831d6e0292671/pyromark-0.3.2-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "38034d9cbc124d79660c6cac10791a8502e6ef152fff6b7de56a688e2c18baab",
                "md5": "91b555337d42a40b65e167dcd5805f80",
                "sha256": "71b150f2f959bf726ae8c4a8f531c4da609da7830856faa71e77a57d5dc6aaf2"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "91b555337d42a40b65e167dcd5805f80",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 514636,
            "upload_time": "2024-04-26T08:35:24",
            "upload_time_iso_8601": "2024-04-26T08:35:24.899018Z",
            "url": "https://files.pythonhosted.org/packages/38/03/4d9cbc124d79660c6cac10791a8502e6ef152fff6b7de56a688e2c18baab/pyromark-0.3.2-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b77572f2389d577b201e8949b50d4b8a10f3e36b66ea25f48c2ac5af48d31a88",
                "md5": "fe2ca97ee7f6f1426a20151a21493430",
                "sha256": "befe8cf3723e78c18a356ec8a101c3d79b949f0cc39c93a9f73970900741a8a6"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fe2ca97ee7f6f1426a20151a21493430",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 350257,
            "upload_time": "2024-04-26T08:35:46",
            "upload_time_iso_8601": "2024-04-26T08:35:46.021260Z",
            "url": "https://files.pythonhosted.org/packages/b7/75/72f2389d577b201e8949b50d4b8a10f3e36b66ea25f48c2ac5af48d31a88/pyromark-0.3.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4cdc00ea2f765251b379bcc5c474041b07d5fe4c3aa12b90f52eba32907469f5",
                "md5": "23d2d0ce46bf99fd7de44fb353b21a90",
                "sha256": "28afc61f8b91478e9473c9a57980fc649bc19485bde33b0fccc7f821dfae1120"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "23d2d0ce46bf99fd7de44fb353b21a90",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 347397,
            "upload_time": "2024-04-26T08:34:02",
            "upload_time_iso_8601": "2024-04-26T08:34:02.953364Z",
            "url": "https://files.pythonhosted.org/packages/4c/dc/00ea2f765251b379bcc5c474041b07d5fe4c3aa12b90f52eba32907469f5/pyromark-0.3.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ce7376039ab1e41d5bf987e384169f1b87e39a5478234f5225d0af6cb4761c7",
                "md5": "247c9f2a3df9b92ff08f1d6e874ddc3e",
                "sha256": "8983432e369607a7c5575326f9309652370073065fb3ec98b3bf460fdb427e71"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "247c9f2a3df9b92ff08f1d6e874ddc3e",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 515345,
            "upload_time": "2024-04-26T08:32:59",
            "upload_time_iso_8601": "2024-04-26T08:32:59.158597Z",
            "url": "https://files.pythonhosted.org/packages/3c/e7/376039ab1e41d5bf987e384169f1b87e39a5478234f5225d0af6cb4761c7/pyromark-0.3.2-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "37b965e627575dd11665ba132a638421d38124a0390969f04f6908ce342711f4",
                "md5": "b47a263b34f013e5fa2c30e2276d488c",
                "sha256": "103016638dc8d801e0dfd20192c9048c300e14dc58900920cf32ca8df9b1c812"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b47a263b34f013e5fa2c30e2276d488c",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 596556,
            "upload_time": "2024-04-26T08:33:43",
            "upload_time_iso_8601": "2024-04-26T08:33:43.058783Z",
            "url": "https://files.pythonhosted.org/packages/37/b9/65e627575dd11665ba132a638421d38124a0390969f04f6908ce342711f4/pyromark-0.3.2-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "103b0a5cfa1af43d1bdf1d7b508617a1046249c37ead6517541a5e87b25622fd",
                "md5": "bdfeab13be5048a162705f35d59d6ab1",
                "sha256": "a4afb99b6eba51d5f29a55327537cb5e42724f881c00c1ead7245b152470ee7b"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp37-pypy37_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "bdfeab13be5048a162705f35d59d6ab1",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 524719,
            "upload_time": "2024-04-26T08:34:23",
            "upload_time_iso_8601": "2024-04-26T08:34:23.429121Z",
            "url": "https://files.pythonhosted.org/packages/10/3b/0a5cfa1af43d1bdf1d7b508617a1046249c37ead6517541a5e87b25622fd/pyromark-0.3.2-pp37-pypy37_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a950a884cb4d7322ec3c62cf756069307d28f2080c664e6b2d33697702fdc993",
                "md5": "3a5921815ca03740285a8a43c7267dcd",
                "sha256": "6a4134cce7f96835832c3bd88f8c4733de90e0520b225095f4034aa6df75635d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3a5921815ca03740285a8a43c7267dcd",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 521587,
            "upload_time": "2024-04-26T08:36:08",
            "upload_time_iso_8601": "2024-04-26T08:36:08.143157Z",
            "url": "https://files.pythonhosted.org/packages/a9/50/a884cb4d7322ec3c62cf756069307d28f2080c664e6b2d33697702fdc993/pyromark-0.3.2-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "82d7978c139d3f3c55ebf853e1842d1cbf18a7885534b5df143d913d9c653cbf",
                "md5": "e4229d2973718568944dbd5d504bdfb1",
                "sha256": "7f90f12c8afe97e817a088befb5aea72f9eb9daef3c1102cf8c85c862e5100e7"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e4229d2973718568944dbd5d504bdfb1",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 309515,
            "upload_time": "2024-04-26T08:36:51",
            "upload_time_iso_8601": "2024-04-26T08:36:51.559601Z",
            "url": "https://files.pythonhosted.org/packages/82/d7/978c139d3f3c55ebf853e1842d1cbf18a7885534b5df143d913d9c653cbf/pyromark-0.3.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f8acb265b961282ca3bb7be0eeb45b6cc687c1d1fdce236427f18735dd9594e2",
                "md5": "658ca4fdcc4d57477e4a5f4b843c0dd3",
                "sha256": "ac8839c458e0198a1efdb46c30f9bd738bc2c60b6ba28d18e26daf3fe20ddfd8"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "658ca4fdcc4d57477e4a5f4b843c0dd3",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 295507,
            "upload_time": "2024-04-26T08:36:30",
            "upload_time_iso_8601": "2024-04-26T08:36:30.712339Z",
            "url": "https://files.pythonhosted.org/packages/f8/ac/b265b961282ca3bb7be0eeb45b6cc687c1d1fdce236427f18735dd9594e2/pyromark-0.3.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "32a8bed22d346cbf52aabcd4cc65be7546a29f669e527aff9498ec7d4287e22c",
                "md5": "382e1e2e41329e8fd2adc64c4871ef81",
                "sha256": "bb5b0d4089f860571a549021a5d5aa260fe88d124a2d2d1e8e14a345b262794d"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "382e1e2e41329e8fd2adc64c4871ef81",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 333280,
            "upload_time": "2024-04-26T08:32:39",
            "upload_time_iso_8601": "2024-04-26T08:32:39.537492Z",
            "url": "https://files.pythonhosted.org/packages/32/a8/bed22d346cbf52aabcd4cc65be7546a29f669e527aff9498ec7d4287e22c/pyromark-0.3.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dfb6f9ead049a3a6de4ef0f5d165e04c9d13d1040d890d085c01cfe7a6acfcd6",
                "md5": "f12d1ced168134bb1d6497afbfc27b52",
                "sha256": "0f04ed379baa0f39108d5c3c2cd6dc70f0a064654dee74444dd78b50e2cfb828"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f12d1ced168134bb1d6497afbfc27b52",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 331750,
            "upload_time": "2024-04-26T08:33:22",
            "upload_time_iso_8601": "2024-04-26T08:33:22.649422Z",
            "url": "https://files.pythonhosted.org/packages/df/b6/f9ead049a3a6de4ef0f5d165e04c9d13d1040d890d085c01cfe7a6acfcd6/pyromark-0.3.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4ee781b6fcdb5930dc484aede6e6c5288c1a79499a7afba716d23c41d1b05a48",
                "md5": "7272c08644d02ba4cb2f1b1271bbd9a8",
                "sha256": "b4271f140af73019c7d7dc52984d4086ba658ac0e092424e56424bfb90366eca"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "7272c08644d02ba4cb2f1b1271bbd9a8",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 372239,
            "upload_time": "2024-04-26T08:35:06",
            "upload_time_iso_8601": "2024-04-26T08:35:06.063983Z",
            "url": "https://files.pythonhosted.org/packages/4e/e7/81b6fcdb5930dc484aede6e6c5288c1a79499a7afba716d23c41d1b05a48/pyromark-0.3.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c7bba29e807e836dd9f0ca244b83d5f2e542aba6f00db97093eed80434ba9de8",
                "md5": "37186525099ff3a2a77e36cd8e0fad37",
                "sha256": "b893169feb1c224c076d3f85efc9ca128481364ffbe0dbd23730b0193e0fd7e1"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "37186525099ff3a2a77e36cd8e0fad37",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 382444,
            "upload_time": "2024-04-26T08:34:46",
            "upload_time_iso_8601": "2024-04-26T08:34:46.208526Z",
            "url": "https://files.pythonhosted.org/packages/c7/bb/a29e807e836dd9f0ca244b83d5f2e542aba6f00db97093eed80434ba9de8/pyromark-0.3.2-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "60f7215bfee5a13813ba553a359661e828be88eb1d45b6cec1b12d51c8efc4ca",
                "md5": "271c672fc0573ebd0bae998c5778defe",
                "sha256": "0018820dd980c594263a9be645e3fe0c18b2b015cd9739d5c02854566ab1efe5"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "271c672fc0573ebd0bae998c5778defe",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 511629,
            "upload_time": "2024-04-26T08:35:26",
            "upload_time_iso_8601": "2024-04-26T08:35:26.968383Z",
            "url": "https://files.pythonhosted.org/packages/60/f7/215bfee5a13813ba553a359661e828be88eb1d45b6cec1b12d51c8efc4ca/pyromark-0.3.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8382db73af6ee0899bd1322003900c772c4008a1ebee4ade7aa572e3d0b2eae5",
                "md5": "f5d186ef96f0f80eb25a557657d7ea9b",
                "sha256": "92d3b1f79899da7e023d2c4bf42c55799650e91ff6388e9c3be2cda9340e6119"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f5d186ef96f0f80eb25a557657d7ea9b",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 348825,
            "upload_time": "2024-04-26T08:35:48",
            "upload_time_iso_8601": "2024-04-26T08:35:48.018969Z",
            "url": "https://files.pythonhosted.org/packages/83/82/db73af6ee0899bd1322003900c772c4008a1ebee4ade7aa572e3d0b2eae5/pyromark-0.3.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f7a232600d0ccb94b64c668e12f76d58fe531a19052f9579a6c514c3f835df74",
                "md5": "0ef0bd14dd3fcfbcfc36fe0c56be3ca5",
                "sha256": "52fe35088e0db4e941171e197170340f056f4e7e26aeb38b02aba52c64efa7c7"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "0ef0bd14dd3fcfbcfc36fe0c56be3ca5",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 345847,
            "upload_time": "2024-04-26T08:34:04",
            "upload_time_iso_8601": "2024-04-26T08:34:04.733479Z",
            "url": "https://files.pythonhosted.org/packages/f7/a2/32600d0ccb94b64c668e12f76d58fe531a19052f9579a6c514c3f835df74/pyromark-0.3.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "21088dc64b976ac48386d2835d87100fc55783f02c80dda819241a141eb46d85",
                "md5": "77196b63ff269fdaced84e73d63f671b",
                "sha256": "af273ca758d74503925c867561d26d6c2ac74f704e457054e24d893db3095a57"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "77196b63ff269fdaced84e73d63f671b",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 514031,
            "upload_time": "2024-04-26T08:33:01",
            "upload_time_iso_8601": "2024-04-26T08:33:01.583524Z",
            "url": "https://files.pythonhosted.org/packages/21/08/8dc64b976ac48386d2835d87100fc55783f02c80dda819241a141eb46d85/pyromark-0.3.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "acfc4db74cf5ce6abbcf1b6e4f5ed4e5968276fa55911fd609b0317f9a853efd",
                "md5": "b020ddc8466c84f49695c209e9d427ef",
                "sha256": "6b69273499becbccb7806399d755b4c8ceaec987fa784ebfad2e45cfc10ff2c7"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b020ddc8466c84f49695c209e9d427ef",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 595058,
            "upload_time": "2024-04-26T08:33:44",
            "upload_time_iso_8601": "2024-04-26T08:33:44.773338Z",
            "url": "https://files.pythonhosted.org/packages/ac/fc/4db74cf5ce6abbcf1b6e4f5ed4e5968276fa55911fd609b0317f9a853efd/pyromark-0.3.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f37dbc84d2257c85a71d20a0c9a14397529c34776c9fc6dcc1c9ce0692aeea4c",
                "md5": "c6c42c3bf8cafb1c2e35edffc0b9af34",
                "sha256": "55084cad298b9cfff9f82e56440d20be0a98d70b784db41641bdbb2e95328dd4"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "c6c42c3bf8cafb1c2e35edffc0b9af34",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 523212,
            "upload_time": "2024-04-26T08:34:25",
            "upload_time_iso_8601": "2024-04-26T08:34:25.299589Z",
            "url": "https://files.pythonhosted.org/packages/f3/7d/bc84d2257c85a71d20a0c9a14397529c34776c9fc6dcc1c9ce0692aeea4c/pyromark-0.3.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ab93e8398d91171da3924f2822047711e624df276c895f936b9632c34de7a934",
                "md5": "15b40fc154b8bf5217ccd231fcdaf8c6",
                "sha256": "6ca90d0e044d8014f9f20af175c28937255a5d8996073fcd0fc82d4636aaff5c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "15b40fc154b8bf5217ccd231fcdaf8c6",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 520006,
            "upload_time": "2024-04-26T08:36:10",
            "upload_time_iso_8601": "2024-04-26T08:36:10.103791Z",
            "url": "https://files.pythonhosted.org/packages/ab/93/e8398d91171da3924f2822047711e624df276c895f936b9632c34de7a934/pyromark-0.3.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8ca9136bc71d41c68cc73e35f1d08fe8a4a5458728a864b2d491307b70559c7",
                "md5": "8fb07cd013d0b148e9627fdce81a685a",
                "sha256": "831f8d2ff3735aba584e3261a52dfb4930086b8cf64856e041165c92e21af172"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8fb07cd013d0b148e9627fdce81a685a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 309134,
            "upload_time": "2024-04-26T08:36:54",
            "upload_time_iso_8601": "2024-04-26T08:36:54.318739Z",
            "url": "https://files.pythonhosted.org/packages/e8/ca/9136bc71d41c68cc73e35f1d08fe8a4a5458728a864b2d491307b70559c7/pyromark-0.3.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a6993573b8282181748e4424f68ba12c9196fe37669e5a0256b0a535f63f21f3",
                "md5": "ef153aa1ea872a565af8a6a2f72efe33",
                "sha256": "e60621b09fc1ccec8f4210ab8dc8e998b179bf0c4d912491c70112467025aaa0"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ef153aa1ea872a565af8a6a2f72efe33",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 295349,
            "upload_time": "2024-04-26T08:36:32",
            "upload_time_iso_8601": "2024-04-26T08:36:32.668260Z",
            "url": "https://files.pythonhosted.org/packages/a6/99/3573b8282181748e4424f68ba12c9196fe37669e5a0256b0a535f63f21f3/pyromark-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c8388ce215552d0a307241aaa37e8b9c06724e7338d0832c7238690557ecfe53",
                "md5": "40e96f2bf79045e63de07a9c45fbeb03",
                "sha256": "8c611c1771cf6173ddc757ae584e81bf86bf51def2d107815059c8cf35b5b6e4"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "40e96f2bf79045e63de07a9c45fbeb03",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 333073,
            "upload_time": "2024-04-26T08:32:42",
            "upload_time_iso_8601": "2024-04-26T08:32:42.227947Z",
            "url": "https://files.pythonhosted.org/packages/c8/38/8ce215552d0a307241aaa37e8b9c06724e7338d0832c7238690557ecfe53/pyromark-0.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "db8cabf28d890185c549381c2b675fe2b1a1bd70d9371c1daa208bada749b551",
                "md5": "2457f2f95e799cf8b04c46c07cdbe115",
                "sha256": "df1f7d46d3976f036504d7a43fce26a349384427609af735d066abf4066f2b83"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2457f2f95e799cf8b04c46c07cdbe115",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 330812,
            "upload_time": "2024-04-26T08:33:24",
            "upload_time_iso_8601": "2024-04-26T08:33:24.950933Z",
            "url": "https://files.pythonhosted.org/packages/db/8c/abf28d890185c549381c2b675fe2b1a1bd70d9371c1daa208bada749b551/pyromark-0.3.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "474526c3f47d845880c9f7b31c285f87015a069ca1044a75b21ca3864ea85699",
                "md5": "b7da4b80d71ae935c675e87ccd220f8f",
                "sha256": "3cdee8b640e61c642f37803b8928761dccdba56f5e703ed027723ba185820949"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b7da4b80d71ae935c675e87ccd220f8f",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 372011,
            "upload_time": "2024-04-26T08:35:07",
            "upload_time_iso_8601": "2024-04-26T08:35:07.818034Z",
            "url": "https://files.pythonhosted.org/packages/47/45/26c3f47d845880c9f7b31c285f87015a069ca1044a75b21ca3864ea85699/pyromark-0.3.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28b30fdb9da1384514f836043a5814f93a00e4d9af42e7a16ddff470d7c87505",
                "md5": "a0b40d895656f36c6aa429787363e5c9",
                "sha256": "6e35c7265ab21c4608b0502438c6df3838e9fb39e7b0f5a6c64b40fa2286091f"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "a0b40d895656f36c6aa429787363e5c9",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 382001,
            "upload_time": "2024-04-26T08:34:48",
            "upload_time_iso_8601": "2024-04-26T08:34:48.770041Z",
            "url": "https://files.pythonhosted.org/packages/28/b3/0fdb9da1384514f836043a5814f93a00e4d9af42e7a16ddff470d7c87505/pyromark-0.3.2-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9b7e523824900114b679830303816c035326e7a16e90ec010528097c364df1c7",
                "md5": "cab5246349eb9d1c9d5f8e03fe985d64",
                "sha256": "66ac3d3a4be84d30a381e8cc2687b7f15907cb5364788f85f7a73af3780941bf"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "cab5246349eb9d1c9d5f8e03fe985d64",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 511367,
            "upload_time": "2024-04-26T08:35:29",
            "upload_time_iso_8601": "2024-04-26T08:35:29.105608Z",
            "url": "https://files.pythonhosted.org/packages/9b/7e/523824900114b679830303816c035326e7a16e90ec010528097c364df1c7/pyromark-0.3.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "80799375e4441125b6468aff5eb4012a4d4d6eb640fe3dafe02728e837475cc4",
                "md5": "3aba3cd46c50d4c3ad948cb50b249f31",
                "sha256": "adf0c875032cf02665c0b7c78d7410d3e0da8cdcb55a6f05f7386bbb4a165a59"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3aba3cd46c50d4c3ad948cb50b249f31",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 348502,
            "upload_time": "2024-04-26T08:35:49",
            "upload_time_iso_8601": "2024-04-26T08:35:49.792103Z",
            "url": "https://files.pythonhosted.org/packages/80/79/9375e4441125b6468aff5eb4012a4d4d6eb640fe3dafe02728e837475cc4/pyromark-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1b12d5705c3a85707925aacc6a05d29997717b415530e3c64cfda485a3b40be5",
                "md5": "882c8f93ac985a6d7d9c06c5313a7882",
                "sha256": "7319bd43dd18bdb9559d3b1b87e9765725d47a2b2abdb57c79630ee53d6606c7"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "882c8f93ac985a6d7d9c06c5313a7882",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 345508,
            "upload_time": "2024-04-26T08:34:06",
            "upload_time_iso_8601": "2024-04-26T08:34:06.730062Z",
            "url": "https://files.pythonhosted.org/packages/1b/12/d5705c3a85707925aacc6a05d29997717b415530e3c64cfda485a3b40be5/pyromark-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fe2f9dd6a4c9af5287e189051fdfff1b5f5955bc9c91426ac4cbdfbd8f264a68",
                "md5": "98274bc2887ada705fa4573434c2d540",
                "sha256": "012eba6d94d8477a6c2b32aca3f1d590caff5290cfee4d3a167a6c1a35f3778c"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "98274bc2887ada705fa4573434c2d540",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 513680,
            "upload_time": "2024-04-26T08:33:03",
            "upload_time_iso_8601": "2024-04-26T08:33:03.834703Z",
            "url": "https://files.pythonhosted.org/packages/fe/2f/9dd6a4c9af5287e189051fdfff1b5f5955bc9c91426ac4cbdfbd8f264a68/pyromark-0.3.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72211b26d0871e31e5e468e6402bfa95df671b65813071ff5c3bd453f8972626",
                "md5": "4c5f4a2589278274a0f054aa4a551a27",
                "sha256": "0b378c22fd121fc2ddd672a273fe27c70ee6dd5228bec8ec413b3584d3014458"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4c5f4a2589278274a0f054aa4a551a27",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 594099,
            "upload_time": "2024-04-26T08:33:46",
            "upload_time_iso_8601": "2024-04-26T08:33:46.769056Z",
            "url": "https://files.pythonhosted.org/packages/72/21/1b26d0871e31e5e468e6402bfa95df671b65813071ff5c3bd453f8972626/pyromark-0.3.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2af32c22eea0d5cafa6044b55a244b3773faaa8370349dfc9d474b4727e71687",
                "md5": "d1590854f4fa8f49ffdd490c4bdb4a7c",
                "sha256": "a3201545336805956b1692576288768feb3ae639fbf035cfc7da45b51a7f4821"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "d1590854f4fa8f49ffdd490c4bdb4a7c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 522836,
            "upload_time": "2024-04-26T08:34:27",
            "upload_time_iso_8601": "2024-04-26T08:34:27.855963Z",
            "url": "https://files.pythonhosted.org/packages/2a/f3/2c22eea0d5cafa6044b55a244b3773faaa8370349dfc9d474b4727e71687/pyromark-0.3.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1734c1d3af2aacbbc3aeab48c5d0ee270e5d089a7ae20dc44cbc0cf6279bb919",
                "md5": "ec32939c779fad7b6bd754886c1248b7",
                "sha256": "855382184b3d753a3d6bf69e91c5ca4397ac0813779dd7762cd1073f8d195540"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ec32939c779fad7b6bd754886c1248b7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 519750,
            "upload_time": "2024-04-26T08:36:12",
            "upload_time_iso_8601": "2024-04-26T08:36:12.163959Z",
            "url": "https://files.pythonhosted.org/packages/17/34/c1d3af2aacbbc3aeab48c5d0ee270e5d089a7ae20dc44cbc0cf6279bb919/pyromark-0.3.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a1893b6e8dd24dad4ff06bf0872347bb98a7561d77dfb8286b448494f61f2c4c",
                "md5": "deefb5bbc73c8f5c9ac73164679dc64d",
                "sha256": "169ba6c463da9142a3bdf3094b231f003bbb3660f8e1431fe02d990648795a49"
            },
            "downloads": -1,
            "filename": "pyromark-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "deefb5bbc73c8f5c9ac73164679dc64d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7388,
            "upload_time": "2024-04-26T08:36:56",
            "upload_time_iso_8601": "2024-04-26T08:36:56.401378Z",
            "url": "https://files.pythonhosted.org/packages/a1/89/3b6e8dd24dad4ff06bf0872347bb98a7561d77dfb8286b448494f61f2c4c/pyromark-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 08:36:56",
    "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.27886s