Skip to main content

Blazingly fast Markdown parser

Project description

PyroMark

CI Downloads

PyroMark (stands for Python Rust Optimized Markdown) is a blazingly fast Markdown parser for Python.

Uses pulldown-cmark Rust crate under the hood.

Installation

python -m pip install -U pyromark

Usage

pyromark.markdown

import pyromark

html = pyromark.markdown(
    "# Hello world",
    # Optional, include the ones you want
    extensions=(
        "tables",
        "footnotes",
        "strikethrough",
        "tasklists",
        "smart_punctuation",
        "heading_attributes",
    ),
)
print(html)  # <h1>Hello world</h1>\n

pyromark.Markdown

import pyromark

md = pyromark.Markdown(
    # Optional, include the ones you want
    extensions=(
        "tables",
        "footnotes",
        "strikethrough",
        "tasklists",
        "smart_punctuation",
        "heading_attributes",
    )
)
html = md.convert("# Hello world")
print(html)  # <h1>Hello world</h1>\n

Extensions

You can see examples of how each extension affects the result in the tests.

Performance

125x faster than Markdown, 109x faster than markdown-it-py, 86x faster than mistune.

If you use threading, the difference with other libraries will be even more enormous, since pyromark releases the GIL.

Python 3.11.3 (main, Apr  5 2023, 15:52:25) [GCC 12.2.1 20230201]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.13.2 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import requests, markdown, markdown_it, mistune, pyromark

In [2]: markdown.__version__, markdown_it.__version__, mistune.__version__
Out[2]: ('3.4.3', '2.2.0', '2.0.5')

In [3]: text = requests.get(
   ...:     "https://raw.githubusercontent.com/rust-lang/rust/1.69.0/README.md"
   ...: ).text

In [4]: %timeit markdown.markdown(text)
7.51 ms ± 22 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)

In [5]: %timeit markdown_it.MarkdownIt().render(text)
6.5 ms ± 42.8 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)

In [6]: %timeit mistune.html(text)
5.16 ms ± 40.1 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)

In [7]: %timeit pyromark.markdown(text)
59.9 µs ± 202 ns per loop (mean ± std. dev. of 7 runs, 10,000 loops each)

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyromark-0.1.4.tar.gz (7.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (415.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (325.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (285.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (297.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (306.4 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (415.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (325.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (285.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (297.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (306.4 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (311.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (415.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (325.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (285.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (298.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (306.5 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (312.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (417.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (327.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (286.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (299.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl (307.7 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

pyromark-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (311.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyromark-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (414.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pyromark-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (325.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pyromark-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (285.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pyromark-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (297.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pyromark-0.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (306.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

pyromark-0.1.4-cp311-none-win_amd64.whl (223.9 kB view details)

Uploaded CPython 3.11Windows x86-64

pyromark-0.1.4-cp311-none-win32.whl (215.3 kB view details)

Uploaded CPython 3.11Windows x86

pyromark-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (311.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyromark-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (414.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pyromark-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (325.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pyromark-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (285.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pyromark-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (297.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pyromark-0.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (306.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

pyromark-0.1.4-cp311-cp311-macosx_11_0_arm64.whl (269.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyromark-0.1.4-cp311-cp311-macosx_10_7_x86_64.whl (283.5 kB view details)

Uploaded CPython 3.11macOS 10.7+ x86-64

pyromark-0.1.4-cp310-none-win_amd64.whl (223.9 kB view details)

Uploaded CPython 3.10Windows x86-64

pyromark-0.1.4-cp310-none-win32.whl (215.3 kB view details)

Uploaded CPython 3.10Windows x86

pyromark-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (311.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyromark-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (414.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pyromark-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (325.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pyromark-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (285.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pyromark-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (297.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pyromark-0.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (306.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

pyromark-0.1.4-cp310-cp310-macosx_11_0_arm64.whl (268.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyromark-0.1.4-cp310-cp310-macosx_10_7_x86_64.whl (283.5 kB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

pyromark-0.1.4-cp39-none-win_amd64.whl (224.2 kB view details)

Uploaded CPython 3.9Windows x86-64

pyromark-0.1.4-cp39-none-win32.whl (215.5 kB view details)

Uploaded CPython 3.9Windows x86

pyromark-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (311.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyromark-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (415.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pyromark-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (326.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pyromark-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (286.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pyromark-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (298.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pyromark-0.1.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (306.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

pyromark-0.1.4-cp38-none-win_amd64.whl (224.4 kB view details)

Uploaded CPython 3.8Windows x86-64

pyromark-0.1.4-cp38-none-win32.whl (215.8 kB view details)

Uploaded CPython 3.8Windows x86

pyromark-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (311.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyromark-0.1.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (415.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

pyromark-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (326.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

pyromark-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (286.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

pyromark-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (298.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pyromark-0.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (307.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

pyromark-0.1.4-cp37-none-win_amd64.whl (224.4 kB view details)

Uploaded CPython 3.7Windows x86-64

pyromark-0.1.4-cp37-none-win32.whl (215.7 kB view details)

Uploaded CPython 3.7Windows x86

pyromark-0.1.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (311.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pyromark-0.1.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (414.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

pyromark-0.1.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (326.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

pyromark-0.1.4-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (286.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

pyromark-0.1.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (298.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

pyromark-0.1.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (307.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

File details

Details for the file pyromark-0.1.4.tar.gz.

File metadata

  • Download URL: pyromark-0.1.4.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.1.0

File hashes

Hashes for pyromark-0.1.4.tar.gz
Algorithm Hash digest
SHA256 0de2cd398f400cea235c91e55927079931214cd23788ccb76e115c1e8bc9ffbc
MD5 ac034279f06704217e3b66dda0c3e914
BLAKE2b-256 fa75b2b446289d2595d6d2bff43e7004aa6e4763248ece4ce870740433b113aa

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a31478be7e3dd32b7e76daabd78cfb0d3a71ba329f9b3a7d5c74dbc6b2d40518
MD5 0b5e9351b847b700fc9af41c48062fba
BLAKE2b-256 b3fac80e825858031982c27a21026d8421acdb01f2766f1fad346f6edbf5f912

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1a290b73f726ba6682823ef2e664e7589c3b19b4bb3bc1e74debfb2391d32778
MD5 ae98b55ed65a281dd715eed72ba5b995
BLAKE2b-256 c7f55ceb5519f63126ff7b2375431326ed61b6c0b114555b49e60ee6cef0e39a

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 990dbff9412fc663d5ee78463afa4d04f0f6104a9959b22c69963134f0f1b056
MD5 0df62868cd6e5b6b26f35b728b3749ae
BLAKE2b-256 a7a0425d91d70630f02ce606630d4de8a932ed979daf1d104f3bc275b148d1ef

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8c29eb48321d82e784e445abd674be6a00edec4b4e7a2d4c0b42490babd0d21e
MD5 dcb214dd6b1d8e4dd37380aeb3d20653
BLAKE2b-256 75eb5645f9d9b25398b0db0db3d8daeade391bb4beb9ea5a9fc2b0eff805a730

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e55d6949e69f917452b4628af589396dc715d4385a99933106acb4cd9dde4f12
MD5 f5f82dd27872691cca8a833b61904ec3
BLAKE2b-256 84350befc5e923eadac2d0a6d1c739ce9b9537ba5c911a80afcd050e25a17792

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8d7784e3a7cdb1f2a675c59e7f4ce2312b7f643318853036e38722a3da453846
MD5 ec7b310e3859a5f9fd771f24c095765e
BLAKE2b-256 1c3a9f260d32f9f5634eaa3d58c7579b6c22e1b04e6d9aa4506217061050029e

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8ab31b1ce74dc379d5f431689cf6809564b7c20410db00b5aa8b37e65bc5bf9
MD5 e14573ffee9de60b53de09dd9f4d5b7a
BLAKE2b-256 f5017184f850226d052e3c1a0a5ec7aa9bffc2bfddbb40379affd856fdec5a64

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b1be0e11537c78d92f489ef1b1a5c2358aed03a0dde95b20da80e5a5cba26b67
MD5 58b38d8f3c70c958aa47f4289ccd07ed
BLAKE2b-256 8286e86cec435e4e5fbadf6f139130717e415cd7f83b0423816f0126a41e9d35

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b18e32a82fd48bf63303cec4d2281ff295b0cfee22f039a22092db9291429047
MD5 fc1f646c488545d75bfb72cc2a5715d9
BLAKE2b-256 5b3e35ddf1675095a4697e72b7d7ec861d69706c86c4c4e3cde069ec43c08295

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 294ae1ecca74e05de534503b9eb17e157a209d5b339b86eddcd48fa8756fb590
MD5 72657c4c3dafe2a956cc9e447fa3307e
BLAKE2b-256 7baaafb30d59a686c433c09e1711100ee02d19fc7a541e04a872e6f349014e5b

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d38b03935dc01582619fa3bef6d94538fff16c92bad5c0ac49eb97d5d6fe8801
MD5 e013774958abf2cca019d14734256f53
BLAKE2b-256 11b22f71d0b5bf7b2dea624d1d098ed827bd956ade221b25cd442def5204d785

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a985a2b363e13379d8ebe95bfea01d29fd9137e2dd7d08511daccb4fc1ac0490
MD5 7c3ccff0d151b59e8761356e2ce86b62
BLAKE2b-256 32804964dbeda7d9d516b4ed1416085bfe8cb20033160ab3ea1f11f88a70fbb6

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 806af79a94a56da00ab0106b848cc3a35bb8d69b8dc0aff0ac589d818d7f7476
MD5 aa90b1b475ba4c3517cba48b438792ac
BLAKE2b-256 210297c19199ee8292538a8af1cd317b7132ae8c1d641981e060518af1910149

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f38d225ef9c0d5637a343c751495f1842285e500f9276e7f67591edd642f51fe
MD5 98d6ca3e8ca0ad1a1e8950a978bef0de
BLAKE2b-256 5b203f2ddee5ff1ba855c8a46f4f3635275637d0d9ff5d8a7359bd8d481459c7

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c3513690f1db8356ba79b483a0ad7fbf785d0c781e502ee013aa3c918d2bb068
MD5 ff543ede7cc1e75a9f19072bbfc991b4
BLAKE2b-256 a95e4f1a9d50f4f59bb04dfced1116e48efe32a27d7e9082f1bece6fc626327f

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8d1056da05959661eca945751639d1dccd9bf9cd0261672a0eec7e5ed701e56f
MD5 d2a60721b32845c4f5eb65d9763bd78e
BLAKE2b-256 ba95087af939536e1d105527bd058a458058ce9ab88e5ffbfc0f41838ce517c0

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80efd8dd02680fafe98fc749a32ce88e0739b4d1fc342d7b93a9ed9db6b0b424
MD5 b1952b0368a44306c4f1f1525398bb0c
BLAKE2b-256 2cd43888d47e11fc8809371e4684c6d9408930ddac2efed9779f797b22574792

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 deb91bb2dafc6d3aa96db6b06ffc38e239ec5e33a343a727601067e228a7e363
MD5 22be0fa62538035d108a9c77e39bed66
BLAKE2b-256 6411a8e451bffdeea97c290b981f28befc06d47506a98046c6e37b29045385a9

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38e36d7b47f979fcd3414d9d7fab6f1a88f6c119592c3ac864a90a82b71391fc
MD5 12d86bfdee2323ec53273d5322d8530d
BLAKE2b-256 f8929146ad60ed1419aa275aff6f555f60f7497cd768dcc28c196671718cbf5b

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 904d4051bc4bdbe8bf59541dff2b79b2710be3acd52841446172b69fcb0d0a01
MD5 a2f7fe9e1067e4545dabe108ab2a3c97
BLAKE2b-256 43747c863eed3b3a9f0d4719aa53de45075d2647aa62f4669815ab9c3e8c1b1d

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7a5dc89f75f65278e31262e3c4b63e864bef9fafdd5f79dd87ae6fa512b100b1
MD5 547aed8584a9e85220ed32cf8ca5424c
BLAKE2b-256 c1e9e5387467a199a67c761eb9daa5d6981bdbe1fb267d3476e926f5ae312914

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 65439170cbcf38a9954d5a1320fe03c8ef26cc88d19997216ab21467712412aa
MD5 fbc4b95aa39d19047bc616a7fc0f9fcd
BLAKE2b-256 04383ee1658c8110faf6809f78816da244d16e2e35411bd1a11e0c523f6ac680

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea19e6de64d7bbd7257d76f978e3e6806fe634036e2a5ededd27caa46e316580
MD5 5b0474f896333ca7cbcd2a8af8bb0b7b
BLAKE2b-256 bd9612130251e285422ccd9387c8d019fb2c455c1a396029408a1e18c8333984

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 10f172c0462b02af709c8a0a107545268d840555171f4a4da9fd7e32f902412d
MD5 570f9941da439b59d5409e5bf0fc16cc
BLAKE2b-256 cc38a400b447102e902d90f09051347279567f7e44cfd335ac77c51772b2d66b

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad67937eedf0add5c6f981cb6482c3a2c4ab5e5ae1d25a4804f161c2b89f81d3
MD5 2f9848be04cb01747c6264c53bfbdf8d
BLAKE2b-256 366cbd8b58e3d50ae37f6b0da2af6fee6299b9d9497ab08e2cc68a4387f2fd18

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ca199fa4454f7b4b506bc84b57b6df6d616abec5933f4a6e9fad1f5076f62fbd
MD5 5711f5272b2ee638501eda49b6917360
BLAKE2b-256 5a090d9a41e772ea0b03bfe5fd35c9293407e008f5b99d4dcdd0848a324a7e3c

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c105faf5b6c82e62d8a21132c2a7a30a17668496e451b150ce9deedb1202912c
MD5 9cdc65f5b30f94bce448e93bf9557ec9
BLAKE2b-256 3223a0182e8c8eb5dfc13261774622c7bbfb2d88ceac48d0a5089b00e3341cbc

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1bab5b2ddce43dfbcfebf2bac62420ecf7afd883e4be2ce69b1255aa6d2bb225
MD5 a8fe4a26ce134e177744e0cbd0e407f4
BLAKE2b-256 f118f98a28f389e58862f0745de7730130170e397b490425de1c0774547b2833

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 af15dce8e76f62b271e8ab7556d42d8811829ea93f37210f05c77b35f6a1ca98
MD5 cd8c151ac7934ba2b8c774345622d919
BLAKE2b-256 bc02dcc88b52714e19d1ebdad0870912fd59eecbc83ca1a8e1c23d90154f720b

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fa9bee9f278c9ae9e47821151da1706c8aa78778b12db0fbe24bd4bf5203420f
MD5 e95519aa84dad6d334a29463ebc37be9
BLAKE2b-256 a5f2336649f8cb2cce52565261373d5fc1606557d137826f85c543cfcd2a9b57

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp311-none-win_amd64.whl.

File metadata

  • Download URL: pyromark-0.1.4-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 223.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.1.0

File hashes

Hashes for pyromark-0.1.4-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 60142df5a6b19498d30dedc8b1e0247ea34c62d1d00e5b1fbd9f2ea6a634388a
MD5 d017c18867d07dc8359dbae0a31d9782
BLAKE2b-256 0a4dee80a44226dcc9e4156075c39313a15ed87ccc66fcc77ef91b9a3076402d

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp311-none-win32.whl.

File metadata

  • Download URL: pyromark-0.1.4-cp311-none-win32.whl
  • Upload date:
  • Size: 215.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.1.0

File hashes

Hashes for pyromark-0.1.4-cp311-none-win32.whl
Algorithm Hash digest
SHA256 5e0f8f1590b948122c33ee7a1c2350482227320871415557975fc312e09ce7c5
MD5 d63d0cc6afb62faf68b39657a9dce9dc
BLAKE2b-256 621f027e6c0351d442f06091d6bc2828f94cade57ad83a32d8b730957fe2682f

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4c368a780753c9f0d8cd47241a761c8529132b45e4a00652b471c98acd5b3fe
MD5 e18bc13aa4a60e85ac22eb51d7d57ddd
BLAKE2b-256 47d10e34212e25ccb9d8b22357a546841a5100015e13d7dfacb233d68c509d2c

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d887517d939faa14999d2889fd2b25054433fe84e0c98dd1e93e6fb368d0e990
MD5 5ac341174a0c014ee6232e6bb8cbd73f
BLAKE2b-256 b6f867bfcdc00948705d95ab00e1ccae55959b94bb55e0dbefd29a912173e0de

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 17b44ac400d2813fed6eae81a06784be00db711953c4fdb55e5eeb3916834fee
MD5 937b487e69a13c47f5a720aa4a6a99b0
BLAKE2b-256 604a57c323e6bbf560a53b6a4fcdd999c1082deceacd7b7155b9494d38c69197

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a812e737df2a29f89ac7a7575558bba42ceda53df25568b1ea94e450d3accca8
MD5 0a0ed5a4d8065579764633b695f4abc6
BLAKE2b-256 479fbe81ab5452725ac4ca889b76306c92dc780d304ba518b9880ef794eaaba5

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4ebfbe6dc25efede7f54cf9a8da47df3a809a35fbaad4acc1f0a8f2cc1bc530b
MD5 fccfef203b263acb5acc31239a05467a
BLAKE2b-256 b6cfa4508d122c38f15eae551b12286762ed6d0e0ee763758db64c7532176d22

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 92cc3913ed4ad70611752f90002d27c7242b4f10ede7f8bfb067ea7c9bbe222a
MD5 61c946e2f19c61712229176e9bf03ba3
BLAKE2b-256 43be9050053c97e91c9b8d9e73c5e19b4925139671ced2591f7eeb429db8d236

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f34ddd7f41175e5dec921c997126dfccf9d32c3b791d17cb9d5b370b7ddb7b12
MD5 a365b9efd340dac8bff51eee605fdf6f
BLAKE2b-256 c3927767be07d4b8756abf5f5fa0b6a757a505b22442b5d90b86ec71846d85b2

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 864abec46805f2d266746b4d3277c671bfc8916a23c11ea6a61064b75ee5974c
MD5 85baac177ef3fde96342f6a5d64eeb7f
BLAKE2b-256 bc8407bd3ee71b336770c71d6641fa65b0473135a9e0cd520109024f1febc66c

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp310-none-win_amd64.whl.

File metadata

  • Download URL: pyromark-0.1.4-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 223.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.1.0

File hashes

Hashes for pyromark-0.1.4-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 3a540462d82ea2078de0cdab5a504ff2493987cbeba15162dbec2953cbc4d911
MD5 26c9186cad3608d62a89ae7b6e1efa4d
BLAKE2b-256 6ecbab35f6c16771f3b53f1ee07e4f9e5ec8e662f99bc3adee6d5317bbc7b0c3

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp310-none-win32.whl.

File metadata

  • Download URL: pyromark-0.1.4-cp310-none-win32.whl
  • Upload date:
  • Size: 215.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.1.0

File hashes

Hashes for pyromark-0.1.4-cp310-none-win32.whl
Algorithm Hash digest
SHA256 794ac56a1e85f35eb4e87af4adc68e796c1bff8c7d9c655afbcdac9bd02336fa
MD5 1c967669c752f5f9efcd7b170c8d0137
BLAKE2b-256 87348d591d0e4cb3ecfd6786cc8f8347db6c4a4d5cdd6189d6a625e46dcb11d2

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de371963731525f83705fd6284fc19a578ba1e86c6843608b9f344602556ee8b
MD5 bcada1b58be3f8fed91dce9fc31fccc0
BLAKE2b-256 fc176322c7bfd76b773f3adce90d9e92b2b3bbb5d1c148bb2266a03210133b30

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ba6e88c07496f4bad633d54a29d4f7393b792f2d047716baba5ed5b7a3992467
MD5 e7101b6f96be00e8ac7947e6bc424edd
BLAKE2b-256 1f779c946b9429f094e764ace327fd32ad1c652ad577dec4a3a0f1e503dc55a2

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 176c53dc6606574e3ea5840854e42ca16ba50b338362243f420e594d6c199ee2
MD5 ec93a28d2742bb3ace7fe2abf6a66d96
BLAKE2b-256 7f20bed1722af49415f447ca64ce7bc1ffdcd3fcb34622c7121fc6bf00f1d944

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 87dcee4cd56b49bbdce71942f58df2b8bf6166ec01344298dcaee8063bf7d50d
MD5 838a422854f67afe89485deef896778c
BLAKE2b-256 37cf9b49b7a5814dbf9f0e3df3cd38d766ecbbfd824e9651614f833c2e75e2cf

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e24de8f1438f75ff97dc279c59ddc41484107a664903e23c675d452cc6a9051c
MD5 9c01959d6642904a7ee30c8d7cbc7fd0
BLAKE2b-256 d1f606048faeb4dbf0524da7d6d450d7d81e6cbc2f1dd05e1290e9b2ea9f5013

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9a462d2d0bc8378906ec31d98d140a18f6a083622b0aa6e2690573b1270ed448
MD5 f1ed6844122e0a7dc6359ce6f2112d70
BLAKE2b-256 2acc70fae701ee152d4a147a780d8e0d29e4d3daf02cd5223e18ee22dd5173df

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c4c733d2f08af50d74d5035abca1bb3fe835e2eddecdb9f06bd6031a871cadd
MD5 8239185f41686b7fb04f98ae4001932b
BLAKE2b-256 1da707e2da3aeb73116cc0453e9b28f5dbedcc372638194f4855be35b9ade615

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 660262827a745f36afbf6ae329189470665214cb119cd5c567f7708b9597c2b0
MD5 97ac5e81022c808d9c7a7568a4153439
BLAKE2b-256 9057b66482a0612747a4698dd65a7f0514050f0d939c36a7c00b7f3f91d2d0a9

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp39-none-win_amd64.whl.

File metadata

  • Download URL: pyromark-0.1.4-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 224.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.1.0

File hashes

Hashes for pyromark-0.1.4-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 b98f22714b20b6a1ee9b2d23281f1cdc815b59a94350bc3d0cf55c06e2e3a74b
MD5 b8a4a9ab0d681f53dd1a46774ff5db8b
BLAKE2b-256 a435a6c64d5df743d0f9c674691f67672b7210adb90c515997b20067dcd7e548

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp39-none-win32.whl.

File metadata

  • Download URL: pyromark-0.1.4-cp39-none-win32.whl
  • Upload date:
  • Size: 215.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.1.0

File hashes

Hashes for pyromark-0.1.4-cp39-none-win32.whl
Algorithm Hash digest
SHA256 47a2448ea91c115ca6d78971b2fd700223cdfb90a9fdc5ed6b2bf693e9eb0da9
MD5 c11336ce4d00ff993eb6527b24a664a6
BLAKE2b-256 a708ac81c921c215909f23dd159c51d27ca29252a24f1aefdbd34ef3bcdcd261

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 021a7804900477b2132d4a9daaaa85e65313da92cf7f6f165631ee59d844ed7e
MD5 bf0bcd338aace43aa3eadfa4d34878ef
BLAKE2b-256 aee1caf1ca382fd7a0ceef232f66c913b063dcd391ccbda11984b1619d8b46a7

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 02ed0e3641a3850a3167c1afba2cc83e60e85a26c67c0239d593861dd9adb2a4
MD5 e879318a900b1983e432904cc0278720
BLAKE2b-256 e8f9df52925741dfe709ae3ac19fc1ea4279c1f58152fd72509dcb615025718b

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 55f1b8ec7b3a9a973b388e5770ec91d2094f205302a4ea306e638ff103f7614c
MD5 d741df3d8705fef264434670ddda4115
BLAKE2b-256 4bd394d135f359f398908133c17df14d6945e32ecb957a42f50dd72bed5d65c9

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0af6575aa29bb995fbc38d7168e648dbb2d7d5e06d9180ab206e8c867af81091
MD5 f94b8bf0e1260642bfb60c686a9dcf03
BLAKE2b-256 8f6ccd9470788d700d10ddfcda99ea452f86a8b7376f22e53e6eeaf9f06b3f64

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 785a529e9a68cd1901af592dcb33567bfc2cb83a36586afe77d97a7499541f3d
MD5 751fc19a75cda5d08f16926892f6c0a1
BLAKE2b-256 b1f93ea98341389aab1ec5d452891b041d2f18f9af00ab974cf351d1b0c6e1cb

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0f1a49023a974dcfdca1fee6d6a392b679ee90a2a8060edfcd63c25a9b6d961b
MD5 88745b74ae812b4c34018933aff43736
BLAKE2b-256 4d3950d32204c9bc5996e4eab8b2eb437faab755cc4cc59bef17950a6e807b2d

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp38-none-win_amd64.whl.

File metadata

  • Download URL: pyromark-0.1.4-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 224.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.1.0

File hashes

Hashes for pyromark-0.1.4-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 321616703f1863ccef10338de9a929be675296cec091f098b01d5f10698f3648
MD5 75c1d95df180eacd0379e70602f5347a
BLAKE2b-256 b5212ea26e612443a9f36159768d41c3de5fac6e1976e79da532b890acb44d6a

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp38-none-win32.whl.

File metadata

  • Download URL: pyromark-0.1.4-cp38-none-win32.whl
  • Upload date:
  • Size: 215.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.1.0

File hashes

Hashes for pyromark-0.1.4-cp38-none-win32.whl
Algorithm Hash digest
SHA256 62c04e4b52affbb8d77be914ebae0ae0479c447422aa3b88d4703feee12388f2
MD5 01cce08613cc8031ee2e09fdb6fc9843
BLAKE2b-256 b8722fbbdd816d45ab6640eb16f1f3631eced49b7aa96d49833e87da9cc4c676

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b4ba6275fbf2701d18c98d0cd53d484198dc26984e93bf0864632b1f414bf50
MD5 51ab508ed20544c6726399f212926cc7
BLAKE2b-256 fabe974cf518d30c4597d0730a52103f192bb33690713944c38e4a37ec77e7a4

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7010a4e7fc03e5eb7ac124e8c0600460efaddae7245841271671bc475626070d
MD5 35d51d8c31894872c020339dab24f6da
BLAKE2b-256 aec9e3bcb8fa376d20edeca20bfbf1e48fec2a5d53370388bc35d4dbf9cfa679

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 310e59f68385b80cab29a82833f053b010d39a1d7b2f05861e29054980a69b86
MD5 e361c46ebc19bd638f6a840ffe301ddf
BLAKE2b-256 de0c3f3540a4ba87535979ae932fb536b13506ceb0d8292594fbd049c2374bcc

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 02c10f5115c57e0123cad372a676f16bcd824f5e3f4c1ab065ce934523a45bc5
MD5 eb6b53f90865ff42334c8293e5947e7e
BLAKE2b-256 26a70dfab20a57b221d6acffe15ffa312cd41dc170b473d6765395035cbc3d56

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5eedfa5969b203492a73b54b29e0b6a216225bbf9e8493681e1ec89d0f670065
MD5 3de174127bcbf75df9431397e17440c6
BLAKE2b-256 df4c2ee43f8895e6be9cedc6b2fbcbd785e05e95802739b3a623d134a297ca8e

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 03ee0943748721ea6f37051089f9f16623eedcf8306124beb2c23c5052b12546
MD5 82b84ed85bfc5721747f7855d9d30fa7
BLAKE2b-256 e87f74ade36723d598528ca42c80afbd5a300c4d2d8c8a5d4379a54b9102e5d1

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp37-none-win_amd64.whl.

File metadata

  • Download URL: pyromark-0.1.4-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 224.4 kB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.1.0

File hashes

Hashes for pyromark-0.1.4-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 f3c14316626646bd408eb199b6a7a7067156e90163c652e36cfa7a7da470588b
MD5 9e4a5b8697395eabd6894dbd1e359a5a
BLAKE2b-256 cee28d53935584f5bf278c19eca418354b686262b1e5d8c34534928343ccb939

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp37-none-win32.whl.

File metadata

  • Download URL: pyromark-0.1.4-cp37-none-win32.whl
  • Upload date:
  • Size: 215.7 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.1.0

File hashes

Hashes for pyromark-0.1.4-cp37-none-win32.whl
Algorithm Hash digest
SHA256 e1750d1d2726b01646814b2f2f5bd996b514c485cfe0b8124264e98b1ab3b61a
MD5 49d73ed4379a48778ae8e8ecb80a60a0
BLAKE2b-256 42c53d76997b07e9d1eca46c87cbfef899cde7e06d9954d55dba9a2c0074b5ec

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28e837cd1bd9ab5c50df2db98c3e5cebdd3ac5636a236dc21de68faaf6e7572e
MD5 9c8669bcc1df4a7f5c40624575a48600
BLAKE2b-256 269dcfb264bc312049200e59a9daaf4c47c32d91307f0928f6b66e366e02282e

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6870a30a10d9f0f8fc9bdd7e676f996ef2eb3dd3b08925140fbf7c43e8e9ab53
MD5 9440d83481aaf98bc898d5028f245fb4
BLAKE2b-256 bdf6553b0389a7361904128fae0387c1fd221286c42ccb49ea20df61c739edd8

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0abf7658e8a847ad8487471fc9fb0bbebb54df0cb69167640fe317ad67097431
MD5 b024a51c729665f4ba65c468a7d40714
BLAKE2b-256 15b18c4e4c92915d7bee229965a558c1ccc125aa5e06a2d6daeb39394345d88c

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dc07cdba0584a7e1663aceaa204375a5e653c326c72ac0cbc1c429f6d07b5b2f
MD5 97b6993057a0732f8412804b4b52c55b
BLAKE2b-256 ee2752e751c3f10a487016090d048e52cc32099136af38d0852301f96e39a439

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cee05b2d5a70bae4cf0ed280689c6347d3c00c4a6fa47f82ec25cfd67f9848a5
MD5 bd9d6731e2c36670619a8d8aa393187e
BLAKE2b-256 f464b65fe3f7961acfd228c02544d61cb0c87d19b714f7bd56fa8f634aab9ad8

See more details on using hashes here.

File details

Details for the file pyromark-0.1.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyromark-0.1.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 43d8ded634f4d44664baa2127743a25856bf54e07a20d3b008e1b5cfb6d7a292
MD5 209db408886d4e4b91d538d684a1a3b9
BLAKE2b-256 475b4fad45434b851946f11ecfd04c44b825c1ecdb9fdd0f69085a1f1476d98c

See more details on using hashes here.

Supported by

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