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.2.2a1-cp310-cp310-win_amd64.whl (105.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

umarkdown-1.2.2a1-cp310-cp310-win32.whl (98.3 kB view details)

Uploaded CPython 3.10 Windows x86

umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_x86_64.whl (310.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_s390x.whl (341.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ s390x

umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_ppc64le.whl (313.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_i686.whl (294.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_aarch64.whl (303.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

umarkdown-1.2.2a1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (353.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

umarkdown-1.2.2a1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (322.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

umarkdown-1.2.2a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (309.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

umarkdown-1.2.2a1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (334.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

umarkdown-1.2.2a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (314.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

umarkdown-1.2.2a1-cp310-cp310-macosx_10_9_x86_64.whl (96.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

umarkdown-1.2.2a1-cp310-cp310-macosx_10_9_universal2.whl (185.1 kB view details)

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

umarkdown-1.2.2a1-cp39-cp39-win_amd64.whl (105.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

umarkdown-1.2.2a1-cp39-cp39-win32.whl (98.3 kB view details)

Uploaded CPython 3.9 Windows x86

umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_x86_64.whl (310.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_s390x.whl (341.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ s390x

umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_ppc64le.whl (312.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_i686.whl (294.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_aarch64.whl (303.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

umarkdown-1.2.2a1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (352.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

umarkdown-1.2.2a1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (321.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

umarkdown-1.2.2a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (309.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

umarkdown-1.2.2a1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (334.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

umarkdown-1.2.2a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (314.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

umarkdown-1.2.2a1-cp39-cp39-macosx_10_9_x86_64.whl (96.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

umarkdown-1.2.2a1-cp39-cp39-macosx_10_9_universal2.whl (185.1 kB view details)

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

umarkdown-1.2.2a1-cp38-cp38-win_amd64.whl (105.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

umarkdown-1.2.2a1-cp38-cp38-win32.whl (98.3 kB view details)

Uploaded CPython 3.8 Windows x86

umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_x86_64.whl (311.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_s390x.whl (342.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ s390x

umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_ppc64le.whl (314.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_i686.whl (293.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_aarch64.whl (302.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

umarkdown-1.2.2a1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (352.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

umarkdown-1.2.2a1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (321.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

umarkdown-1.2.2a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (308.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

umarkdown-1.2.2a1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (334.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

umarkdown-1.2.2a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (314.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

umarkdown-1.2.2a1-cp38-cp38-macosx_10_9_x86_64.whl (97.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

umarkdown-1.2.2a1-cp38-cp38-macosx_10_9_universal2.whl (185.8 kB view details)

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

umarkdown-1.2.2a1-cp37-cp37m-win_amd64.whl (105.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

umarkdown-1.2.2a1-cp37-cp37m-win32.whl (98.3 kB view details)

Uploaded CPython 3.7m Windows x86

umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_x86_64.whl (312.8 kB view details)

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

umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_s390x.whl (343.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ s390x

umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_ppc64le.whl (315.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_i686.whl (294.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_aarch64.whl (304.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (354.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (323.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (309.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (334.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (315.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

umarkdown-1.2.2a1-cp37-cp37m-macosx_10_9_x86_64.whl (97.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file umarkdown-1.2.2a1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 105.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for umarkdown-1.2.2a1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d334945551c7fe56b061c48f2866d3ebc34755531701a050678c7156db9fdf03
MD5 9216009c45797b851ecd96cb713cc850
BLAKE2b-256 b010a62709c92b6b976b014a10a5df32a40b33b2df17891c75a3eb1968d7415c

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp310-cp310-win32.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 98.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for umarkdown-1.2.2a1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e8d2817ce5477eee6011c90dfe117bbf262927605a2f83dc4ba79f328de3b7d2
MD5 d56547a7bfb0a69d0a06dd5167a20f14
BLAKE2b-256 ab14825d8dfe10c920cc7ba7e93a62db849d4ac69c9b91e887bea27b7496a05c

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 310.7 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c3090eb2015de3d91fd1671c5eb5db2be2b093959839e1f97038528a74aad1b2
MD5 bb2304cbe4e8b4c67cf90086f86e0719
BLAKE2b-256 95f48827beadd60f3ee92a573ff4cd3a7665a52a1fdb41b9f32d3b5cbe55801c

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 341.3 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 e68ad02b12720ca294aedcfe3cd8374295ca06471ec145793541283c42072190
MD5 e1f9eb897ab47e0a20ba7a65f4c82f5e
BLAKE2b-256 ad55ea9cf83d741d29eb6d6fb7fff837064f8049abcc8e1b562c619d8a3a2244

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 313.0 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 b696d2a20aa84cdf5c7e249f4b30fbc42c88548c20865cd4657339786046df30
MD5 61b624a4291779b79a47f5510bdb3e6d
BLAKE2b-256 682e687cd47a1669ad176bc06f56700906a29cc487673f6fcaa7486cd64927f9

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 294.7 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 899dca1df16f11a7bcdfb372d499bebc5fdaed0c1c0dee656cb277ddf61a7aaa
MD5 567edd8c4b1216f709be7f70212c2d89
BLAKE2b-256 7bde1be2425eeeac1f27d2ded35a3031d1ffac2cd561d84fef9d2442265ec2b1

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 303.5 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 21bb04a954c0378806fae372bcf0590ee6eb2dbf7e6e8041aa8f78431892dea3
MD5 3f4232265f1a58270fe128592cf984fc
BLAKE2b-256 18ac387cd0d30e28fca0536e42ffe91ac0f70f72761242db24087b9929402cec

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b503e8e8aa57ec6a3b1141a8ce33427521a539f9887879ea08c239a0778ffa5e
MD5 a88cc72a643554638bb39084bbcc14ba
BLAKE2b-256 28397070277688ecf08953f14d7d5654dab7964a48ecb199f29d85fa6a32af13

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2a9848d4a4d9f3a7276ca407c41ee45f417607b2cc4a49266d710367ac064ee4
MD5 7cc309de8236aa60531174ae5cfbefc0
BLAKE2b-256 e974516b9e7dff185b756028a7a00bc5254e272ec847f5680e54ab8b67df1c46

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be21b11819d91b7ea52b01beb75d167b065a33a435bec1b2ce04e31f340aa25f
MD5 63fcfa82981bfc156fc8f8d7ad9f5146
BLAKE2b-256 b5e3af0d827dbf28ee5f8c4b79549f43e6073a0073685215ce664d1d405592a2

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5f9099bdd09be1d02f85eff8347dd19864ebf2255351d3f2b2eeb4d2896740ec
MD5 f4d7326253e3e2bebbf38d3f6490272e
BLAKE2b-256 ee0d6632006235158e25bf0ceef3ed0dc73c33bc4f8887f774c2d747dfa3606f

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1c53affca24594367b498caa26093d01ac969c6badb7655c39a9631ae823e738
MD5 c441aa5055679771b04e469daf79360c
BLAKE2b-256 1b6dceed21a9e81338d9d3da58a518eef2577ec427aa26343e316a4637c1b6d5

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 96.9 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for umarkdown-1.2.2a1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a2fe805ec07a29b2836379b5e7910c078c47db04b529e3383dd3c22b555c40e9
MD5 4d3ee94e1e4a43fcd527d6f02e1e9910
BLAKE2b-256 34feb773e09046766f7c09e99e418afa524f648138433306f0c7ff19b4ffdb52

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 185.1 kB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for umarkdown-1.2.2a1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d6e80392b8066e7d92ef41b2c9985ef501f0b52be701f9fd3deaed45dc9f7db7
MD5 95aa2115ca43a51db1707b13ccc48127
BLAKE2b-256 3ddecc3cf0a2551adecdf115c61d901c4888b0921132c44506e1e817999b9693

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 105.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for umarkdown-1.2.2a1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cde29404ad9967992612148b7869fd23bf6f74757eeb998dad2ca282c1c0ce5b
MD5 e5cd96a6ceef7d20da85f534c340a4d2
BLAKE2b-256 b06254e76116be7335d3a9fb8bc0506c13f94335f79034e91cebdc45a8fb9016

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp39-cp39-win32.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 98.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for umarkdown-1.2.2a1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b2ca741aa76fe57e216cffab85ac6192f29a856803ddd6b1df82cfba7c01cc20
MD5 c084dcdbab7470c47c66c68cce4afdea
BLAKE2b-256 0b46f87beafed7fec6c9847167a62c5a3365854d691f7a543b3f8f41fbee47c5

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 310.5 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5c04189d3fbcd92da0cedc5894b47c12e08fc05111daf0fe710f7351668b457e
MD5 afb6a9bd97505d5c474d1caad1f39bf8
BLAKE2b-256 f2a5166999f9aabb408f054d33d625571e1def79b535ebaaf374a0290da82d82

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 341.1 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 d243c8d04dd5318481b6c5291b7161507b32089b100d29424c75e9c05c4eeda1
MD5 e910a773620d73a6e053ecfd4df2bf1f
BLAKE2b-256 1f6d4d50df80c47865f24a4f1340355c31f5359a99b40a48fff4619aaa86f582

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 312.7 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 8f682abfba37a44b656db57f74f8b151c0abceda8233c736565bfd2fd7222b64
MD5 64435d9db8dd1732764496cf01bd8bd8
BLAKE2b-256 0e404853a9f09ee96f241510eae61adc503cd4f9c294a6acee499af3186a485b

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 294.4 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ff0f4ddfdd491aa892f716b5ef31cef7b8ffc3b4c27bd5056f833a7ddf6a470d
MD5 4d886c4d1aeff9a54a91a8b3557d4a87
BLAKE2b-256 ec9f285f7bb74836e4c62216b57d1c4b63991c1cef3f506a5b03bda2c8ab062a

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 303.2 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3a5edfb5194fdad63432199b7a26e6395518e72c3f7f88797c512b86063939ac
MD5 a3ec2d190c7a7c0931d2c2ae15c6f568
BLAKE2b-256 41bd906d8dde70c5238e6068240f940716ae40d656c6649da308822563d34e41

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 697f70e426c39797b2df245fdb779725a252a3f6f40713b52f46fc8c7f089f54
MD5 0ed6db781de335f7ed35217197a86c21
BLAKE2b-256 e1444c76e2752477c9646e8bc282a74e3111982c1c68d49332587dbee3c43b04

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1c54bd69ef98d1ae20ed09793e06dc21355ce7b60f92e21b7523e5e3495adedf
MD5 f8d4161a4b5e9659ebb9564fd2bb530b
BLAKE2b-256 27b20ea48e56f311b6d0bbe896bce755847e0c600f4a8fc9c84aaa6acb181797

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b6995fb9acd1ab5d59ecb0742d9d28aaa3b1264cdf864e360ab7aab2db07cae
MD5 60a26924bc8efb569cfd152568c4d379
BLAKE2b-256 b7f73631a503f8419188a56f9571b37e1a19ded2de6d198349b85450d6e0ba10

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2bff6decc00ced0e364fd5303f544ec4d3ed2ca71da20208c670d0a90f699211
MD5 d3a7db056cc86dcf4b82a82547f6a1db
BLAKE2b-256 b59f3fda8f3071da5939a5a9a1181931edad017d576194e483208e279c5a9745

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f32f70638cf62354501a3dd84fc48aea3e1eae8a7b6a71eb418f05a27060dda3
MD5 8a499d0c6cca92e6233cfca4fd144242
BLAKE2b-256 e01bc8d0247c5db5cc013a3a7db31f0396df0f25a09f8da3d20749422f3492a8

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 96.9 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for umarkdown-1.2.2a1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f0f1ccd52a77cae9ec67e2fbb1f417d6c42bb116845e8c7e79a26edfaa9db8b5
MD5 469fc65ed0eb27fed5b8e4b49d750757
BLAKE2b-256 ebfd9917f26063f1724b7843e396ccbf60814339c8a8fac25be61e88e271fb94

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 185.1 kB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for umarkdown-1.2.2a1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e4a015f9d618f00dca23765dc58bc6bb56405ae5abd2ee027332e3d5592f2f2e
MD5 ebfdc6b4ef1cbf9dba858d310a707e59
BLAKE2b-256 4c066d5d9ec2496bb2023bac71a322004bb53bf5b00808e2ffa560546eadd1c7

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 105.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for umarkdown-1.2.2a1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 285ad990cccfe976528121c988520e1f39988c5ce2d3bfdd4ea671e833d623ac
MD5 4142728989f0529de292ca83948f1242
BLAKE2b-256 176fbcbab09b90c34817b039d71bda6195d80fa8ad2ff511309bf0ddd10b281a

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp38-cp38-win32.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 98.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for umarkdown-1.2.2a1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 54ffb5cc31e5530b4b4a1c51607f7ce531d06414514a8ff687d44c230b151cd7
MD5 b65012565abea44d375684f0a94b1e9a
BLAKE2b-256 d8819420910932ec5e9118e4b080b34a04de039b7cd1319d4f3161d65575c7f0

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 311.7 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1ef501a519b774632144f6bbad026f97ecce5f4e9c266a94bbabb5222b63b27d
MD5 ab728e93f5a11bee3b3ebdd89bf0143a
BLAKE2b-256 eeaaf458a53a472b303875b83de4bd5c2968273727ebde41b88c20a63ab54e4c

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 342.1 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 e708df8e71e09136f1386ceb8c7b5b869e3e73849944477a0db66cc7f65e1f01
MD5 235568371037df6490494f9b36339da2
BLAKE2b-256 d9d7ca92b5dd784af2986e09cbe904c28c5950ec9765ed9372d8ee4fe78bacc6

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 314.5 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 d5456b86ea64bc50fb1618cb7f97d3d6a18a4f952d3dc4c51220fddd339d388f
MD5 9187b03e3cf0a50c79835450de49447b
BLAKE2b-256 317c96f639f6358c0d23a51f5870106adcd0d7eca43ecc633cbacdd09264ec2d

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 293.7 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ac7c38a7de8ce53f9a9783b134c498ffa676942ab6824f6314e794c65c7ad4dc
MD5 911430bdc3e9267ae5446635307b672e
BLAKE2b-256 e704a885bff83bad92ddee0d6b5e41b8b684a0cf59ebc35b4ef17d79472f42f3

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 302.9 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1651b5dc55936506e7e81c7aa34b9a193fa15916826a522fe83f0353a7e51cef
MD5 9082f2c9c912f2a05c5605d446abc1b3
BLAKE2b-256 1a77d3748b8ec7589c40cd77db91bc15e43fa20bf8be7be33d0fb720c907a11a

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1b30b15af59ea632ea01c0d56da9ee35176d00204e330c3ec5867e259a1e4c87
MD5 a917698424219e5d13ba386dee0c0b4c
BLAKE2b-256 e8d080ec92924d8878c1b4ed6c47cea32f8ee6de42b3122b0f4f530da169df7e

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b45f3a95633489969be2a6e4462183685ae16b2b0552e22a76948a6ae25e93ac
MD5 aa7a83553e180c56c874ba6411a3677a
BLAKE2b-256 c72e516ee7ba41a231b698ca5a7265d7c70bbb0cecbed1a3c882a2edab7c4def

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eda329bb1f27e2e15b35f84c1cb3f7aabff51e4f8c2124fb03f63a0e8728166f
MD5 7b45db175b05f9a5eadff8dddea9e7fd
BLAKE2b-256 e31ed07f92004e19acce889feefb9985e7ce640fd7f9e5cdad79e20d91ffac63

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e6de014b44a8751f05d9062aa47afb057743960f06f35029c05edde557d4a0b4
MD5 dd3937187e354f697872454d5252131c
BLAKE2b-256 1a29393a5df8b849f1730eac3f4717bfd73163a6389aa54b2b03553d281291e6

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 36578a8212ca254ca73740ca56da303b0a8d1a70a1de2a96f1f3b6135a8ca075
MD5 115b8214a9cba4ab5d744e301389c20b
BLAKE2b-256 a94bd0f82f9c43562ccda477299f51addb46bee83574560e982ae8bfebbcf175

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 97.3 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for umarkdown-1.2.2a1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f22381f2fe4321b5be51a9e385c4cbff649ec2fdcca496cef4d1d43d6779a549
MD5 29c759d77eb21a6f535a9fdfbde606ba
BLAKE2b-256 30663ac8b00577af8580f43bef7c84fa9105f5357f0df239806988c817f265a5

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 185.8 kB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for umarkdown-1.2.2a1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ae1fb943c3cb37e84f9a2186ab80df1821df6e01f5e211048590d841c2752111
MD5 1a4f07710847bddf58bef7e8534e122d
BLAKE2b-256 1975414df05b2955d384863aabbe992479046a53385cc842f5b41f5bdefac6e3

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 105.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for umarkdown-1.2.2a1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 165187e86fd788a3d49391227367ce1e4ab5109a5d74f572f912e63e8bc02704
MD5 16f26479061a0a7d561914ba40348711
BLAKE2b-256 eeda59e82075cdb336d82a35ea09bd56619e18821dcbbe93a88156dea5ad41ea

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 98.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for umarkdown-1.2.2a1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0b7f5d9271b9e1debccccc1dd90663abfee072168be41636be55b9392be2066d
MD5 f4e37ef6737f8367bf4191124774961a
BLAKE2b-256 4d67e327d15096a5f07dbbeb9b38b638c73dd4ccf57fa8c48e1f0ee1345b695a

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 312.8 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 df8d1a0acc37721991e4159ee4fa6e94b8b4cb0c6028fbc7bfc201ee0f8b3411
MD5 829454996d056794c9334912e8788977
BLAKE2b-256 77ce93f29397cff8866c0bd1ec5a49a0f9551e905642024192523f8120a00421

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 343.3 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 c74c45aec9cefc8598f7139a3ffe94596283998db689ad0c1e3f2949161df1a8
MD5 14b4365a7f50872dd7dbb6fdc3214530
BLAKE2b-256 ff8e4e3c59231a01c11c0b16b4fd54f8d42b2649ba1c7bc315114cce47135669

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 315.3 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 915d51baf0b8a7fac3cd1087bf141dedeb7fd37d169a47870cd8ee1ed8b0b09b
MD5 b43427b57db38e2bf1d9b7b847ab1e24
BLAKE2b-256 ab6151ca4647f7013de1e6ef4a12ca3e933214ce1f509fcfc7b7c634c7a900b4

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 294.7 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 22fb4b81b2b5675750c19100384b9ca0dab4303cf1c48fc36a0c0180efe25109
MD5 dab10cee940afbecc462c826a52d229b
BLAKE2b-256 479eeea6a22e21b4a5027444b8371f5cec5aa27d85023ace26051cab1473e673

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 304.3 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for umarkdown-1.2.2a1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3792fd8405062ed05712100d81244e1d5df9a9996a6e5e319bf8dc021941c4e3
MD5 573f16bac61d1ed364ee30ce8d068e3c
BLAKE2b-256 a54a76f82d81c85b698c21abd58b0aa17c65ea02a43f3555e12f777ad47c7f5a

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ed3ba50036675896751cf723b4cf8d2a0964074c1ede777a6e128100e57ced1a
MD5 55eb82ce35eb385a62928cc5dbaa573b
BLAKE2b-256 bdeee73edccb73fd2cac3198cf0e7164bbe3ab26640dfb470bdf89c9b4080466

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c35ebe99e3313f8a5d2a0f8477f1a605272e37aa4f04b4378c22943fbfd17593
MD5 ee85eef1b15c6820dbf4b777d773ea2f
BLAKE2b-256 2709c614365a9d368c3d4dc239bbc168d57473eea236fdde98fe6edfb5717c27

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9f795bc4aa3b526f6966f71aea4d90bd52912aae37ae5632dd5cd9bca7806ced
MD5 7e1a749a0dc5c8e255cb425aea75aadf
BLAKE2b-256 2a709a238cf92dd2ed8c5ff33d36fee8b501ad140c86ddba7d232bf5ab508b8c

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e1c274ee68d8483ae2cc99df1fe0e2e474627b44060e7de88803871afeec1bfa
MD5 11252b867029d954ab88ffb32c655cb0
BLAKE2b-256 db7cbada11794be8903b80f00dafac618179719a909b78a65a75f1ca4426fd05

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for umarkdown-1.2.2a1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 66272e45c359d23fb862f50a3e366dc02698acce5d4d3440f31aac7dacdb80a3
MD5 4485023105faf425e1818b8879383c27
BLAKE2b-256 c8ed32c6968cdf52c9ffbe61f6a3832d82f21983a62f2001d6e043bb8c13bf53

See more details on using hashes here.

Provenance

File details

Details for the file umarkdown-1.2.2a1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: umarkdown-1.2.2a1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 97.4 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for umarkdown-1.2.2a1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 513e8423220b045591c564e78f05d19e41d04df4e5e2756aad5adbaa5961ed55
MD5 c1c18fb851236094ed33c513072ce39c
BLAKE2b-256 5a11168fbe25faad9115e633bbea65747090717282d1c1b4b5cf2a69cdec9ce3

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