Skip to main content

Transform your HTML into clean, easy-to-read markdown with pyhtml2md.

Project description

pyhtml2md

pyhtml2md provides a way to use the html2md C++ library in Python. html2md is a fast and reliable library for converting HTML content into markdown.

[TOC]

Installation

You can install using pip:

pip3 install pyhtml2md

Basic usage

Here is an example of how to use the pyhtml2md to convert HTML to markdown:

import pyhtml2md

markdown = pyhtml2md.convert("<h1>Hello, world!</h1>")
print(markdown)

The convert function takes an HTML string as input and returns a markdown string.

Advanced usage

pyhtml2md provides a Options class to customize the generation process.
You can find all information on the c++ documentation

Here is an example:

import pyhtml2md

options = pyhtml2md.Options()
options.splitLines = False

converter = pyhtml2md.Converter("<h1>Hello Python!</h1>", options)
markdown = converter.convert()
print(markdown)
print(converter.ok())

Supported Tags

pyhtml2md supports the following HTML tags:

Tag Description Comment
a Anchor or link Supports the href, name and title attributes.
b Bold
blockquote Indented paragraph
br Line break
cite Inline citation Same as i.
code Code
dd Definition data
del Strikethrough
dfn Definition Same as i.
div Document division
em Emphasized Same as i.
h1 Level 1 heading
h2 Level 2 heading
h3 Level 3 heading
h4 Level 4 heading
h5 Level 5 heading
h6 Level 6 heading
head Document header Ignored.
hr Horizontal line
i Italic
img Image Supports src, alt, title attributes.
li List item
meta Meta-information Ignored.
ol Ordered list
p Paragraph
pre Preformatted text Works only with code.
s Strikethrough Same as del.
span Grouped elements Does nothing.
strong Strong Same as b.
table Table Tables are formatted!
tbody Table body Does nothing.
td Table data cell Uses align from th.
tfoot Table footer Does nothing.
th Table header cell Supports the align attribute.
thead Table header Does nothing.
title Document title Same as h1.
tr Table row
u Underlined Uses HTML.
ul Unordered list

License

pyhtml2md is licensed under The MIT License (MIT)

Project details


Download files

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

Source Distribution

pyhtml2md-1.5.2.tar.gz (216.1 kB view details)

Uploaded Source

Built Distributions

pyhtml2md-1.5.2-pp310-pypy310_pp73-win_amd64.whl (100.4 kB view details)

Uploaded PyPy Windows x86-64

pyhtml2md-1.5.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyhtml2md-1.5.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (135.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyhtml2md-1.5.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (95.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyhtml2md-1.5.2-pp39-pypy39_pp73-win_amd64.whl (100.3 kB view details)

Uploaded PyPy Windows x86-64

pyhtml2md-1.5.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyhtml2md-1.5.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (135.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyhtml2md-1.5.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (95.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyhtml2md-1.5.2-pp38-pypy38_pp73-win_amd64.whl (100.2 kB view details)

Uploaded PyPy Windows x86-64

pyhtml2md-1.5.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyhtml2md-1.5.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (135.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyhtml2md-1.5.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (95.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyhtml2md-1.5.2-pp37-pypy37_pp73-win_amd64.whl (100.0 kB view details)

Uploaded PyPy Windows x86-64

pyhtml2md-1.5.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyhtml2md-1.5.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (135.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyhtml2md-1.5.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (94.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyhtml2md-1.5.2-cp312-cp312-win_amd64.whl (101.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyhtml2md-1.5.2-cp312-cp312-win32.whl (86.6 kB view details)

Uploaded CPython 3.12 Windows x86

pyhtml2md-1.5.2-cp312-cp312-musllinux_1_1_x86_64.whl (641.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pyhtml2md-1.5.2-cp312-cp312-musllinux_1_1_i686.whl (700.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pyhtml2md-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyhtml2md-1.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (136.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyhtml2md-1.5.2-cp312-cp312-macosx_10_9_x86_64.whl (95.8 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyhtml2md-1.5.2-cp312-cp312-macosx_10_9_universal2.whl (180.7 kB view details)

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

pyhtml2md-1.5.2-cp311-cp311-win_amd64.whl (101.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyhtml2md-1.5.2-cp311-cp311-win32.whl (87.3 kB view details)

Uploaded CPython 3.11 Windows x86

pyhtml2md-1.5.2-cp311-cp311-musllinux_1_1_x86_64.whl (643.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyhtml2md-1.5.2-cp311-cp311-musllinux_1_1_i686.whl (701.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyhtml2md-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (130.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyhtml2md-1.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (136.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyhtml2md-1.5.2-cp311-cp311-macosx_10_9_x86_64.whl (96.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyhtml2md-1.5.2-cp311-cp311-macosx_10_9_universal2.whl (182.6 kB view details)

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

pyhtml2md-1.5.2-cp310-cp310-win_amd64.whl (100.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyhtml2md-1.5.2-cp310-cp310-win32.whl (86.4 kB view details)

Uploaded CPython 3.10 Windows x86

pyhtml2md-1.5.2-cp310-cp310-musllinux_1_1_x86_64.whl (642.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyhtml2md-1.5.2-cp310-cp310-musllinux_1_1_i686.whl (700.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyhtml2md-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyhtml2md-1.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (136.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyhtml2md-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl (95.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyhtml2md-1.5.2-cp310-cp310-macosx_10_9_universal2.whl (180.0 kB view details)

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

pyhtml2md-1.5.2-cp39-cp39-win_amd64.whl (100.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyhtml2md-1.5.2-cp39-cp39-win32.whl (86.5 kB view details)

Uploaded CPython 3.9 Windows x86

pyhtml2md-1.5.2-cp39-cp39-musllinux_1_1_x86_64.whl (642.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyhtml2md-1.5.2-cp39-cp39-musllinux_1_1_i686.whl (700.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyhtml2md-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyhtml2md-1.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (136.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyhtml2md-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl (95.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyhtml2md-1.5.2-cp39-cp39-macosx_10_9_universal2.whl (180.2 kB view details)

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

pyhtml2md-1.5.2-cp38-cp38-win_amd64.whl (100.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyhtml2md-1.5.2-cp38-cp38-win32.whl (86.3 kB view details)

Uploaded CPython 3.8 Windows x86

pyhtml2md-1.5.2-cp38-cp38-musllinux_1_1_x86_64.whl (642.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyhtml2md-1.5.2-cp38-cp38-musllinux_1_1_i686.whl (700.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyhtml2md-1.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyhtml2md-1.5.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (136.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyhtml2md-1.5.2-cp38-cp38-macosx_10_9_x86_64.whl (95.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyhtml2md-1.5.2-cp38-cp38-macosx_10_9_universal2.whl (179.8 kB view details)

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

pyhtml2md-1.5.2-cp37-cp37m-win_amd64.whl (101.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyhtml2md-1.5.2-cp37-cp37m-win32.whl (87.5 kB view details)

Uploaded CPython 3.7m Windows x86

pyhtml2md-1.5.2-cp37-cp37m-musllinux_1_1_x86_64.whl (645.6 kB view details)

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

pyhtml2md-1.5.2-cp37-cp37m-musllinux_1_1_i686.whl (703.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyhtml2md-1.5.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129.4 kB view details)

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

pyhtml2md-1.5.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (138.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pyhtml2md-1.5.2-cp37-cp37m-macosx_10_9_x86_64.whl (94.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file pyhtml2md-1.5.2.tar.gz.

File metadata

  • Download URL: pyhtml2md-1.5.2.tar.gz
  • Upload date:
  • Size: 216.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyhtml2md-1.5.2.tar.gz
Algorithm Hash digest
SHA256 d4b110e75397dbec77f78977c9999305191348529e371ca54e10f9486da7049d
MD5 f0e5c288e30e5fa930eede272a4b28f6
BLAKE2b-256 306c540ba50d825627762d0fc985c80f3d34b785579479d63ddc666b3d4c9417

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b4f14ce1abc95e77cdb19eebd359c2bb1058887c4de8d2b511b2382aa538a840
MD5 aeffc3e1d2d47d5f45b5c853a5fb406d
BLAKE2b-256 5ffeb7706a6b8880201d150b92417c66cb3d5d72686bc8437b38ae47ac51132b

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03d1300a66075b3e1b74fea73b7d9ca5a1d97a9bdaeefdc46b5537cf3034966a
MD5 14d6285b65c3fe60c5110caebda3e9e2
BLAKE2b-256 d7c1ab2bbe1efec3d262a981632a1c2463f168e34da38fbafb420ea81939ea0c

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 27f5c61f8a32ba7d02050a01f63c6e08c205a71134938dbabbd27da21c94c945
MD5 0cd1f21bb6a2fd0a6cfe02e49e297d12
BLAKE2b-256 c8918104c969417f5e34335d95a2c712e3c0d229165a1295206a8bbdd1891863

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b54bcc684c41a506cf5d7395ed88d0419293f60112bbf649d2d482d512494bc2
MD5 d374997d0a8c9876ad484216e4034edc
BLAKE2b-256 c260f8229b2ecb65b16d331f78f37e45bdcd3ba134d7b9d4f2b86a27d2baee14

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 fab69a39212ff8655a1bd1ad0e104770cabd6ec09d92cbf062417bcccd0ba184
MD5 3071a5ed308201c44792a0576ad8f567
BLAKE2b-256 1c67f5a35d4ff419f9fd4fa07367114b9e87d8537ad3e22fd92c7df5453465ee

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5eca3cd7d2865060cde0c1fbb6c2de2920522db42237b44a64cae1d1e7236e1
MD5 8d869933a4262691fe8f2e1902ae04c9
BLAKE2b-256 daef1190baa0ae9b718e038b785fbbebe19041506e59f56e4a8e635b667ef9e2

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1e10f3f299d22914396055e3121f8b4efefd0c73d12fce3f8eb73caee5dbd1ec
MD5 997a37401e4aeb811a3322ca0e915338
BLAKE2b-256 3b2742b9ce40c5c6c33c0667401e6f8a692e6c67eb38d19a93c8d24d5819531e

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 696929cf37cbfde43ad688c055d4e1a327f5ee4ff24d2dfa8c164f2839b689a7
MD5 deef92d11c7c647c632ea851a0ed4371
BLAKE2b-256 0b57c5d6defb7f60d43d8b7dae32aa2a36dc459f54888d0fe3c1e5832a946540

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3618b59267f24b43e608d8c231cd2e3274ad2c0b777c1057103695e457c06c6b
MD5 841280683680c8018f03698dd8b7ef37
BLAKE2b-256 0628a226fcdfa15fe9d54dc044072622b5e358957acbaabb3c96316b7705537a

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab7fff7b21ee6af215b14f618e5537142d5b33137af6613f2aa93e0071968302
MD5 fcd1090bd31c753056969e37af646862
BLAKE2b-256 d8678d93fc9db0ee38b73d02153584db2af59b09b7646ee73ad84c962a44c9ff

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5941e3e2f11a03fefcd58face47e9b68db3a88706197f0886fce5ac6f39d681c
MD5 6b199a5d7d630ddcad6bf9cd6caf6ea7
BLAKE2b-256 d91b46e19e227a4370f716e27e44e7c3745997f36849a0dc2ad5df506b06c950

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8b33d36002e65da3e5ad0f2f215b5c16f2c3c2d9c9f0498b85aeb94d1093bd15
MD5 b7464103bb3b3ab80c25e061f8537acc
BLAKE2b-256 83172f2188a1f9386355ff4829c2981d69659ec432dde62e7c63cdf5423369a4

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0f7fcca8ef0be95a3b5bacb1b98e1c8c527946980e6468c368e3eff93b5bd517
MD5 cb95e07b92da7c7a5bd1f03a08b651f2
BLAKE2b-256 7e48b97620ae393b3488cde6cfec3432ee5283653e167dabdc24bad1fe9d1622

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdfbfe1baa6cbdef865280a29cd626dc57bdca52dd295a5f130fadf9fad3baad
MD5 2620c3f421e293a5ce0ce3e462c8db07
BLAKE2b-256 8a9e8f89708e8fd7a3558169af8cc9c310344868a33e72cdaa53d16ac12ce20e

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d4de11f73985e610250ff76631b83b0ffb61f78ba1cd90674a285be6a499c1a
MD5 4e522b7a5c1c9b20eca7c79402062547
BLAKE2b-256 944f2e7f99a55d7d6958825d6a8a89764121ae30f8b3edc9623632c9c7f82996

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a04c811c3d4c7dfe48cc74d29f2257d8b9bdf8affb18f8bba81e70e8e621797a
MD5 c22693bf067b46fd5609344050bc8070
BLAKE2b-256 d32a36e55de537062b2d56870fce5313afb21d562a87978f9c562b19324402dc

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 860ee57e27573b48d0c77de8faa6e498188e6338a281e28953f7ca69107b84c5
MD5 b99a425f747ada6537202dd73c711896
BLAKE2b-256 3012c03ebc7b9a891be54839652c6e13ad22cd9bb2fd9ef0b01f98f4385d5530

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyhtml2md-1.5.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 86.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyhtml2md-1.5.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d06a7f8d531924159d4065756a2f7d21103a83524a79e2c9255e344ec94dcb57
MD5 3e8ab58554bee365a675b93411ac1984
BLAKE2b-256 a869dcfaabd4ad47a82045ddae43a1a127d9bca5644df267f45906351f2b1ead

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c2d0e7eedf7d1de963567dafcc704e1a6a87086072bc110cda544b969b361138
MD5 1ab1d6c8a2761d7e1cfbc6edd3415326
BLAKE2b-256 9b0ab5375752c082074d5ab85aa21cffafe8e7276977a2a6482bf355941ac286

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8d4011678b3ac42072b746bba2a59376f1f91962ae3aaa2f16b8bfaf5ee322f7
MD5 a3b85187832f31e7be16d989d63242f7
BLAKE2b-256 7e9ee308eef2272e741ad5ed7a37c4aa5cd5eb523e9dca9f409709852651a689

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9ec4ae54e5e7dcbfae43aa7c6059c8928c6adc49411acbe630bcdb65a8ee3fd
MD5 47edfcea170a056eb6923ab4d5489df6
BLAKE2b-256 ec5c37a2270057e5c64a8c755f3469fe68199c4e7f60610660c49ae2746c732c

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 43ebd608fd14aa098f9deb6157d93cab905c9eed9fd7cbc269de36d4f94c7e9e
MD5 3c2924c53bf34bcaefdab1f6a680f0f8
BLAKE2b-256 ae99834936b2282aa554e28d2e91d117632b4cd3922bdb37004818cb121fbefc

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 12fc45b526504f0f4a53bd38a5075d136b9a6d92152df26a328f30ecb413a1a3
MD5 59bd16fa17c67554d2fef24e64810d99
BLAKE2b-256 56b7cf1fea460354916f1f81d937de94a392a52ca318398a12aa2c0134f0572f

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7472d76b6006658f1303bbe4f258eebec8515f5c142a86be322c7a0c783fb215
MD5 24e2cd25951ea0ddb59918d94aa019fe
BLAKE2b-256 a70ac41b3c1a55455624b09fb8057a56e19aae33c9cbf4f7fc2fdb53e6077562

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3abef9bd5503d9df5c767c64d27888ef09044c314eb2d8a3cfeee338c79c782f
MD5 03c13ca92eb01976292fc5fcee15296b
BLAKE2b-256 83c92bcfad115e518ce2483990c3b92635ffac9059f42cee4604e9dd27e8acdb

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyhtml2md-1.5.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 87.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyhtml2md-1.5.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 11ecade21d0122350b4f092f5cccc1c8e56d3a3ba4e0d9e3fc6e2c25637368fe
MD5 38e5bdbc6c49c16301dc82112244aefe
BLAKE2b-256 a2494b2dee4f3fa3e9b8ec943fe4c30af2a486b46cc6c15bb632816ee0f321bc

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f6284fcb769f236e2593ef3afcf7ce3ad39923db00abb396ee44974700f8bfe5
MD5 69dca379a582a2597e12755ce1ed7c67
BLAKE2b-256 646d4cc51cc3529711b17eb64141b8b09b00e953f591fa4eb2ed3373c34d346d

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 017e2517ccc2bb230b2694384293426756ad693fec5823d3d77553f751d2644e
MD5 9898d3445668d62cde16527ece5ff1b0
BLAKE2b-256 b2e0fd6b898a41a633c22b267a1d7d0326e864ea6de73dc01372d887555ee85b

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38b3ab4aacebeb7c78f5c0a61037d796ebb4fc002e0c18093dcbf036dd643efb
MD5 4ad3fe20dd5afd1335b9e0aec5f57643
BLAKE2b-256 486169adaa5956a7ebff05378ecf47d71751136ddb362935a4271c6b20b9e24e

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf05c1a74341c85dfd684a4defe51129f9ea26f640aa3533e977744c508eb1de
MD5 2f533272e9a00c9e45748d093ff30b5a
BLAKE2b-256 5f1f1ec72a8c80751b6c0302455e4bf4d0ed651c7cd210d6dd997d818ee87945

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f2b804aec9070b79ec136bf6f66f1d52107b7ef1917f4a65be061382f80a0f0
MD5 5a0189f4f7d431495d4fd87f3f05e73c
BLAKE2b-256 122ccd8543b31d415b14653b1382cda5b1f5bd5613d4cab2ea8d9cd8cc580e55

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5a978e6027d6efc9a25214abdad8fee648f32e194288cd2c3e4a0e489afcfba3
MD5 8ed789f8df517d40002242b3f57eb068
BLAKE2b-256 50dffc08c47a1545488796c07a441cca9e55e6676804b71792b220623bc2356a

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3640a0e78d424ee917bc59fb79d7e07f8cc9bb1c1c9aa8237e1ec349ecb7ecbe
MD5 b1835c80fcd190b81df67df4b2ba7fd1
BLAKE2b-256 8877e3a1bbab65fde2df12d56b17ae27d76eab61e8af378d378e23c298da9322

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyhtml2md-1.5.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 86.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyhtml2md-1.5.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 32752fff084c1591dbeb5b6e04a05ff91924ba8738da0dab688ffc15ee67c049
MD5 47fcc776fbe66249007c3767bb1d1997
BLAKE2b-256 f7fa861a496ff971796f49550c270db07c29f6ae3018a5b708be456f1e418d3d

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c826c3b5b782c388c51d60bcd60eb56427aa724775be8b10dd6d18663b964e97
MD5 72e3fd273e45f2202a597af6e2dc6f6e
BLAKE2b-256 4288574b3ca2f72df83c3f062338c347da10ecff71f98d9f0048065ba18bdc2b

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b37ea212020d2385d221973b7313abdd9b26d2767c8344cc586b923bdb257eb2
MD5 a5c5f5596f892ecc3b1a53fa27c3f0ac
BLAKE2b-256 4f958add5c8badc04170bf73f1cd2869ab3942f4e975c38455d2c71102bcc330

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c559bcfef52f816867eb53d6341932ccca91988ec87e57c5901d9304a365e221
MD5 9bb3225a359013bb9c52facf3fd42cc9
BLAKE2b-256 1240e8adbd5db9a99a2ca1a607d3a3736b18059b709317f78de71337c6e04d0c

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2a02170829342ff167e541a2d2a22c1a8e4f842d8001ca123ca12c8adb610657
MD5 88112d599b08a6312fa7925101984a85
BLAKE2b-256 14f98072d3c48f2bf835dd0fc6720d2c447ca506bc678688f19f63687b6cf448

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8ebf37d976cefb8eb820c61afc81a65a151efb019c37e1fdecf79b06d9cb2be
MD5 fdb08728c12f8ce7b2eb8177c530e56c
BLAKE2b-256 8be62724f1f9b8e20240bf4916975b989d5bfe7716a7ad351679db9e045fd5b1

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 763223e806bd4ed3bbaf2d2e429152c10ac3a670aa79d14852fef61152d31f1c
MD5 1b0b107fa230e535e1e6c2444bc48a1a
BLAKE2b-256 c4f7a463616c281ac9d7069ffcac027994afeee1819629109c74036c58e365a2

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyhtml2md-1.5.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 100.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyhtml2md-1.5.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cebb1df972dcc8827e99fd7a2d8ffdb07a1dc3f92f77913c3de99b299db7dcb0
MD5 f8ff4a2b7c983aca1015bb82402e8fca
BLAKE2b-256 3cc2714e308e8d5fee2106a92f80d6af5c49991b60199608e782d93e11835f22

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyhtml2md-1.5.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 86.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyhtml2md-1.5.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e1f49b47dc029531620a7229312114dc530c0e097722ad9cec8f4bbb7c11a1d0
MD5 392da93be1bfe18261230ea7bb33dbf7
BLAKE2b-256 4b07b9fd64bdcc9666f22b02a99892aca4493adc64b141e88956648b13335bcd

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dd2143fd60d4a956dab53b326b249f1bf729bcce2b534f495a5345ab9baf636f
MD5 19a5faa2c8b28115dd6120666026e510
BLAKE2b-256 2400c4da37e0cba8efc564127e97512c6284a88078c7e1efb8dd74e1aff846c6

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ec292826a28878c3cb8e8192e32e6fe5e995127ba58ad3fdefbc34a9a5d379cc
MD5 bbce47cfc8aefc10de21c128d2f4d916
BLAKE2b-256 ed74041b60f0cfca8e91d43029003984cbc355eca5fef299a06581a828453429

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d320aae2ddef8308df63443bbce955dbb41cc7b7111db847a7a7131a0fa30dd
MD5 8b5d1d0d676f60095e595eb1b42fd140
BLAKE2b-256 480745edbda1923940b0d6fb1b838ddd96771465f3f432ce7b0552162e49cabe

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 08511e922a3f944e365c34035ca1c6691e86850d90d73dd744824664e567bf6e
MD5 8e9d6f50947c9b881d6cda8d4f111f89
BLAKE2b-256 86cd9ad099fed20536c08844a8526d1a495406779d2f72f6101207980bf22f6b

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a10f9d01beefc6f1a63286448ccf5061b41bfaf8be7cb597fd585817c70e2177
MD5 53bf0bd6637fcfb710325a6edac0e9d5
BLAKE2b-256 de4188798812c100e50139bdc231110898bc4bfff386f1de0f562cbe2856ac08

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e0bf911b6d786f07423869313662f34bb8ea601e39053997801795a4a5db88f7
MD5 197aa431dd01ae603ec3e1e82685f8e8
BLAKE2b-256 b3f6e63bed7232cf4e384ceac284cc80fbc15db58a0f60d6517a8debed594c9e

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyhtml2md-1.5.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 100.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyhtml2md-1.5.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 60268603f33a20341f814d1821a172840c7093e3ab0e5b716b89c86c8f9ccda6
MD5 5db495d9c7b9021b31720150be173106
BLAKE2b-256 a8a86806ac58f1ecd17437bcf5650119910d1d0874bcaaba2204b1ce7f459bc0

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyhtml2md-1.5.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 86.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyhtml2md-1.5.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c9f5432985e95181c2a6591e2d029d4671fd486ba813d10a1ff7dfb5634d9b8d
MD5 ee1cfd9455307b2b75577c2f488ddf6b
BLAKE2b-256 3ef0f704d218c5a77895aa372035fccb9ad691903b4a6fc0752f3ee928c86000

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6fca739bf312e405ddb0ba0274951bcebe3ae6e43b28291acdbf77a0d02ff3f9
MD5 0be32da28dd8e7d8bc59db33644b122d
BLAKE2b-256 91ce8e414f526bc805e0524dfc712cc5a10f8fa940feca8b3cafbbde5ff93cd8

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4eb967b420c6eb16fc1c23971a2fec06aa63abc95a6a6ea7f093961634951a73
MD5 a08f7843f5c759909cc8f673c719fe4b
BLAKE2b-256 e298421a2353f50ac01bf4a97b5f35a26b38411e65a44ca6cddfb84aef78c1cc

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db4975c6f0df9b255bd2dace6fb57990c218efe6b123af0f7ea103033c00d4da
MD5 f9922b7072a7288d1086f937daeeacb2
BLAKE2b-256 65fa3ec295f2c4d022a1d4d5d60617dfbba9c61d3ba776e2f3da9496f2155862

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3be2b0c4c5f0a92d4562640d894a7838b14f17fc3df82310ad69fd121387882c
MD5 8d376be88913afd4177d493ca0bbc5a5
BLAKE2b-256 0245d25de731bf47abb1815904c94e044ebd474ad0e0ec17a70aee9a6bf74ae9

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 31a6ca33eab5677d511855728a6663257e1359f7baa08ef0142dc05d32c1d460
MD5 b183fcb50a6b69cc2708d3b37bebddd4
BLAKE2b-256 73b2033484d22c905b6351e8d6b9b1f8082ce59f7be20248096c50c028ae8141

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 74a92dd16316daf986b7963fb0e9f743f079867b7d8a7bd5ce6ec2020b7ea8b8
MD5 31c34956418daf896f5bbdf7e90dc3ea
BLAKE2b-256 37de67802c231998d24e39532be3f423bd119e9c93db8c2dc6df7dc342f8525e

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyhtml2md-1.5.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 101.2 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyhtml2md-1.5.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 286034d50ed628d56d3c202ce4dfc7ace188dbb379a73e1152fd6af2a95ff19a
MD5 48f6514be43fdf60bedf5d25fd8d58c2
BLAKE2b-256 c2675f7bd1c3023feff976341e38f3454d96c5c55bd9caa90f013e40951428df

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyhtml2md-1.5.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 87.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyhtml2md-1.5.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7560b699a01aaa205f787bea167c20db0bfd1452b8240d9a161582a60ea7df70
MD5 64b672fa4f7f97ce2c3531b47f93065c
BLAKE2b-256 88bf644b030877f2ffe5a10ee920f14712f09193f62724e8b45c3ea5e9502ff1

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d3f618e98d70b33518bed23516b98662682d23a8aa0113c671fe3d85f2f5c5c5
MD5 c8a880a80bfd000fd3a06d214b43e639
BLAKE2b-256 7bc8784cef7b86e3a5a10af1590204e5029ce8926003a036e676d32950b5c84e

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d6ccfe8c1c4e5b2e34e9b67533558f429b37303531f6470aaf7b3921c41ae346
MD5 569b3ca8130e19a04822b26abb96bef2
BLAKE2b-256 f0192ebb7deb820e836262acea5fc827e2f048b6bb1d81dec9f7682ca01a34dd

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aea34f95dbb6dd8b81eea4f9c907ab81147408cce11bdc3661b26975b84d60a0
MD5 00b2964a66031d485e7dbb6fcafb995d
BLAKE2b-256 47015465b7eb7755a2f01f51b8ed68b6eb3f42331ed4279f2c36b510fa11820f

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd1457e65619f2968f00ed6049682a2c27d53fb96292cbfcc41c602fbe7ec9b9
MD5 236c1f66cffa81a716e484142aadd3c9
BLAKE2b-256 85481198645946d2f466cf440ce6ffcc77fc0f0636fedad010ce6462f295c2da

See more details on using hashes here.

Provenance

File details

Details for the file pyhtml2md-1.5.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.5.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b85ec8398bd1102342c0b0fee0b7b773e8b777eb9d5bd5acd3e54b50dc7cfdcd
MD5 9e03faf1f7eb4d3bc44609f418b1c279
BLAKE2b-256 2a2dfd3c53966b40ef41b00a9fa945ea5249d89ede8560b70b47bc7bdaac4434

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