Skip to main content

comrak

uv pdm-managed PyPI Supported Python versions License pre-commit.ci status

Python bindings for the Comrak Rust library, a fast CommonMark/GFM parser

Installation

pip install comrak

Requirements

  • Python 3.9+

Features

Fast Markdown to HTML parser in Rust, shipped for Python via PyO3.

Options

All options are exposed in a simple manner:

>>> import comrak
>>> opts = comrak.ExtensionOptions()
>>> comrak.render_markdown("foo :smile:", extension_options=opts)
'<p>foo :smile:</p>\n'
>>> opts.shortcodes = True
>>> comrak.render_markdown("foo :smile:", extension_options=opts)
'<p>foo 😄</p>\n'

Refer to the Comrak docs for all available options.

Benchmarks

Tested with small (8 lines) and medium (1200 lines) markdown strings

Contributing

Maintained by lmmx. Contributions welcome!

  1. Issues & Discussions: Please open a GitHub issue or discussion for bugs, feature requests, or questions.
  2. Pull Requests: PRs are welcome!
    • Install the dev extra (e.g. with uv: uv pip install -e .[dev])
    • Run tests (when available) and include updates to docs or examples if relevant.
    • If reporting a bug, please include the version and the error message/traceback if available.

License

Licensed under the 2-Clause BSD License. See LICENSE for all the details.

Download files

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

Source Distribution

comrak-0.0.14.tar.gz (49.6 kB view details)

Uploaded Source

Built Distributions

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

comrak-0.0.14-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (852.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

comrak-0.0.14-pp311-pypy311_pp73-musllinux_1_2_i686.whl (828.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

comrak-0.0.14-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (894.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

comrak-0.0.14-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (846.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (592.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (730.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (688.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (620.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (667.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (615.9 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

comrak-0.0.14-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (592.9 kB view details)

Uploaded CPython 3.15CPython 3.15+manylinux: glibc 2.17+ x86-64

comrak-0.0.14-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl (615.8 kB view details)

Uploaded CPython 3.15CPython 3.15+manylinux: glibc 2.5+ i686

comrak-0.0.14-cp314-cp314t-musllinux_1_2_x86_64.whl (849.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

comrak-0.0.14-cp314-cp314t-musllinux_1_2_i686.whl (825.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

comrak-0.0.14-cp314-cp314t-musllinux_1_2_armv7l.whl (892.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

comrak-0.0.14-cp314-cp314t-musllinux_1_2_aarch64.whl (843.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

comrak-0.0.14-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (590.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

comrak-0.0.14-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (730.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

comrak-0.0.14-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (686.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

comrak-0.0.14-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (617.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

comrak-0.0.14-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (665.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

comrak-0.0.14-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl (612.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.5+ i686

comrak-0.0.14-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (590.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

comrak-0.0.14-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (612.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

comrak-0.0.14-cp314-abi3-win_amd64.whl (406.0 kB view details)

Uploaded CPython 3.14+Windows x86-64

comrak-0.0.14-cp314-abi3-win32.whl (394.5 kB view details)

Uploaded CPython 3.14+Windows x86

comrak-0.0.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (590.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

comrak-0.0.14-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (613.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

comrak-0.0.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (590.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

comrak-0.0.14-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (613.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

comrak-0.0.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (591.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

comrak-0.0.14-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (615.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

comrak-0.0.14-cp311-abi3-macosx_11_0_arm64.whl (518.3 kB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

comrak-0.0.14-cp311-abi3-macosx_10_12_x86_64.whl (525.2 kB view details)

Uploaded CPython 3.11+macOS 10.12+ x86-64

comrak-0.0.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (593.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

comrak-0.0.14-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (618.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

comrak-0.0.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (597.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

comrak-0.0.14-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (621.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

comrak-0.0.14-cp39-abi3-musllinux_1_2_x86_64.whl (858.0 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ x86-64

comrak-0.0.14-cp39-abi3-musllinux_1_2_i686.whl (833.3 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

comrak-0.0.14-cp39-abi3-musllinux_1_2_armv7l.whl (899.0 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

comrak-0.0.14-cp39-abi3-musllinux_1_2_aarch64.whl (852.1 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

comrak-0.0.14-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (736.7 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ s390x

comrak-0.0.14-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (693.0 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ppc64le

comrak-0.0.14-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (627.5 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARMv7l

comrak-0.0.14-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (673.6 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

File details

Details for the file comrak-0.0.14.tar.gz.

File metadata

  • Download URL: comrak-0.0.14.tar.gz
  • Upload date:
  • Size: 49.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for comrak-0.0.14.tar.gz
Algorithm Hash digest
SHA256 f9bae3476d97752ca7c569fb4ef07e0d71dd4a4d9fbc5c6e306bfffd06ae06cd
MD5 0fa8a0692399df246ff9a412e3b6424a
BLAKE2b-256 289884be0df67e3183c9fa24d158e88e2f2a586766c7f17e0366ac512d108699

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5d8403a513023b27e3d9b0848d6ea27b952d0547fa95c66d4c1cbc55f431772
MD5 de9d66f08d08e3bc453ea4f95af01e9f
BLAKE2b-256 e356d34e414833750563a212aa842e000ed4cbd0d8eba7a6482c193d8586d4a9

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f23724938aee3ee496675699a0305346d431e8953bc5546ad979b5b4d40b66ec
MD5 1b5ea2f1695c4d2656e985165331c40b
BLAKE2b-256 5c2886d85d7f0a404ca80db6bc5244968985353b6cc65c981ab477021518d96f

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 40d0db3b2bb86d5c31183cfd5f67bebff0ce407a9099fcd1127daee797efc36b
MD5 742523ff4925924fc43c4ac935dcb8f4
BLAKE2b-256 2a9241b5a9fc79fe33f192797cf4abda1d8aa926fbd47d88649d8b8fd5b13577

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0e2954cd5a81f1861c3645c7dadc9af06dcdca916af2f8691fdcfabb26d15567
MD5 082829bbd445089ace3b897e62163998
BLAKE2b-256 21ff8d50e580b6695471d24eafa18baf73b944900bd6397e90de7a7ee3681865

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e69d1254879fcfe1c6339606c04c41e979c21245e998994440b41d0a6e7f41a
MD5 1d440fc4a0d492572979df4e6e345a92
BLAKE2b-256 046490f1a35214db916f60b9196afddf7073d14de93b2fde345e63c290009777

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a3952f7cb74c648d55efa119baa0afa61dad58b0e3757273d8a4f0390ca4da8c
MD5 565588b4e4cd4783c5da913eab4eca0e
BLAKE2b-256 a0914688c8ea95c1c06fcff5ca83587d0f27c6b0efe37cde1425e0de819fed67

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 098cf87aa89062568ef9e17988dfc204d726bef6ccad3f30b3c68fb24363c810
MD5 9192e40e4f7b908da32c3d4eba787372
BLAKE2b-256 c6f93972872634cf9bce9ecea07cde86b0daa7477769087e0f6b579b87be7af3

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b51322f911c979e7bb7befece96a1792b00dd8aa4a975c4e9fa5afe343e8198d
MD5 e85d6529f96e12a735f856684195d280
BLAKE2b-256 b9a8bf666073de5765de2f8164803abbf387918dc0a45c7ea2d3ea67e98fe4d4

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a4375b178165af57c09ee1f6e5518820008a92df36897fd10370c52b816697d
MD5 c755882b4d4e542bb76e5297f1bfedaf
BLAKE2b-256 d3eb9b220c711d18784cd3597c921dad1ec9553f9ac08890abf254a83c31e229

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 df046022deb8a9df0ace1b7e85937292dca816beb6b7e761c8d4be2c6d1f2ff5
MD5 8defe4a9d526b05be444b9907936e3c0
BLAKE2b-256 cf006f7bda65389cae15c589c5724c5e5a2bbec7d9fc00de08a8b52efb748ffd

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1cc353c01eead880c8d0a2d5743f1c3faa49c135ccdf9ebd471bf6c17098e1bc
MD5 e2bce4101350a659d80ab569cde7026b
BLAKE2b-256 eb42fee8f9ef3ad6f1c032e754130365c5b0a0301bddb0316ade7529ff6f3378

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6e55ce6d099c6f24f241981187fe4c075584ac66a82f4c38a2a3ae2c3a783484
MD5 b4b6b8cb52d004aeca114ebca821feac
BLAKE2b-256 71ee6c6d32e275fee86edcb44c69b4576f25bb4844588e12eeb7c2de950901f5

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39c4ce3742a5b9f5eb1d9ae7d39c001dda20c63651b40b485e1f6a5111b111cf
MD5 2c485f327a879739ce2419cfb1b75bc5
BLAKE2b-256 92ce6c923c506bbb6349982e6e35cf80a18213e4ee5569e59f187e9f0e720549

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c116d390a3116d34063cdd517934547355b78541f1d46e56995af6e5abc2af6
MD5 c81b4474fc0b038e6b488e084ac184bd
BLAKE2b-256 ea624097e85b6a8d174ee5f0f73a7381c0be3c88acae564ef429c9f6882028b5

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 555331f4e3d2637d7c7f0ca4a489cd50e50e6eb4859bff2d67c38eb97a48ffbc
MD5 399b68b62c0cdb2dfd854f6d48d05a98
BLAKE2b-256 89c534882a70e17184c04a237de4b28a604a178685fcb2ac20c08ba466102c59

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a3de8142dd953b1ecd7cbc4e421c46bc6260c9930d2d70cc0a25d58aabf9f32e
MD5 e7f105347f92f24c878cee8717525165
BLAKE2b-256 c39c603f8498b6eec47b0b4800e0b2306b6ae79773a088611f09ef9d67ce2629

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41d001d6b199fafb1619123dda6269e5c70f5c65bc8c7925fc0a7bf95b9ce157
MD5 9d9449164d9082bb8ebb09074141e562
BLAKE2b-256 1c130ee68cd793d3fc826ad2830ac8eeb935ae394aaab4d02a9ecc806dd26bf1

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 90319b28d23efdcb7bb872e8c16fd1e8a72148a431db7cb9ac0d16acba8240fc
MD5 7e2e06c0842aa024a39efe565e0cc072
BLAKE2b-256 866b9b1b57206ab9bc80f67f7e2109648882c3090041bc87443145e04d96dbb9

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5dd72d5e84a916152d5d54d3e168e03c0fe0ec5588dc730982044e72202ff921
MD5 f5d1418cc0771ad441e44389165e9906
BLAKE2b-256 a76db9057695ae1df614a176379af8075498a074c4a173f1e8daf54f79a625f1

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 30e42833e5ca0507ef6649f63419316ecea38a35ab96dcf3462d4e75e4aa9f7f
MD5 1e73b5b5657d5b389b676a7018d0d0bf
BLAKE2b-256 bfa8ba3a0c94a5c2a7ceef1b9764a9168c3115d72e4ec48f9810f1cc698fb81f

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36b2901125d3c0d249b79bb49e62335e9b64f47d1e7a876f860846171a67b656
MD5 df9c2fd7b775db380f8bbb14c6936c04
BLAKE2b-256 7f772d46b30f3317fafc6db08e21df89994ec239b9b6a9504297eabf8bfcfedf

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 24efd977cc292080786adc5f19b434ad8185fa472b227bf726f34945694f71f8
MD5 df902605354d0d293c0c7d4d891fb3aa
BLAKE2b-256 0184f8389d500f7533bea97a3010052237293345d195abdbfa5fc93ace2f2413

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0a11ae38283a1d035e39f1b032e584066f174b6c465ac499a7a5d4123c2ec93
MD5 faeae9188c31ed178ea2785204e0323b
BLAKE2b-256 1dca563b674d010d9866a96fc7daf119831fd426782ac0ecc304dea39102fbd4

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6731c53efe6e69b2421f8fe6efaf544c0d9e9cb514e5a5ca20067234d97b94fc
MD5 95fd375da080fd693d4355d9e54e889a
BLAKE2b-256 5a74d2bb76430bb11a9b6b2c5b4dbce667ac2ee1fb90962a794054c6febe8a8f

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp314-abi3-win_amd64.whl.

File metadata

  • Download URL: comrak-0.0.14-cp314-abi3-win_amd64.whl
  • Upload date:
  • Size: 406.0 kB
  • Tags: CPython 3.14+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for comrak-0.0.14-cp314-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 2c8ea3f871beb8f3c1bd261cced6fbfe0f1282eb6b50c8fa5df1569bf80d50f5
MD5 0349b62728d4af77c9136b7acf29a2c9
BLAKE2b-256 f5c5efecdf3cd3fd84680eb2d33a366f97cb067e014dc31a923bb31790021dd1

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp314-abi3-win32.whl.

File metadata

  • Download URL: comrak-0.0.14-cp314-abi3-win32.whl
  • Upload date:
  • Size: 394.5 kB
  • Tags: CPython 3.14+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for comrak-0.0.14-cp314-abi3-win32.whl
Algorithm Hash digest
SHA256 2985174f7fbd12697561b03b86524404c0ad5d715ed26cf085f17e8bd189b104
MD5 5e4b186bbedbdbff3a1fe809493725aa
BLAKE2b-256 cea573e121db61294c9e11f5fc4c56fa51df33ef72121810578e784dd5fba985

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce550d62e28007017e3747e94a319112952f6bbb5192323e74b78fc3e9fd814d
MD5 5d929f014d85c7714cf9b5ec0dc1d351
BLAKE2b-256 05504b32955532c4610d4b71eab3af6cdbac1c424d506489c85825b01901fe2f

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6496fcf9ea47ac87859f3893780ce6d27bc70b26afc3a0b2876fac3bb146d007
MD5 34374c6f2b538180ed5540a8b648ec5a
BLAKE2b-256 22b213cde95859784cb8d024a740a8517ccedd4f2e442179f915926d62fd8678

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd739b59d5ea6f34f1b678925157770a638b1d8aa950455296ec473769fad049
MD5 d56a2324e85351a72063b7c945a42875
BLAKE2b-256 caf84db07c655207d40e36f103de3c43d5f1cb8bed3449005e5dcd2818398d23

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 84323d005e1c97fa82db28fdc6c263ef25bf3c73bee0c3f29d822b60e77aad7b
MD5 f9356123041811c119c243786a44b7b8
BLAKE2b-256 5dd0f5ff534c3c243704adf22a2d8cddd37ed544778b95ddb7614ef42313a223

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51b986e026f72adb3a618b42f4700f34c59851477a02699141485a63c4983c27
MD5 a2e4083006c2619edbcffdefe6e8da8b
BLAKE2b-256 0d1152aa809b90b30b6dac1dee40c361518322e8c946a44ea503a2c19fcee57d

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e63fae6dd6c92754fcfb3f7fb4de3c4456da543c32ed3bb206cb32e04973dc6b
MD5 d88618c6e6c25b522b9dc5e49e609890
BLAKE2b-256 e70d8a7868731affc4a2bfc7e4cd9d26efc5fe5f5c0e02896441c6380029221c

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp311-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed87829ee0dd47348c7ac64d85a3f9fa0f26338220935a830a85cc6e9cbb8fb0
MD5 cb7a11aa7d4650f25ad6fe90b0f4b9db
BLAKE2b-256 6a0c1aff2ac422298997753ab56945309a704459855662c041d197d1fe4589f1

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp311-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 61f8c2ff328ebe144316ba2d00cbdb18123c44a7a190aa1cf04a045729d67f60
MD5 531da916f5f468361e529733c87b766b
BLAKE2b-256 17e5f0b071eb8f6b7107aa8f8f4ab1dfcdcd0353fdcb7ffac06a39b1f40a2ce4

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a3c8b6636c32e256acc036da6183cfadb6e6e0253d3860356d0aba151cc7cc8
MD5 5b02e5f0f49c013f299328fabe0903f6
BLAKE2b-256 bdcd59bb83eede078abd918d1f4e3f519d36c063cf7ff5ee9420ae9a446610d7

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3e4e196ee04fb78c4677667aa1e99813870e5a20e69ae98230d26ae7b63ca9da
MD5 f1d3486325e23f979cffb4d30b545079
BLAKE2b-256 d32019b18e9e23088287f2a8bb01cf523e57a31a5cc6c90c4c3e25ce7c001c03

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2701a5e577e9372e5571d7f7e3b3ca9ba2bb8c25011f618b8f1072f6a11a31b
MD5 ca91202268705f90786f5ade4ffd82af
BLAKE2b-256 4e7e47da0fd0241e2bf9efd2befa0690b2d808ae0f626a5b070c218a4e1e1437

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0d6c1349e434277b7fc94f573f23773275decf8cf8d8aa7e6cd5f52d5fc77600
MD5 2ef09c16ee586e2d6254f544fe73e731
BLAKE2b-256 f92792affb12670f3b6b06525ef23a42c5a82c98dedcf6e85e4b680dd01888a9

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c164070f25222b4bea5663bb7b4d5f3418ffd72907b68926100475fed659383
MD5 8fef6a634bb03632151018f994e7ca93
BLAKE2b-256 39fdc7bea862105d1a8a7c152495439731fd36c1c6d7a6b8fadb7a5a7b48bd60

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp39-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b89539576fe6021c74750b2ad1adab890db33e366eeb02d30f77131ae9e65db2
MD5 c33c3f659d8b823f103b7db489b38aac
BLAKE2b-256 2e22f4b3060b34db49b53930aa0bba080a46207d853041e2dc430bf3a979b75a

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp39-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0bde24ea740fb75c1dbba1107688037050e619c0bf476230b3b40c37c09598e2
MD5 3cf335a9fd02905070dc3b973c1a004f
BLAKE2b-256 ce5a65f3180b428431f12d42255835d08e6cb5d6719384f9e987ebeb654ce6b4

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2eb8b828da99271932f1e4d5516e9eb861ed2ff751e3709d068ad215725bcdbf
MD5 b39b8857f14b414ee5280a43e083ccb3
BLAKE2b-256 82b0e31b5dcbe138b890969a88f573fe32a68d8a9f2d6a03004e59d109aaf5ff

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 93013a4628df94a96fcbf371824a08c7b238457aff32076575bef250bceff3d7
MD5 a71a15ee41b9d9b90f103a08e3112984
BLAKE2b-256 844153919678142407fbd9031fbad1238d2e9b7385331eb297b117924bb6baf1

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 36e79596e34c648976dd600f4974b1f3fd88b381b998698c777c72bbe17be6a0
MD5 6de1ff9990a48e878921d3711746184b
BLAKE2b-256 8dace53307b5e9e152a1c831a6013b8b5b903a069835a52977ff2796d3efdb6f

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3a4ddf0f6b7f3ede687a273861afd3bda38c4268a1142712553d7339fad33025
MD5 36a54b5ab3a93defa07ed2ee9efea935
BLAKE2b-256 35e49d8036be26987e04f68ed03b48f26bd320bb63bf350657a0152d4ba6071e

See more details on using hashes here.

File details

Details for the file comrak-0.0.14-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for comrak-0.0.14-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac3b820e1a28898f77dc0029ab939bdf88dc52d643251ba78bc3f58c87d150a5
MD5 2d18cf9cf465b848e1111eaaf13333d8
BLAKE2b-256 6f87193b7aad49a2032358a1da4c6b6455883e3c201b0fb1c44124a22670ea7f

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 Sentry Error logging StatusPage Status page