pyhtml2md 1.6.4__tar.gz → 1.6.6__tar.gz

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.

Files changed (384) hide show
  1. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/workflows/wheels.yml +4 -4
  2. pyhtml2md-1.6.6/.gitignore +21 -0
  3. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/CHANGELOG.md +6 -0
  4. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/CMakeLists.txt +1 -1
  5. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/PKG-INFO +1 -1
  6. pyhtml2md-1.6.6/Package.swift +40 -0
  7. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/include/html2md.h +2 -2
  8. pyhtml2md-1.6.6/objc/html2md_objc.mm +24 -0
  9. pyhtml2md-1.6.6/objc/include/html2md_objc.h +19 -0
  10. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/pyproject.toml +1 -1
  11. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/src/html2md.cpp +7 -6
  12. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/src/table.cpp +4 -0
  13. pyhtml2md-1.6.4/.gitignore +0 -13
  14. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.clang-format +0 -0
  15. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/CODEOWNERS +0 -0
  16. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  17. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  18. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/ISSUE_TEMPLATE/question.md +0 -0
  19. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/dependabot.yml +0 -0
  20. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/workflows/build.yml +0 -0
  21. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/workflows/release.yml +0 -0
  22. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/workflows/website.yml +0 -0
  23. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.gitmodules +0 -0
  24. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/CONTRIBUTING.md +0 -0
  25. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/COPYING +0 -0
  26. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/MANIFEST.in +0 -0
  27. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/README.md +0 -0
  28. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/SECURITY.md +0 -0
  29. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/cli/main.cpp +0 -0
  30. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/cmake/Doc.cmake +0 -0
  31. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/cmake/Packaging.cmake +0 -0
  32. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/Doxyfile +0 -0
  33. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/.gitignore +0 -0
  34. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/LICENSE +0 -0
  35. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js +0 -0
  36. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js +0 -0
  37. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-interactive-toc.js +0 -0
  38. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-paragraph-link.js +0 -0
  39. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css +0 -0
  40. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-sidebar-only.css +0 -0
  41. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome.css +0 -0
  42. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-custom/custom.css +0 -0
  43. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-custom/header.html +0 -0
  44. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/index.md +0 -0
  45. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/html2md.pc.in +0 -0
  46. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/html2mdConfig.cmake.in +0 -0
  47. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/include/table.h +0 -0
  48. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/js/bindings.cpp +0 -0
  49. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/README.md +0 -0
  50. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/bindings.cpp +0 -0
  51. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.appveyor.yml +0 -0
  52. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.clang-format +0 -0
  53. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.clang-tidy +0 -0
  54. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.cmake-format.yaml +0 -0
  55. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.codespell-ignore-lines +0 -0
  56. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.gitattributes +0 -0
  57. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/CODEOWNERS +0 -0
  58. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/CONTRIBUTING.md +0 -0
  59. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
  60. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/ISSUE_TEMPLATE/config.yml +0 -0
  61. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/dependabot.yml +0 -0
  62. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/labeler.yml +0 -0
  63. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/labeler_merged.yml +0 -0
  64. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/matchers/pylint.json +0 -0
  65. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/pull_request_template.md +0 -0
  66. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/workflows/ci.yml +0 -0
  67. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/workflows/configure.yml +0 -0
  68. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/workflows/format.yml +0 -0
  69. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/workflows/labeler.yml +0 -0
  70. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/workflows/pip.yml +0 -0
  71. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/workflows/upstream.yml +0 -0
  72. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.gitignore +0 -0
  73. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.pre-commit-config.yaml +0 -0
  74. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.readthedocs.yml +0 -0
  75. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/CMakeLists.txt +0 -0
  76. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/LICENSE +0 -0
  77. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/MANIFEST.in +0 -0
  78. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/README.rst +0 -0
  79. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/SECURITY.md +0 -0
  80. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/Doxyfile +0 -0
  81. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/_static/css/custom.css +0 -0
  82. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/chrono.rst +0 -0
  83. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/custom.rst +0 -0
  84. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/eigen.rst +0 -0
  85. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/functional.rst +0 -0
  86. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/index.rst +0 -0
  87. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/overview.rst +0 -0
  88. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/stl.rst +0 -0
  89. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/strings.rst +0 -0
  90. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/classes.rst +0 -0
  91. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/embedding.rst +0 -0
  92. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/exceptions.rst +0 -0
  93. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/functions.rst +0 -0
  94. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/misc.rst +0 -0
  95. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/pycpp/index.rst +0 -0
  96. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/pycpp/numpy.rst +0 -0
  97. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/pycpp/object.rst +0 -0
  98. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/pycpp/utilities.rst +0 -0
  99. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/smart_ptrs.rst +0 -0
  100. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/basics.rst +0 -0
  101. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/benchmark.py +0 -0
  102. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/benchmark.rst +0 -0
  103. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/changelog.rst +0 -0
  104. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/classes.rst +0 -0
  105. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/cmake/index.rst +0 -0
  106. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/compiling.rst +0 -0
  107. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/conf.py +0 -0
  108. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/faq.rst +0 -0
  109. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/index.rst +0 -0
  110. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/installing.rst +0 -0
  111. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/limitations.rst +0 -0
  112. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/pybind11-logo.png +0 -0
  113. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/pybind11_vs_boost_python1.png +0 -0
  114. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/pybind11_vs_boost_python1.svg +0 -0
  115. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/pybind11_vs_boost_python2.png +0 -0
  116. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/pybind11_vs_boost_python2.svg +0 -0
  117. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/reference.rst +0 -0
  118. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/release.rst +0 -0
  119. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/requirements.in +0 -0
  120. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/requirements.txt +0 -0
  121. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/upgrade.rst +0 -0
  122. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/attr.h +0 -0
  123. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/buffer_info.h +0 -0
  124. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/cast.h +0 -0
  125. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/chrono.h +0 -0
  126. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/common.h +0 -0
  127. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/complex.h +0 -0
  128. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/detail/class.h +0 -0
  129. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/detail/common.h +0 -0
  130. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/detail/descr.h +0 -0
  131. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/detail/init.h +0 -0
  132. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/detail/internals.h +0 -0
  133. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
  134. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/detail/typeid.h +0 -0
  135. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/eigen/common.h +0 -0
  136. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/eigen/matrix.h +0 -0
  137. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/eigen/tensor.h +0 -0
  138. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/eigen.h +0 -0
  139. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/embed.h +0 -0
  140. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/eval.h +0 -0
  141. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/functional.h +0 -0
  142. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/gil.h +0 -0
  143. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/gil_safe_call_once.h +0 -0
  144. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/iostream.h +0 -0
  145. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/numpy.h +0 -0
  146. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/operators.h +0 -0
  147. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/options.h +0 -0
  148. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/pybind11.h +0 -0
  149. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/pytypes.h +0 -0
  150. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/stl/filesystem.h +0 -0
  151. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/stl.h +0 -0
  152. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/stl_bind.h +0 -0
  153. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/type_caster_pyobject_ptr.h +0 -0
  154. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/typing.h +0 -0
  155. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/noxfile.py +0 -0
  156. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/pybind11/__init__.py +0 -0
  157. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/pybind11/__main__.py +0 -0
  158. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/pybind11/_version.py +0 -0
  159. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/pybind11/commands.py +0 -0
  160. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/pybind11/py.typed +0 -0
  161. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/pybind11/setup_helpers.py +0 -0
  162. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/pyproject.toml +0 -0
  163. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/setup.cfg +0 -0
  164. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/setup.py +0 -0
  165. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/CMakeLists.txt +0 -0
  166. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/conftest.py +0 -0
  167. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/constructor_stats.h +0 -0
  168. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/cross_module_gil_utils.cpp +0 -0
  169. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/cross_module_interleaved_error_already_set.cpp +0 -0
  170. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/eigen_tensor_avoid_stl_array.cpp +0 -0
  171. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/env.py +0 -0
  172. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/extra_python_package/pytest.ini +0 -0
  173. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/extra_python_package/test_files.py +0 -0
  174. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/extra_setuptools/pytest.ini +0 -0
  175. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/extra_setuptools/test_setuphelper.py +0 -0
  176. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/local_bindings.h +0 -0
  177. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/object.h +0 -0
  178. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/pybind11_cross_module_tests.cpp +0 -0
  179. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/pybind11_tests.cpp +0 -0
  180. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/pybind11_tests.h +0 -0
  181. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/pytest.ini +0 -0
  182. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/requirements.txt +0 -0
  183. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_async.cpp +0 -0
  184. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_async.py +0 -0
  185. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_buffers.cpp +0 -0
  186. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_buffers.py +0 -0
  187. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_builtin_casters.cpp +0 -0
  188. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_builtin_casters.py +0 -0
  189. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_call_policies.cpp +0 -0
  190. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_call_policies.py +0 -0
  191. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_callbacks.cpp +0 -0
  192. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_callbacks.py +0 -0
  193. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_chrono.cpp +0 -0
  194. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_chrono.py +0 -0
  195. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_class.cpp +0 -0
  196. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_class.py +0 -0
  197. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/CMakeLists.txt +0 -0
  198. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/embed.cpp +0 -0
  199. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt +0 -0
  200. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt +0 -0
  201. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt +0 -0
  202. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/main.cpp +0 -0
  203. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt +0 -0
  204. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt +0 -0
  205. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt +0 -0
  206. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/test.py +0 -0
  207. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_const_name.cpp +0 -0
  208. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_const_name.py +0 -0
  209. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_constants_and_functions.cpp +0 -0
  210. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_constants_and_functions.py +0 -0
  211. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_copy_move.cpp +0 -0
  212. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_copy_move.py +0 -0
  213. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_custom_type_casters.cpp +0 -0
  214. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_custom_type_casters.py +0 -0
  215. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_custom_type_setup.cpp +0 -0
  216. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_custom_type_setup.py +0 -0
  217. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_docstring_options.cpp +0 -0
  218. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_docstring_options.py +0 -0
  219. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eigen_matrix.cpp +0 -0
  220. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eigen_matrix.py +0 -0
  221. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eigen_tensor.cpp +0 -0
  222. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eigen_tensor.inl +0 -0
  223. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eigen_tensor.py +0 -0
  224. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_embed/CMakeLists.txt +0 -0
  225. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_embed/catch.cpp +0 -0
  226. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_embed/external_module.cpp +0 -0
  227. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_embed/test_interpreter.cpp +0 -0
  228. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_embed/test_interpreter.py +0 -0
  229. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_embed/test_trampoline.py +0 -0
  230. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_enum.cpp +0 -0
  231. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_enum.py +0 -0
  232. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eval.cpp +0 -0
  233. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eval.py +0 -0
  234. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eval_call.py +0 -0
  235. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_exceptions.cpp +0 -0
  236. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_exceptions.h +0 -0
  237. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_exceptions.py +0 -0
  238. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_factory_constructors.cpp +0 -0
  239. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_factory_constructors.py +0 -0
  240. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_gil_scoped.cpp +0 -0
  241. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_gil_scoped.py +0 -0
  242. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_iostream.cpp +0 -0
  243. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_iostream.py +0 -0
  244. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_kwargs_and_defaults.cpp +0 -0
  245. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_kwargs_and_defaults.py +0 -0
  246. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_local_bindings.cpp +0 -0
  247. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_local_bindings.py +0 -0
  248. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_methods_and_attributes.cpp +0 -0
  249. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_methods_and_attributes.py +0 -0
  250. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_modules.cpp +0 -0
  251. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_modules.py +0 -0
  252. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_multiple_inheritance.cpp +0 -0
  253. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_multiple_inheritance.py +0 -0
  254. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_numpy_array.cpp +0 -0
  255. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_numpy_array.py +0 -0
  256. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_numpy_dtypes.cpp +0 -0
  257. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_numpy_dtypes.py +0 -0
  258. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_numpy_vectorize.cpp +0 -0
  259. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_numpy_vectorize.py +0 -0
  260. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_opaque_types.cpp +0 -0
  261. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_opaque_types.py +0 -0
  262. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_operator_overloading.cpp +0 -0
  263. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_operator_overloading.py +0 -0
  264. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_pickling.cpp +0 -0
  265. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_pickling.py +0 -0
  266. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_python_multiple_inheritance.cpp +0 -0
  267. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_python_multiple_inheritance.py +0 -0
  268. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_pytypes.cpp +0 -0
  269. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_pytypes.py +0 -0
  270. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_sequences_and_iterators.cpp +0 -0
  271. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_sequences_and_iterators.py +0 -0
  272. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_smart_ptr.cpp +0 -0
  273. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_smart_ptr.py +0 -0
  274. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_stl.cpp +0 -0
  275. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_stl.py +0 -0
  276. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_stl_binders.cpp +0 -0
  277. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_stl_binders.py +0 -0
  278. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_tagbased_polymorphic.cpp +0 -0
  279. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_tagbased_polymorphic.py +0 -0
  280. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_thread.cpp +0 -0
  281. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_thread.py +0 -0
  282. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_type_caster_pyobject_ptr.cpp +0 -0
  283. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_type_caster_pyobject_ptr.py +0 -0
  284. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_union.cpp +0 -0
  285. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_union.py +0 -0
  286. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_unnamed_namespace_a.cpp +0 -0
  287. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_unnamed_namespace_a.py +0 -0
  288. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_unnamed_namespace_b.cpp +0 -0
  289. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_unnamed_namespace_b.py +0 -0
  290. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_vector_unique_ptr_member.cpp +0 -0
  291. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_vector_unique_ptr_member.py +0 -0
  292. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_virtual_functions.cpp +0 -0
  293. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_virtual_functions.py +0 -0
  294. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/valgrind-numpy-scipy.supp +0 -0
  295. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/valgrind-python.supp +0 -0
  296. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/FindCatch.cmake +0 -0
  297. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/FindEigen3.cmake +0 -0
  298. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/FindPythonLibsNew.cmake +0 -0
  299. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/JoinPaths.cmake +0 -0
  300. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/check-style.sh +0 -0
  301. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/cmake_uninstall.cmake.in +0 -0
  302. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/codespell_ignore_lines_from_errors.py +0 -0
  303. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/libsize.py +0 -0
  304. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/make_changelog.py +0 -0
  305. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/pybind11.pc.in +0 -0
  306. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/pybind11Common.cmake +0 -0
  307. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/pybind11Config.cmake.in +0 -0
  308. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/pybind11GuessPythonExtSuffix.cmake +0 -0
  309. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/pybind11NewTools.cmake +0 -0
  310. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/pybind11Tools.cmake +0 -0
  311. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/pyproject.toml +0 -0
  312. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/setup_global.py.in +0 -0
  313. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/setup_main.py.in +0 -0
  314. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake +0 -0
  315. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/scripts/clang-format.sh +0 -0
  316. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/CMakeLists.txt +0 -0
  317. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/README.md +0 -0
  318. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/blockquote.md +0 -0
  319. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/breaks.md +0 -0
  320. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/code.md +0 -0
  321. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/comment.html +0 -0
  322. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/escaping.md +0 -0
  323. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/formating.md +0 -0
  324. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/links.md +0 -0
  325. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/lists.md +0 -0
  326. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/main.cpp +0 -0
  327. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/.gitignore +0 -0
  328. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/.travis.yml +0 -0
  329. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/CHANGELOG.md +0 -0
  330. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/CMakeLists.txt +0 -0
  331. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/LICENSE.md +0 -0
  332. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/README.md +0 -0
  333. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/appveyor.yml +0 -0
  334. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/codecov.yml +0 -0
  335. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/md2html/CMakeLists.txt +0 -0
  336. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/md2html/cmdline.c +0 -0
  337. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/md2html/cmdline.h +0 -0
  338. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/md2html/md2html.1 +0 -0
  339. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/md2html/md2html.c +0 -0
  340. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/build_folding_map.py +0 -0
  341. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/build_punct_map.py +0 -0
  342. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/build_symbol_map.py +0 -0
  343. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/build_whitespace_map.py +0 -0
  344. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/coverity.sh +0 -0
  345. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/run-tests.sh +0 -0
  346. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/unicode/CaseFolding.txt +0 -0
  347. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/unicode/DerivedGeneralCategory.txt +0 -0
  348. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/CMakeLists.txt +0 -0
  349. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/entity.c +0 -0
  350. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/entity.h +0 -0
  351. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/md4c-html.c +0 -0
  352. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/md4c-html.h +0 -0
  353. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/md4c-html.pc.in +0 -0
  354. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/md4c.c +0 -0
  355. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/md4c.h +0 -0
  356. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/md4c.pc.in +0 -0
  357. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/LICENSE +0 -0
  358. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/cmark.py +0 -0
  359. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/coverage.txt +0 -0
  360. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/fuzz-input/commonmark.md +0 -0
  361. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/fuzz-input/gfm.md +0 -0
  362. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/fuzz-input/latex-math.md +0 -0
  363. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/fuzz-input/wiki.md +0 -0
  364. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/fuzzers/fuzz-mdhtml.c +0 -0
  365. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/heading-auto-identifier.txt +0 -0
  366. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/latex-math.txt +0 -0
  367. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/normalize.py +0 -0
  368. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/pathological_auto_ident_tests.py +0 -0
  369. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/pathological_tests.py +0 -0
  370. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/permissive-email-autolinks.txt +0 -0
  371. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/permissive-url-autolinks.txt +0 -0
  372. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/permissive-www-autolinks.txt +0 -0
  373. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/spec.txt +0 -0
  374. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/spec_tests.py +0 -0
  375. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/strikethrough.txt +0 -0
  376. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/tables.txt +0 -0
  377. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/tasklists.txt +0 -0
  378. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/toc-mark.txt +0 -0
  379. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/toc.txt +0 -0
  380. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/underline.txt +0 -0
  381. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/wiki-links.txt +0 -0
  382. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/tables.md +0 -0
  383. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/test_advanced.py +0 -0
  384. {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/test_basic.py +0 -0
@@ -23,9 +23,9 @@ jobs:
23
23
 
24
24
  - uses: actions/upload-artifact@v4
25
25
  with:
26
+ name: dist-sdist
26
27
  path: dist/*.tar.gz
27
28
 
28
-
29
29
  build_wheels:
30
30
  name: Wheels on ${{ matrix.os }}
31
31
  runs-on: ${{ matrix.os }}
@@ -51,9 +51,8 @@ jobs:
51
51
  - name: Upload wheels
52
52
  uses: actions/upload-artifact@v4
53
53
  with:
54
+ name: dist-${{ matrix.os }}
54
55
  path: wheelhouse/*.whl
55
- name: ${{ matrix.os }}
56
-
57
56
 
58
57
  upload_all:
59
58
  name: Upload wheels
@@ -63,8 +62,9 @@ jobs:
63
62
  steps:
64
63
  - uses: actions/download-artifact@v4
65
64
  with:
66
- name: artifact
67
65
  path: dist
66
+ pattern: dist-*
67
+ merge-multiple: true
68
68
 
69
69
  - uses: pypa/gh-action-pypi-publish@v1.9.0
70
70
  with:
@@ -0,0 +1,21 @@
1
+ *.user*
2
+ build-linux/
3
+ build-windows/
4
+ build-wasm/
5
+ doc/
6
+ tests/error.log
7
+ conan/
8
+ build/
9
+ dist/
10
+ pyhtml2md.egg-info/
11
+ *.whl
12
+ wheelhouse/
13
+ tests/__pycache__/
14
+ .DS_Store
15
+ /.build
16
+ /Packages
17
+ xcuserdata/
18
+ DerivedData/
19
+ .swiftpm/configuration/registries.json
20
+ .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
21
+ .netrc
@@ -2,6 +2,12 @@
2
2
 
3
3
  [TOC]
4
4
 
5
+ ## 1.6.6
6
+ - Python: Fix wheels not uploaded
7
+
8
+ ## 1.6.5
9
+ - Fix handling of `<br>` tags
10
+
5
11
  ## 1.6.4
6
12
  - Fix handling of `<br>` tags outside of paragraphs (`<p>`)
7
13
 
@@ -1,5 +1,5 @@
1
1
  cmake_minimum_required(VERSION 3.8)
2
- project(html2md VERSION 1.6.4 LANGUAGES CXX)
2
+ project(html2md VERSION 1.6.6 LANGUAGES CXX)
3
3
 
4
4
  set(PROJECT_HOMEPAGE_URL "https://tim-gromeyer.github.io/html2md/")
5
5
  set(html2md_HOMEPAGE_URL "${PROJECT_HOMEPAGE_URL}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyhtml2md
3
- Version: 1.6.4
3
+ Version: 1.6.6
4
4
  Summary: Transform your HTML into clean, easy-to-read markdown with pyhtml2md.
5
5
  Keywords: html,markdown,html-to-markdown,python3,cpp17,cpp-library,html2markdown,html2md
6
6
  Author-Email: Tim Gromeyer <sakul8826@gmail.com>
@@ -0,0 +1,40 @@
1
+ // swift-tools-version:5.5
2
+ // The swift-tools-version declares the minimum version of Swift required to build this package.
3
+
4
+ import PackageDescription
5
+
6
+ let package = Package(
7
+ name: "html2md",
8
+ products: [
9
+ .library(name: "html2md", targets: ["html2md"]),
10
+ ],
11
+ targets: [
12
+ .target(
13
+ name: "html2md",
14
+ dependencies: ["html2md_cpp"],
15
+ path: ".",
16
+ sources: [
17
+ "objc/html2md_objc.mm",
18
+ ],
19
+ publicHeadersPath: "objc/include",
20
+ cxxSettings: [
21
+ // header is inherited from html2md_cpp
22
+ // we should compile this objc file with c++11
23
+ .unsafeFlags(["-std=c++11"]),
24
+ ]
25
+ ),
26
+ .target(
27
+ name: "html2md_cpp",
28
+ path: ".",
29
+ sources: [
30
+ "src/html2md.cpp",
31
+ "src/table.cpp",
32
+ ],
33
+ publicHeadersPath: "include",
34
+ cxxSettings: [
35
+ .unsafeFlags(["-std=c++11"]),
36
+ .unsafeFlags(["-Wno-parentheses", "-Wno-conversion"]),
37
+ ]
38
+ ),
39
+ ]
40
+ )
@@ -357,8 +357,8 @@ private:
357
357
 
358
358
  // tags that are not printed (nav, script, noscript, ...)
359
359
  struct TagIgnored : Tag {
360
- void OnHasLeftOpeningTag(Converter *c) override{};
361
- void OnHasLeftClosingTag(Converter *c) override{};
360
+ void OnHasLeftOpeningTag(Converter *c) override {};
361
+ void OnHasLeftClosingTag(Converter *c) override {};
362
362
  };
363
363
 
364
364
  struct TagAnchor : Tag {
@@ -0,0 +1,24 @@
1
+ //
2
+ // html2md.m
3
+ // html2md
4
+ //
5
+ // Created by 秋星桥 on 2/17/25.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+
10
+ #include "html2md.h"
11
+ #include "include/html2md_objc.h"
12
+
13
+ #include <string>
14
+
15
+ @implementation HTML2MD
16
+
17
+ + (NSString *)convertHTMLToMarkdown:(NSString *)html {
18
+ const char *htmlStr = [html UTF8String];
19
+ std::string outputMarkdown = html2md::Convert(htmlStr);
20
+ NSString *markdownStr = [NSString stringWithUTF8String:outputMarkdown.c_str()];
21
+ return markdownStr;
22
+ }
23
+
24
+ @end
@@ -0,0 +1,19 @@
1
+ //
2
+ // Header.h
3
+ // html2md
4
+ //
5
+ // Created by 秋星桥 on 2/17/25.
6
+ //
7
+
8
+ #ifndef html2md_objc_h
9
+ #define html2md_objc_h
10
+
11
+ #include <Foundation/Foundation.h>
12
+
13
+ @interface HTML2MD : NSObject
14
+
15
+ + (NSString *)convertHTMLToMarkdown:(NSString *)html;
16
+
17
+ @end
18
+
19
+ #endif /* html2md_objc_h */
@@ -11,7 +11,7 @@ description = "Transform your HTML into clean, easy-to-read markdown with pyhtml
11
11
  readme = "python/README.md"
12
12
  requires-python = ">=3.7"
13
13
  license = { text = "MIT" }
14
- version = "1.6.4"
14
+ version = "1.6.6"
15
15
  classifiers = [
16
16
  "Intended Audience :: Developers",
17
17
  "License :: OSI Approved :: MIT License",
@@ -186,8 +186,7 @@ Converter *Converter::appendToMd(char ch) {
186
186
  return this;
187
187
  }
188
188
 
189
- Converter *Converter::appendToMd(const char *str)
190
- {
189
+ Converter *Converter::appendToMd(const char *str) {
191
190
  if (IsInIgnoredTag())
192
191
  return this;
193
192
 
@@ -442,7 +441,11 @@ bool Converter::OnHasLeftTag() {
442
441
  if (TagContainsAttributesToHide(&current_tag_))
443
442
  return true;
444
443
 
445
- current_tag_ = Split(current_tag_, ' ')[0];
444
+ auto cut_tags = Split(current_tag_, ' ');
445
+ if (cut_tags.empty())
446
+ return true;
447
+
448
+ current_tag_ = cut_tags[0];
446
449
 
447
450
  auto tag = tags_[current_tag_];
448
451
 
@@ -620,9 +623,7 @@ void Converter::TagBreak::OnHasLeftOpeningTag(Converter *c) {
620
623
  c->appendToMd(Repeat(" ", c->index_li));
621
624
  } else if (c->is_in_table_) {
622
625
  c->appendToMd("<br>");
623
- } else if (!c->is_in_p_ && !c->prev_tag_.empty()) {
624
- c->appendToMd("\n<br>\n\n");
625
- } else if (c->md_.length() > 0)
626
+ } else if (!c->md_.empty())
626
627
  c->appendToMd(" \n");
627
628
  }
628
629
 
@@ -67,6 +67,10 @@ string formatMarkdownTable(const string &inputTable) {
67
67
  }
68
68
  }
69
69
 
70
+ if (tableData.empty()) {
71
+ return "";
72
+ }
73
+
70
74
  // Determine maximum width of each column
71
75
  vector<size_t> columnWidths(tableData[0].size(), 0);
72
76
  for (const auto &row : tableData) {
@@ -1,13 +0,0 @@
1
- *.user*
2
- build-linux/
3
- build-windows/
4
- build-wasm/
5
- doc/
6
- tests/error.log
7
- conan/
8
- build/
9
- dist/
10
- pyhtml2md.egg-info/
11
- *.whl
12
- wheelhouse/
13
- tests/__pycache__/
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes