Skip to main content

Python wrapper of Markdown using CMark.

Project description

Ultra Markdown ⚡

Downloads Netlify Status

Ultra Markdown

Ultra Markdown, an ultra fast (high performance) Markdown parser compliant with the markdown spec written in pure C with bindings for Python 3.7+. Unlike others, Ultra Markdown is written using Python's C API and uses CMark, an ultra fast Markdown parser written in C.


Source : https://github.com/kumaraditya303/umarkdown

Docs : https://umarkdown.netlify.app/


Features 🚀

  • Fast - Very high performance, One of the fastest Markdown Parser available for Python.
  • Intuitive - Great IDE support as it ships with stubs out of the box.
  • Standards - Based on CMark C library which is fully compliant with the markdown spec.
  • Command Line Interface - Ships with a Cli based on click for Cli usage.
  • Support - Fully supported on Windows, Linux, MacOS.

Installation ✔

Install with pip:

$ python -m pip install umarkdown
# Or Install with cli
$ python -m pip install umarkdown[cli]

Usage 🚀

Can be used as a drop in replacement for most Markdown parsers.

>>> from umarkdown import markdown
>>> print(markdown("# Hello World!"))
<h1>Hello World!</h1>

Benchmarks

  • Higher score is better.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

umarkdown-1.5-pp39-pypy39_pp73-win_amd64.whl (97.2 kB view details)

Uploaded PyPy Windows x86-64

umarkdown-1.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (114.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

umarkdown-1.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (112.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

umarkdown-1.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (130.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

umarkdown-1.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (92.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

umarkdown-1.5-pp38-pypy38_pp73-win_amd64.whl (97.2 kB view details)

Uploaded PyPy Windows x86-64

umarkdown-1.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (114.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

umarkdown-1.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (112.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

umarkdown-1.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (130.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

umarkdown-1.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (92.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

umarkdown-1.5-pp37-pypy37_pp73-win_amd64.whl (97.2 kB view details)

Uploaded PyPy Windows x86-64

umarkdown-1.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (116.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

umarkdown-1.5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (113.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

umarkdown-1.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (131.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

umarkdown-1.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (92.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

umarkdown-1.5-cp37-abi3-win_amd64.whl (97.2 kB view details)

Uploaded CPython 3.7+ Windows x86-64

umarkdown-1.5-cp37-abi3-win32.whl (92.9 kB view details)

Uploaded CPython 3.7+ Windows x86

umarkdown-1.5-cp37-abi3-musllinux_1_1_x86_64.whl (305.9 kB view details)

Uploaded CPython 3.7+ musllinux: musl 1.1+ x86-64

umarkdown-1.5-cp37-abi3-musllinux_1_1_s390x.whl (337.0 kB view details)

Uploaded CPython 3.7+ musllinux: musl 1.1+ s390x

umarkdown-1.5-cp37-abi3-musllinux_1_1_ppc64le.whl (308.6 kB view details)

Uploaded CPython 3.7+ musllinux: musl 1.1+ ppc64le

umarkdown-1.5-cp37-abi3-musllinux_1_1_i686.whl (288.8 kB view details)

Uploaded CPython 3.7+ musllinux: musl 1.1+ i686

umarkdown-1.5-cp37-abi3-musllinux_1_1_aarch64.whl (299.2 kB view details)

Uploaded CPython 3.7+ musllinux: musl 1.1+ ARM64

umarkdown-1.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (312.8 kB view details)

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

umarkdown-1.5-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (347.2 kB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.17+ s390x

umarkdown-1.5-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (319.2 kB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.17+ ppc64le

umarkdown-1.5-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (306.3 kB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.17+ ARM64

umarkdown-1.5-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (295.6 kB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

umarkdown-1.5-cp37-abi3-macosx_10_9_x86_64.whl (96.9 kB view details)

Uploaded CPython 3.7+ macOS 10.9+ x86-64

umarkdown-1.5-cp37-abi3-macosx_10_9_universal2.whl (184.9 kB view details)

Uploaded CPython 3.7+ macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file umarkdown-1.5-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4592597d8a9f8cb3bcd538629f3e05d2f33a59d105d2037bdb396276e395dad1
MD5 6782491362dcdca8383c1ceaa08a04eb
BLAKE2b-256 7c5454f7fe9deb016099e67091f662dd42f76dedcc292856d39fdf29704d7c1e

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e21a258bb27929ba2fff4d6d35b03bdf617f85904b50a3e2339701ae66f6f94
MD5 0b601d706bc3a84d522cebde597b3c67
BLAKE2b-256 2b3d94c88a58cfa4d23a1e0b806260181fd660d6fb0327913e7356e49f1797f6

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f3360f94d89d49a3ba82d50555c9ef470d3bc96a4cd0b92fdd8436ec0b50566
MD5 9b1f48859ae9f6eb01a1c13a9d4d7e46
BLAKE2b-256 06b3ced13e0c73ed88b2f239ea30e0e259c212c7ecd126550a787ced3b20d8f6

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 35d2468ee39165c1203208f98fa6fcc96876a34cfc312ae0650ecf13d2cc5882
MD5 11c2b19388ff6e2fd15987863295d8f3
BLAKE2b-256 a0e7f0826f2676dde1efb595bd397adf499d3f996f52a9cb2386ade3d5d584f4

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1c74b1a6d7f77d9538eb2af8d186379d564539826f3704ba3152272c49b6d1ea
MD5 be19c04af0d9c90b9acec734b5087420
BLAKE2b-256 8f8d3d5310501aa38f5a3114ce84163132b7a9d76beb0b51f07080adc7559663

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ed52b4afab2e0c3920e3b7be2d20ed1527f916f63c67a2b6c2662fd1e473c06e
MD5 09a616f34f03610789a36405c514bae5
BLAKE2b-256 293a467f83fd638e6cdbfbd950d8d62cfde821fe02c1570d93ad35ebf2dc2744

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e56067528aaaf440231e354bdbfd7d738483779d1cb671ce04a1c3a124c779d
MD5 4b4eddd634272fa00b7008bbb690c4e1
BLAKE2b-256 66f4810dc18edc10ad8a40302cc24cf12d3e63d390ade1e20ddde5f4602f3ba0

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 18345f8c51fde1f1ff28ec23eb0a6ec08dbcec17cbac1dd07169b45778de854e
MD5 802f60ca2047059b36f01425359d45a1
BLAKE2b-256 4e7eb9ed0c4308080ce15111cd56b6e96596c2bcdd838b62d80879e0779b8b0f

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f15d5f62ebf72b6a3cf8d70b54f00a87c737276e5c8a26ce53787f75eb68b435
MD5 d37793e1e2464fa344232de100121dcb
BLAKE2b-256 f9f66015cd02471aa3763b357baf2a7849479a225e017870c3fe8c84dde3be9b

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 93402affd90009a9625f0306a24fb51049bd1650daf8e0aa8e7952c7c32f9e4e
MD5 16090f4bf087d249f2244ee3f60e572f
BLAKE2b-256 43af15df1723572495640365f6869138f2c01ede8e1b49b05ddf4d1c77972b80

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6efc74e8e939ce8b326285d7c5397ded6cd825e4b3d71559bb8630f3a7a100ac
MD5 2b05f29ea83ec1bfa45f803ff50b2c03
BLAKE2b-256 016c547ecfe29bd9476eccc080722a6a5811d02c88c63086a54e717e85f72fcb

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1344b5a437401c88ed18c0ee1c4cd28df24fbc25850a5747e4d6dbecb30cf146
MD5 1aa97d52fb292ed5cf7023178bb6a55a
BLAKE2b-256 ff8ec49e3949e48530a427890e4f1f05a8b53ddb32e2c41a5ad44b4ea7d51839

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1071d226b70d3d35032676340218063804889b2398a3f6b0882f0a8b829958c9
MD5 2cd77512fa79df6f03a3e2af7aa2cb75
BLAKE2b-256 1c6b049e9e5ec5b2c10f377488f050bbb8c1dd0a75e5af99e023adfc2717e31a

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 427c3b409d8c512bd4f98f4743ebb4c3f68fdcb82970e47901008136dab111ad
MD5 cd4a096fa72eab00b2c69580be8ee042
BLAKE2b-256 e1544c1ae09328ffe950a373338be02c9fb9488411b1219583bad1e3d0e6b335

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 12ddd96764413861d2bec1a356b8e19605fade2cc66d681a0ec9385a212969da
MD5 72b66114be04e5abd57b5226af7fce41
BLAKE2b-256 37ba6017f8c0519c99c40acd6bdeed2d23dcbbdc648a56d3845e39268d46ffec

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-cp37-abi3-win_amd64.whl.

File metadata

  • Download URL: umarkdown-1.5-cp37-abi3-win_amd64.whl
  • Upload date:
  • Size: 97.2 kB
  • Tags: CPython 3.7+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for umarkdown-1.5-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 701c302089977d647825bce91354c466bf2dfa0a42d59371d259fed35a7709cf
MD5 4ffe6c4ad3a3841ebd826f87fcf87b69
BLAKE2b-256 fb6198ceb8361b9ae9d2b6124cb0ea181d9afad5f20383a349451b898e31bfbc

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-cp37-abi3-win32.whl.

File metadata

  • Download URL: umarkdown-1.5-cp37-abi3-win32.whl
  • Upload date:
  • Size: 92.9 kB
  • Tags: CPython 3.7+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for umarkdown-1.5-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 bfeb5b88308bd6be04f2228ce5936075e227912cf09c07cef6bfb815e9720d21
MD5 80f3da0b47638b2c4189db9932cfda90
BLAKE2b-256 66798f0aebc3d6410631d860399acf32cdf4f6dd9fba07f021f03699aaf0a65c

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-cp37-abi3-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-cp37-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9c270fd4fce1990f34461e0432dc03b8d8a343a6ab990ace11fa925957f5596c
MD5 8db15d59142c69f4e79d29a2ba6bc13e
BLAKE2b-256 ae47b945c35ae4e5c605e25aedae9afc45367d4173b3f9952d7c80d56d77f417

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-cp37-abi3-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-cp37-abi3-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 89bd975cc24478fec3690166337650f5ea39cb03bcb5d4a70170e39e1a711b32
MD5 3afe5b38791529783e979b9bc87ec2c8
BLAKE2b-256 a50a687271e4b71f9d7b43e42084a169a4e2626c4ca8015ad511221e1cebb756

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-cp37-abi3-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-cp37-abi3-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 526c084c559b01e377a86159d9ad85024ff0eaa47bef6e2a6f16624265fa13e6
MD5 02b7536df1dfe70c9af3093d6240aa0d
BLAKE2b-256 e87b658b9fd27dbda8add3cbfabe0f506fb15000186dfed745f764416a605742

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-cp37-abi3-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-cp37-abi3-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d39738b4546666f666737a9fd6c5eaccf3ab320dd13e3db59ae4e182b64de4ee
MD5 3f82cc4cae09071428387f228d9c91e5
BLAKE2b-256 df32a56b726e7c48d960e2a5dad350cc2f7c1d2fbbd4984c70c1cabeb1ec945e

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-cp37-abi3-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-cp37-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fe2693f362fe0b3d22e1611ac40e402b6bb2d8ebdcbd51d240bb9a046e651507
MD5 f97a333cfd80d3049ed77ba9f9e30c32
BLAKE2b-256 4310c6e617befa13ca62ad9535f7e5bdec7ffdbaa4992ecccb4aac872a17be16

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdc05907548bf1871ba4a503522edf0eb17b8a7580bc81c52ec0f100bdc3499a
MD5 750a0c01407600a9036cdbe5477da05f
BLAKE2b-256 122cb2d5289d45fabdaa811f760725cf4adde42a5949442c8da4333a48a77dde

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 93d2566383395d21af51ee66c4d95755c9f63dac7f74d771a8289ce0aa2dfac8
MD5 b80819250f1a1f436cdda169df87b8d3
BLAKE2b-256 373949eb9670a547f4e058b5d92ed6db9b95093a022ba734d485443a2ab4d768

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 58ad0460d53a6b030ddb2a755f203b636df26f142dd6259725f0b9a2f74f4412
MD5 86b8f928b39ccd8434dfc88b51be95f8
BLAKE2b-256 5ebf8c15520786d426e3d613520e54f282cdf7c6e750cf930295095ea1c83978

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 633e7eef4087d3f30d838b3d5b1500af02ed16e9f62d905aff8d02342aba1320
MD5 4ca5cc6c16dc1b432245fb8148805337
BLAKE2b-256 2601da27414238815950ac3210e719ed2fbedb44209ace5d6ffabc72a88d6d8f

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f429eb17ad37eeeb1e07a67beb7eb356a0a094237b25c9e4ce0aaa8a8b294c5d
MD5 71d5af7d96c8d28e1aff612cf2390bed
BLAKE2b-256 208ab2368af247c837b775852265f212df0e03e05430b26478d71880538d5959

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-cp37-abi3-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-cp37-abi3-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 907c53717564fcef24dd9c2dcad2046a817c692a5c1f14f03d1bdeaa43381ae5
MD5 0f31b6160b4d702748aae2d5a23aff0b
BLAKE2b-256 e2c1306f543cd5f2b606536dfd085bccdaad201bffcb0ee23e9116a70b5929be

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.5-cp37-abi3-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for umarkdown-1.5-cp37-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f8803a32793b9fce4208d4eb4c2462453cefa196b635bd18a5460246bf67b968
MD5 a29dc2acc3b64b9ae530bea11e986d5b
BLAKE2b-256 1dfa87d83aaaa2081e08d68dc3954d6e83f2a645149fc8eb5a290e13e1d106c8

See more details on using hashes here.

Provenance

Supported by

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