pyhtml2md 1.5.3__cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl → 1.7.0__cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.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 pyhtml2md might be problematic. Click here for more details.
- {pyhtml2md-1.5.3.dist-info → pyhtml2md-1.7.0.dist-info}/METADATA +19 -7
- pyhtml2md-1.7.0.dist-info/RECORD +5 -0
- {pyhtml2md-1.5.3.dist-info → pyhtml2md-1.7.0.dist-info}/WHEEL +1 -1
- pyhtml2md.cpython-311-i386-linux-gnu.so +0 -0
- pyhtml2md-1.5.3.dist-info/RECORD +0 -6
- pyhtml2md-1.5.3.dist-info/top_level.txt +0 -1
- {pyhtml2md-1.5.3.dist-info → pyhtml2md-1.7.0.dist-info/licenses}/COPYING +0 -0
|
@@ -1,15 +1,27 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyhtml2md
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.0
|
|
4
4
|
Summary: Transform your HTML into clean, easy-to-read markdown with pyhtml2md.
|
|
5
|
-
|
|
6
|
-
Author: Tim Gromeyer
|
|
7
|
-
|
|
5
|
+
Keywords: html,markdown,html-to-markdown,python3,cpp17,cpp-library,html2markdown,html2md
|
|
6
|
+
Author-Email: Tim Gromeyer <sakul8826@gmail.com>
|
|
7
|
+
License: MIT
|
|
8
|
+
Classifier: Intended Audience :: Developers
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Programming Language :: C++
|
|
11
|
+
Classifier: Programming Language :: Python
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
17
|
+
Classifier: Topic :: File Formats
|
|
18
|
+
Classifier: Topic :: Text Processing :: Markup :: Markdown
|
|
19
|
+
Classifier: Topic :: Text Processing :: Markup :: HTML
|
|
20
|
+
Project-URL: Repository, https://github.com/tim-gromeyer/html2md
|
|
8
21
|
Requires-Python: >=3.7
|
|
9
|
-
Description-Content-Type: text/markdown
|
|
10
|
-
License-File: COPYING
|
|
11
22
|
Provides-Extra: test
|
|
12
|
-
Requires-Dist: pytest
|
|
23
|
+
Requires-Dist: pytest>=6.0; extra == "test"
|
|
24
|
+
Description-Content-Type: text/markdown
|
|
13
25
|
|
|
14
26
|
# pyhtml2md
|
|
15
27
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
pyhtml2md.cpython-311-i386-linux-gnu.so,sha256=ln657BHanEwCdZaoAB-LPgKRTojsPUMzeKsVVyMMiO4,342620
|
|
2
|
+
pyhtml2md-1.7.0.dist-info/WHEEL,sha256=6olKyFA-9v3iAz8Vam4rcjp_xXigwHujjgWH8-fKgwo,152
|
|
3
|
+
pyhtml2md-1.7.0.dist-info/METADATA,sha256=QFm0J0J6iySK6jo7eaUIbkaplkimrJsfEwJvv-9LPjs,6230
|
|
4
|
+
pyhtml2md-1.7.0.dist-info/RECORD,,
|
|
5
|
+
pyhtml2md-1.7.0.dist-info/licenses/COPYING,sha256=tMzQGuQtz-5mCs8GK7RtfZ1-BwZf0S9qGI9hbgQnAxM,1069
|
|
Binary file
|
pyhtml2md-1.5.3.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
pyhtml2md.cpython-311-i386-linux-gnu.so,sha256=MORVXRHFyhZVbXhTOhxZBSW3vdXMDIY80QVhXpypLRM,322076
|
|
2
|
-
pyhtml2md-1.5.3.dist-info/RECORD,,
|
|
3
|
-
pyhtml2md-1.5.3.dist-info/WHEEL,sha256=NLVqNiUWIEV6NJZ-Q09Orwogwi0dqEv7302COTQVjQE,148
|
|
4
|
-
pyhtml2md-1.5.3.dist-info/METADATA,sha256=kwLnUt2eP2PBCO6B0miHQlKC7PHwW5LjpJ2iwK7bvGo,5564
|
|
5
|
-
pyhtml2md-1.5.3.dist-info/top_level.txt,sha256=d4vONB40a89_yE6DyZVwRy9xotomMIzISHMQ9054QcM,10
|
|
6
|
-
pyhtml2md-1.5.3.dist-info/COPYING,sha256=tMzQGuQtz-5mCs8GK7RtfZ1-BwZf0S9qGI9hbgQnAxM,1069
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
pyhtml2md
|
|
File without changes
|