html-to-markdown 2.5.1__cp310-abi3-win_amd64.whl → 2.5.3__cp310-abi3-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of html-to-markdown might be problematic. Click here for more details.

@@ -49,4 +49,4 @@ __all__ = [
49
49
  "markdownify",
50
50
  ]
51
51
 
52
- __version__ = "2.5.0"
52
+ __version__ = "2.5.3"
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: html-to-markdown
3
- Version: 2.5.1
3
+ Version: 2.5.3
4
4
  Classifier: Development Status :: 5 - Production/Stable
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -35,9 +35,11 @@ Project-URL: Repository, https://github.com/Goldziher/html-to-markdown.git
35
35
 
36
36
  High-performance HTML to Markdown converter with a clean Python API (powered by a Rust core). The same engine also drives the Node.js, Ruby, and WebAssembly bindings, so rendered Markdown stays identical across runtimes. Wheels are published for Linux, macOS, and Windows.
37
37
 
38
- [![PyPI version](https://badge.fury.io/py/html-to-markdown.svg)](https://github.com/Goldziher/html-to-markdown)
39
- [![Rust crate](https://img.shields.io/crates/v/html-to-markdown-rs.svg)](https://github.com/Goldziher/html-to-markdown)
40
- [![Python Versions](https://img.shields.io/pypi/pyversions/html-to-markdown.svg)](https://github.com/Goldziher/html-to-markdown)
38
+ [![Crates.io](https://img.shields.io/crates/v/html-to-markdown-rs.svg)](https://crates.io/crates/html-to-markdown-rs)
39
+ [![npm version](https://badge.fury.io/js/html-to-markdown-node.svg)](https://www.npmjs.com/package/html-to-markdown-node)
40
+ [![PyPI version](https://badge.fury.io/py/html-to-markdown.svg)](https://pypi.org/project/html-to-markdown/)
41
+ [![Gem Version](https://badge.fury.io/rb/html-to-markdown.svg)](https://rubygems.org/gems/html-to-markdown)
42
+ [![Python Versions](https://img.shields.io/pypi/pyversions/html-to-markdown.svg)](https://pypi.org/project/html-to-markdown/)
41
43
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Goldziher/html-to-markdown/blob/main/LICENSE)
42
44
 
43
45
  ## Installation
@@ -1,17 +1,17 @@
1
- html_to_markdown-2.5.1.data/scripts/html-to-markdown.exe,sha256=HvwNBtOJ2dv_w5o0H72P-Afl_K_g4dHnrdBZz9CM69Q,4531200
2
- html_to_markdown-2.5.1.dist-info/METADATA,sha256=JUGzrBNsydfI0PQwBkPD_hqQB2_HIXO6OLb625r-Blw,9530
3
- html_to_markdown-2.5.1.dist-info/WHEEL,sha256=4EDp_7DiFfWl1yYv5M4wSosAn5L_xgD1dyrQxQxfCx8,95
4
- html_to_markdown-2.5.1.dist-info/licenses/LICENSE,sha256=QhKFMkQLa4mSUlOsyG9VElzC7GYbAKtiS_EwOCyH-b4,1107
5
- html_to_markdown/__init__.py,sha256=w4c2ZeJNTRWE4kGKQEEEE0HabgfxNNpNOyXkBJmGAQ8,1410
1
+ html_to_markdown-2.5.3.data/scripts/html-to-markdown.exe,sha256=evWEJQ3sQeI6j1BByWqfo_6OHmHTdJqATef2NzOTpWY,4531200
2
+ html_to_markdown-2.5.3.dist-info/METADATA,sha256=gv8rZL_5UuukgPHHxaqmkhE5w0PmvPqy_KWkHUflL8I,9754
3
+ html_to_markdown-2.5.3.dist-info/WHEEL,sha256=4EDp_7DiFfWl1yYv5M4wSosAn5L_xgD1dyrQxQxfCx8,95
4
+ html_to_markdown-2.5.3.dist-info/licenses/LICENSE,sha256=QhKFMkQLa4mSUlOsyG9VElzC7GYbAKtiS_EwOCyH-b4,1107
5
+ html_to_markdown/__init__.py,sha256=qntSLg4AkT-TihaOAEqvir_T4NYL0zx1jfqz92LE8iE,1410
6
6
  html_to_markdown/__main__.py,sha256=5objj9lB7hhpSpZsDok5tv9o9yztVR63Ccww-pXsAyY,343
7
- html_to_markdown/_html_to_markdown.pyd,sha256=KAVvYkdbL2c6uJf6i_TPsBhTA1Q900KyS7cSe6hmBhQ,4255232
7
+ html_to_markdown/_html_to_markdown.pyd,sha256=AZ_-8EP-6ZWnf42SotL2Lzj9yvenfwRwo4Qx3NIakWs,4255232
8
8
  html_to_markdown/_rust.pyi,sha256=JP8tvcjYDfFJeJkbLpQ4qeK-5jl0hzIVT3Sa0daTkyo,2171
9
9
  html_to_markdown/api.py,sha256=fghTHTmWkl9K0ap67uZAhiwxDGYYkknGX8le6prhz34,5088
10
- html_to_markdown/bin/html-to-markdown.exe,sha256=HvwNBtOJ2dv_w5o0H72P-Afl_K_g4dHnrdBZz9CM69Q,4531200
10
+ html_to_markdown/bin/html-to-markdown.exe,sha256=evWEJQ3sQeI6j1BByWqfo_6OHmHTdJqATef2NzOTpWY,4531200
11
11
  html_to_markdown/cli.py,sha256=z59l8sF8wIRRzJtUd-tXgqiC0WTqkTjzl-df8Ey_oQ0,67
12
12
  html_to_markdown/cli_proxy.py,sha256=JGOuINBI8OMYLxojXGz8DdzMHo8eqgdINstOZWrdw-8,3816
13
13
  html_to_markdown/exceptions.py,sha256=31VqpPi4JLGv7lI2481Z4f2s5ejYmq97c3s-WFFkXVU,2443
14
14
  html_to_markdown/options.py,sha256=iDEIfxxZlSHDM3V-Sr-XVxYLC1mzvuic56jSycYvQvY,5224
15
15
  html_to_markdown/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  html_to_markdown/v1_compat.py,sha256=aVt9cVTBfYcrS8EfBsrC6HQwWc3Kz9-65-LB9foN6Jk,8227
17
- html_to_markdown-2.5.1.dist-info/RECORD,,
17
+ html_to_markdown-2.5.3.dist-info/RECORD,,