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.7.0.tar.gz (1.1 MB view details)

Uploaded Source

Built Distributions

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

pyhtml2md-1.7.0-pp310-pypy310_pp73-win_amd64.whl (107.9 kB view details)

Uploaded PyPyWindows x86-64

pyhtml2md-1.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (139.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyhtml2md-1.7.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (146.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyhtml2md-1.7.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (95.3 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

pyhtml2md-1.7.0-pp39-pypy39_pp73-win_amd64.whl (107.9 kB view details)

Uploaded PyPyWindows x86-64

pyhtml2md-1.7.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (139.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyhtml2md-1.7.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (146.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyhtml2md-1.7.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (95.3 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

pyhtml2md-1.7.0-pp38-pypy38_pp73-win_amd64.whl (107.9 kB view details)

Uploaded PyPyWindows x86-64

pyhtml2md-1.7.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (139.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyhtml2md-1.7.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (146.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyhtml2md-1.7.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (95.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

pyhtml2md-1.7.0-pp37-pypy37_pp73-win_amd64.whl (107.6 kB view details)

Uploaded PyPyWindows x86-64

pyhtml2md-1.7.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyhtml2md-1.7.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (145.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyhtml2md-1.7.0-cp312-cp312-win_amd64.whl (109.6 kB view details)

Uploaded CPython 3.12Windows x86-64

pyhtml2md-1.7.0-cp312-cp312-win32.whl (99.9 kB view details)

Uploaded CPython 3.12Windows x86

pyhtml2md-1.7.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyhtml2md-1.7.0-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pyhtml2md-1.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (139.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyhtml2md-1.7.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (147.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pyhtml2md-1.7.0-cp312-cp312-macosx_11_0_arm64.whl (96.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyhtml2md-1.7.0-cp312-cp312-macosx_10_9_universal2.whl (197.6 kB view details)

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

pyhtml2md-1.7.0-cp311-cp311-win_amd64.whl (109.6 kB view details)

Uploaded CPython 3.11Windows x86-64

pyhtml2md-1.7.0-cp311-cp311-win32.whl (100.0 kB view details)

Uploaded CPython 3.11Windows x86

pyhtml2md-1.7.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyhtml2md-1.7.0-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pyhtml2md-1.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyhtml2md-1.7.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (147.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pyhtml2md-1.7.0-cp311-cp311-macosx_11_0_arm64.whl (96.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyhtml2md-1.7.0-cp311-cp311-macosx_10_9_universal2.whl (198.0 kB view details)

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

pyhtml2md-1.7.0-cp310-cp310-win_amd64.whl (108.5 kB view details)

Uploaded CPython 3.10Windows x86-64

pyhtml2md-1.7.0-cp310-cp310-win32.whl (98.9 kB view details)

Uploaded CPython 3.10Windows x86

pyhtml2md-1.7.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyhtml2md-1.7.0-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pyhtml2md-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (139.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyhtml2md-1.7.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (146.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pyhtml2md-1.7.0-cp310-cp310-macosx_11_0_arm64.whl (95.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyhtml2md-1.7.0-cp310-cp310-macosx_10_9_universal2.whl (195.1 kB view details)

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

pyhtml2md-1.7.0-cp39-cp39-win_amd64.whl (108.5 kB view details)

Uploaded CPython 3.9Windows x86-64

pyhtml2md-1.7.0-cp39-cp39-win32.whl (99.1 kB view details)

Uploaded CPython 3.9Windows x86

pyhtml2md-1.7.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyhtml2md-1.7.0-cp39-cp39-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pyhtml2md-1.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (139.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyhtml2md-1.7.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (146.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pyhtml2md-1.7.0-cp39-cp39-macosx_11_0_arm64.whl (95.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pyhtml2md-1.7.0-cp39-cp39-macosx_10_9_universal2.whl (195.3 kB view details)

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

pyhtml2md-1.7.0-cp38-cp38-win_amd64.whl (108.4 kB view details)

Uploaded CPython 3.8Windows x86-64

pyhtml2md-1.7.0-cp38-cp38-win32.whl (98.9 kB view details)

Uploaded CPython 3.8Windows x86

pyhtml2md-1.7.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pyhtml2md-1.7.0-cp38-cp38-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

pyhtml2md-1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyhtml2md-1.7.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (146.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pyhtml2md-1.7.0-cp38-cp38-macosx_11_0_arm64.whl (95.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pyhtml2md-1.7.0-cp38-cp38-macosx_10_9_universal2.whl (194.8 kB view details)

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

pyhtml2md-1.7.0-cp37-cp37m-win_amd64.whl (108.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

pyhtml2md-1.7.0-cp37-cp37m-win32.whl (100.2 kB view details)

Uploaded CPython 3.7mWindows x86

pyhtml2md-1.7.0-cp37-cp37m-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

pyhtml2md-1.7.0-cp37-cp37m-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

pyhtml2md-1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (139.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pyhtml2md-1.7.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (147.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

File details

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

File metadata

  • Download URL: pyhtml2md-1.7.0.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.10

File hashes

Hashes for pyhtml2md-1.7.0.tar.gz
Algorithm Hash digest
SHA256 6272f7efa16542dc1d50fa6082390c0273f47e43b8c907939afc4df6057478cf
MD5 31e6d24acd4e6e80eb4c317d262f9772
BLAKE2b-256 ada11870f33c1433b1f8e45f707f0c003de5748edd5e351fe6e79c8d6523bb9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 73e19ade79864871c6b04e4635d3fa25a900747747b447492715503bd12b1ed5
MD5 c8e4c033e6ec3c68e9ccf9ef089270cb
BLAKE2b-256 2519187292047cfd184fb6dbfa78f817ebc3e51f52aca6e674c64cc3a48078e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bbee8cc01cd7c8c619611581711f28f14a7d29d6e0cbed250e2445553b73424
MD5 4bbb013de004bea292f54c4e7f230a6a
BLAKE2b-256 63d1a89f5091d4d620296e4aed4a55c61f91764894e6ff03d3cb1c589a0ba103

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 61f561ea8f41a1d3b2fdb3cdf6a7af7eff0184e907d5314d2a65efad75d4cf7d
MD5 b5a5a63640d86e1061e79ce1dc642823
BLAKE2b-256 7a1199f055cfe499ed3aa1ab99cc6c4d570c2f31d9e18da5bb6eaf8ce088903c

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d51767fce2dff6c7eeb01d6fa102cb9fcb3a0756a860a46019b6ec7ebf547ef6
MD5 4ce8cf97ea3320a665a3163876c3ba1d
BLAKE2b-256 e905102e1bd3ac99a48026aa5f12abd11aa0b3a213462bac0a07ae9d6658f513

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1a9985aa35572d1c90428bfe74f96da62402d93d3501195678b122c96ea78d35
MD5 b77aa4b1b17e1ade37c63a7651c1fff1
BLAKE2b-256 4cb927bd1988f35dff6847e04e4f7f1f3a62407e8c358add3240d6637599124f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 69e4b14fce88cbe2f6db8c7509b7f65f3993986129fb63bad47b690e72d2e684
MD5 5badbe4d17cc848c101e1547ec0211f2
BLAKE2b-256 3142c8721a04e13d3c199cc7f5aac51f8b5402a81336a65f563b2a1918a8cc16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a71ed80c19caa90a63639b864d10e8612867fd202b3a262ff02530db7e2844f9
MD5 5a0843afbadac7313ee508d4402a52fc
BLAKE2b-256 967c896784aef60774ae8c0201ccd385c88a794d8a46c5859de098a38bd6c605

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87c9e366e90103e32a18c76cbb14410f9e4273334cd9881fe54c2482d340d0e9
MD5 602891681afd33e2eb6be162a5ee17a6
BLAKE2b-256 96b2a8fa02d3102662f8ad18bfd2e590490f5c80f646339d0ed1e3d0ee8657d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 617ff2b5a3ed84a4d4b12824625700c59e0e1218da4431a2ab6b98f3f33691e3
MD5 6b768567128ce9772de93d9da54ae56e
BLAKE2b-256 7debb8213cc4923a850fef72bb1b6f5a34bbb74b4c7cc7ff8c9ad63fc47ca144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0287f4c19b17ea3835000e2eee1a0efc0e102643d8c7bff82203260ad1618495
MD5 e399ef331f4d6fec132f401ea88e44fd
BLAKE2b-256 fcd87dd082fae5e15cd159e0447e670584dd21e44e3c782aad28366d3021b8a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 935f7dab01a4b1002aacd265d00cdb5b3e9e80e1291b48e387e60bcc603093f0
MD5 3f5a05166347afb9a9d4aa73158f4077
BLAKE2b-256 3a10781f17c7e5232ebbbdc8c1f27782969c1b1d2f8c0cd6ef0507c2182348d3

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25c23719ee634e59202e80433348c26eeee8a0fad1fe95bee5a560ef824d1d51
MD5 4728f1eb6a0c39d1b1d3c4eba1478abc
BLAKE2b-256 625e4cf3fe918965f99095f4ab1b0633e00fe44fe5db1016849a7d4acd74584c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 39066094a5a2895ab8bc7a255226dc0c7e243a8f933f1c06496b0fe2af706161
MD5 47eadcbd41710bea866be22f370a1acf
BLAKE2b-256 e95d11c8056be48b1998a86a254440669fda5fad076f87149f4431fa0ec53cd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9885e8a078dccac2d98ff677731c106bb7c6323916119431759bbbd770bcf273
MD5 fd41212401427c43d9d40b42db3341f3
BLAKE2b-256 281c6b1c96f4f818a78a91088d6ed005379f71139c7f13b2d5536dd4c5fde198

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d58f77794ba520ef9d618abe150d82d085b10abba7349133f6f6e79c3c5cd70e
MD5 a9534d7efabe8eebdd9208efcecf21c5
BLAKE2b-256 7e1b1ea174470fbb9d3f29c5d98f326d18bdda3c8bd86f4cc914d4610a387861

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyhtml2md-1.7.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 109.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.10

File hashes

Hashes for pyhtml2md-1.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6a9b28a28fd308553c4fea083ff6da651fd763a3b825dc958c540585da249712
MD5 b4219e52819ccf071332d123a06859e9
BLAKE2b-256 c2b18ff0dc367db85cdbfb038e4d8b40e8bf3c2b1112af43f53edb96b5d9a33d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyhtml2md-1.7.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 99.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.10

File hashes

Hashes for pyhtml2md-1.7.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a39214c5d4990c6d673c6e0ff23656d7de60452c9cfa403bcf253c630c4c1877
MD5 862b6741ed0328da1a6ae08772048192
BLAKE2b-256 bc837f14cb4a13f79dd69559eac00bbbb1e88e72d36572c62bfb10cb855f6117

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee00c4759978105105464595baded4d8194fe6274650dc3330c9eef111e82c16
MD5 935c6b59f2e1af0b1f45729c59ba53a9
BLAKE2b-256 1fbea19d9b498d3e5b45d8d56a7c64ef1819577d31f0ce8f1b2d454d992dfb77

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 da7e67758f68450f6f2af5563d9b63f07e9b002e286f6d25e9b8a29922805316
MD5 dba0e64903000ff320ca2ec17d2e23b5
BLAKE2b-256 1171ecdba9fea44632d7f24e7e1c5a98dd869ca67d49c78faf2a84e9abb8a030

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 108fbfe008f286ae66c9fab84f8bb7027257139d78fc5c27890fa4e22052298d
MD5 c2bc04374518ae193bf6c89e2ab4ff21
BLAKE2b-256 9ef4919b67918f71ae7b6de0619c51304470124671505cfa19a6f12639ccf170

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2835238e9eefd75fe3122a07925b89a0a0894bea74eed81b42184b79213fa380
MD5 12a108d0bd4587d9f3aa71a36a64ffb4
BLAKE2b-256 a433c7ab99bfe36f202a07fb444803af81c25259f0f2b7e8401582c54a486ff5

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c87d6dc34982c56c39e43070bd13f3ce8f84a9b6a95ae0b8d9d2c7890d3a000
MD5 c39d468bedf548e2a19a9e39fc9b6d74
BLAKE2b-256 9adf255627145cf6ac1c77bd483c57c7b728412292ca572362c9b152ab5ddcf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 890726c7d4d94ad1c5762197d7799f7da1f9b87ff075cabab84065d0e6d2135e
MD5 6488564db2324c6dbf7eb0bb20e99488
BLAKE2b-256 39af5e096cb82ce8c2af08c3dc2d905ee4ba805c982878505b24988b0e19c55e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyhtml2md-1.7.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 109.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.10

File hashes

Hashes for pyhtml2md-1.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8e1e81599e0d1c6420f40798d43d0aaa1509effafbea0d2124fc0b84408b244f
MD5 f0a800c4c0840fe1fb813f469e242e69
BLAKE2b-256 aabd713f52e29e133f5c8a1dc8ffdf43e599ee33c25a5cfb027b9b8c205bf781

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyhtml2md-1.7.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 100.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.10

File hashes

Hashes for pyhtml2md-1.7.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a2a47b3f0ab88c7ca77cf9dc0858cf18183c2af22fa0dadd14861317129d2722
MD5 10c91cc3b5485e12df2d440d0c407920
BLAKE2b-256 f9e4ba07d499a3af0d036fd3646e769f26e63201446289e8f7ba0576941a0eed

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5922e392642fa2e202fd669b5bc7b4e3febf48cc1df917779f1d61bedd9c6fc
MD5 df8124ca6b3bafb45482f6040a9f8e85
BLAKE2b-256 60f5875d48993f088c5b55da7dbe6eb05725301209bc6947e3dfba3a2b6d9b0b

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9438ed380417baa209564742b243f8d19bdd78d6a51b6841c76151840af18361
MD5 1b963d9b47bb3459c351ee3968873d4a
BLAKE2b-256 6e827f965790d6dd48651b7c112be2ae3fc5e9f0caffed2fe07a5e2af97efc71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b87ade4cfb4c2f696253c4688dc5599acf3b3da4aaf0e018c35bbf33c96cacd0
MD5 dc348e121536350df7fdf3fbba1b8560
BLAKE2b-256 0461c51ea05ccd71d2801108907a9a443837ddebc1bdf8b496170e5b7493b216

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 09337c281c9843b24efee591df484417642150e3723bffba7b217ed3e788ddfa
MD5 ac6e0061c9a9c549519cc95b3e4b597a
BLAKE2b-256 8034e5249a3fe5a3913cfb4f39d0d4f7ec7280c411a7647eed036c27b635539d

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d121352646ee3e3c1b82f6d8b53369b9803b0e7dddbf98fd59f1c1e4a470cc27
MD5 2471776d47aebcb862c326baee2aa174
BLAKE2b-256 701b7a47f2738b84caf1dc07e1b09600b06b26539756b50984a685a0ac3883ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 68ddc07bc71469219c173d76b28d05a3130dff72a4ee19257c75cf433c0ae26c
MD5 6385f4ad9fd79af669f8d9909226c3d4
BLAKE2b-256 cca1594476f8240a067af74ec7a978af09ac6c6cae62a3459498a67e3355ea63

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyhtml2md-1.7.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 108.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.10

File hashes

Hashes for pyhtml2md-1.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9fbffcb956a2d2c3e27c02f82d69da517d153ebec10a8015fbc0ee8ffe4eb9f2
MD5 eea3a42b54a041954c78153cacc3ad73
BLAKE2b-256 6574cb4e023cfe8238d576425a0ce4889e39b8fab2eed6ce6fb61fc5b1024917

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyhtml2md-1.7.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 98.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.10

File hashes

Hashes for pyhtml2md-1.7.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4cc66a31273a012eb91e7053b46457c0720b2692f248cb0a2034b75382ca933f
MD5 def898c8eb7b4efdd2aa355ee709e250
BLAKE2b-256 56d32cc15659090b640ea3d948c307b5f578d2de823637f39c5179ebcf32f605

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6464cec8e86822d2aed42e1b36839133dda3c035680b8708c640136e59e64d23
MD5 cb24a71352fd469324f508fe54698989
BLAKE2b-256 f944b4276eabef729df3707e6004cde4b34a5acab6e6d645ed7e0c15cb7d0652

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 889e9d61df00448943968e5aa9706e69ef47d9bff7cc3993b6d78321904b7a66
MD5 f2e39019d3fd26938ddf7c50bee1d3b1
BLAKE2b-256 8dc74169f207322bb81bb660f9f23dec9e3959a5f1d68cf09665d5eddbb02f11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ab7dfb9c6eeec04dc70662ab197ee3105fd844149f7a46668b81e6cb320d1f7
MD5 705ec6cd001f223bb2a002f1bafdf687
BLAKE2b-256 e8c831494d9f90555d927b8438d6ee62382f0d878e055dcb42d6f50f0462a69c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 199c57b35da3c80cf6b5db0d76d918fc72341d215988268767efc7e9e48e3017
MD5 362888124d2a4bf7cfb385066a8f3d82
BLAKE2b-256 2d251e4f73247a0629a4434629a063636d9f0a73f6d3d733b531295059c5ff4b

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76a1a9b2ad48586efe0e590c4be4c1057ed8d84719ee6f7c8cb8f3b76395a57e
MD5 07732b9b44773303efd779794411a530
BLAKE2b-256 b03fcf97d60aefb39cbe010b6aff8e24b2862c28cb08ec22e37099af76ad9af2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ae419d14aa96c34d9284a9e8ecb50fdc0f33c362641b1a018f21e060921b3872
MD5 c1ce3bd8960ae9ed9a31b94fe7a4fa24
BLAKE2b-256 6b58e75df07c2ffbac77f586345d648b50707de8fb6863112468461d2bd854e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyhtml2md-1.7.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 108.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.10

File hashes

Hashes for pyhtml2md-1.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0b6f892b93504ab0c1fef38eccef065960af066232d91c1130532b032f12993f
MD5 f32544544366795689565a54d98810e9
BLAKE2b-256 af9552e6af0935269c265aa1271e7c3538e93390754c8eed59402857f32481fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyhtml2md-1.7.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 99.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.10

File hashes

Hashes for pyhtml2md-1.7.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b039d847ec2f03ecbd9f43c55ab9d011ab98a057452bc9330d9d184ff89474d1
MD5 87455bbbfd881a5d9f6f1d3b1dd75a5f
BLAKE2b-256 6af690ce43cb754f0cf82a112824fb43cb1be35558d3b832949d30838d9fb7b7

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 58bc50b6b17a4189e2ee74b42a1aed818c7fcb844bc9b8a5db3084f9f3e0c6f5
MD5 015a17fb64ce5725a8937235242bbf8d
BLAKE2b-256 9522553ce97b0b60d5b262e739d8f8bb3ef979d048fd54f2e5c4928e73391548

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 edfbf455de281a2d87e2bf4898fc02737f42ab93e80c473f0915a00c93d80243
MD5 73ed079a10b70492c39df325147446b2
BLAKE2b-256 28a9cc8d84e44f283f8dec6ec679a3efd2810d58e28368a103e3a9061fd4a462

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf5ff47803f4c9b1d1f2296f78108ac0747fe39aba69a17a51b4599b4f138ade
MD5 03311d9d118ee723db5cf54482c10f4b
BLAKE2b-256 03cf44854ba31ece501ed92de9739ece1289fe8cb4e71aadee3fca59b3b2d8a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f688420c26f030a14b42ee4a348abf58bd5445589cb4729d3f95b3fc0cf41667
MD5 9862ab533b38e8d0a37dc2c52c312f22
BLAKE2b-256 a349544820befc6f72ecb044dedc36c969bee150898e643872c05be617de54d2

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f00cd2412588913b2946adf47c9a378157b959a545f6408b45e525ad15b319d
MD5 4c05cda02dfa1eb359348e19cd0dad80
BLAKE2b-256 eb794ef63752796b411757b4777ff1b136a11c336dd9e218ca8ea195f855dd03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1baa0b4458876c23bae995dc1ff2d74daabb70e42094f7feb497ec448e0ac489
MD5 56d143a82d8f03635cdfac3883818a11
BLAKE2b-256 8e0f4fb4b0c17cfbad23ab46fc2b0b76f4143267a93076a88cf0edfc32a54ec5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyhtml2md-1.7.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 108.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.10

File hashes

Hashes for pyhtml2md-1.7.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fa5eb5e04f1a29f0f671da669c52c37ce98f8051fd50216b42c2b797a30ad6ac
MD5 8caff970c518271c1f6cf63cd586177f
BLAKE2b-256 0be726e1ad2260186a14e9f911ed93cf072e8e7f9f9eb179fca8d7df536d3dc9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyhtml2md-1.7.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 98.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.10

File hashes

Hashes for pyhtml2md-1.7.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d9d6c6f3d943faf15703e7d932294d3f1782ddecde290d54dc4e1d47faa9f058
MD5 a77698a82f1261ef8cdb72ab6fc612c0
BLAKE2b-256 d0f5e5693c336c860a5a989f40c87ca50903e7e4f0438a26570c1ab0befd6ee6

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9537bc27d7a3909c2fe7bc7a607b5815aa41ce6a1f8f05cd574b4995c68174dc
MD5 8a514762a09de2b72c42dad17998b51c
BLAKE2b-256 97093ab9f48d0cfb85dcee2f9c422f294b56be96a59ed6e38af04704fae0fde7

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 86f78bce5bd05a23aaaca01ffa0f717a76e9978c23dec76fe112e1defd08812b
MD5 b964366fb2ed4b7e1de18617a40644b2
BLAKE2b-256 472773e7d48f69b3acf9b5cf2c21653b6322b57e3b6d006727e4a8f6038ffdcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2571a9dfa2afc421ab0a68aefe3a5d2e3647145ccd368c7d2afc1346738329a5
MD5 13d15298c4a9091bfbdc920c8e37694c
BLAKE2b-256 2688254c0766ded966d81fb7af57269029b9e92d6ef040e3e5768ec76ecf52ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a372ece925d9d96fedad59f345257c4ef08faeaf99d726315abe62bb5d9840e
MD5 d97d14d30bb1f117da52a726dc8510a0
BLAKE2b-256 b1703e6371b79156d6fc828a27c431c2ed947e32bf8f19c89c3587a0de2c5dae

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f18d45a83f105625607665ebb2d9e705105a5d73a02017f25f6ce47f071d6c04
MD5 7b9d3ce487c85564b1c4098c20f0072d
BLAKE2b-256 30a8998f05e10db67b2d4d1b4e5f7375973688d46fbbe96746341b08dd5f6e1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bd096e92881d4e98264c7f8f2491e8b7a2987e2357eb54c9376d11f7aed0f9ff
MD5 cb65de64ea043009d9559fef92761e52
BLAKE2b-256 24a5a25789f52927803ecaef28e49b6bc8d99c27fd9452cc9cb4a58af0dd41dd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyhtml2md-1.7.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 eecda66324da79e1eebd7dd9b80382ec604cab6341a88d0dd58cfc43e639725d
MD5 cd02d8c8e3c0062c227178e02d7a1417
BLAKE2b-256 afdda3e9ca75728a60b7521e9577218d415395c4aa4eb17710c64faea4c58d6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyhtml2md-1.7.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 100.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.10

File hashes

Hashes for pyhtml2md-1.7.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5f9ac98c756ca6a3805a68461baae02e58b0aec801f62d1121bf68fea6a281df
MD5 0fe8f50379cbaec0454ff1fef20f5b04
BLAKE2b-256 455548d5f6d42922ac4a782ad312f1baef7698c410fd461e4f50dda8bfba88af

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c21e373f22898f2ddcb5e0a70018618195fe0e99379c4dc7abdb6151e6730f38
MD5 0f06d4fa5bb5d3ca91dc3eacf32672c7
BLAKE2b-256 94f013b7ef2331673215416507720fa1ea6b329bc0ad0fd958d255f6f933638d

See more details on using hashes here.

File details

Details for the file pyhtml2md-1.7.0-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fea44bb452a63f5d192a9c46f3e58abe395dbf714619f6fb5e745033add16f65
MD5 93f7a9e7bf2c7257377cfba74ab9a032
BLAKE2b-256 5d12b994bd40aa410e56fc86e030399bc1cd1886fd522f19602734a420fa4268

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 88c2b3ee6c0b53ee97783f3cba691b42d75e246dec39567784514925af24e05e
MD5 00c19ef6e789b7876019674be77daff4
BLAKE2b-256 70b1e8e9ca27d4bc6dc9083d197855e3682ad5d8d8a84cf175a34babd6d594c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyhtml2md-1.7.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4190b3e0ef7cb27882c3e34044a0a3363b68cf4aa1e2056dd32638791f1dad20
MD5 358f8d9263c6c451546d1dfa8666ccf8
BLAKE2b-256 ca098e4d2f0f024452786b6d7055a5a46f3a27be4be61080a0eac81637508a8e

See more details on using hashes here.

Supported by

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