Metadata-Version: 2.1
Name: html_transfer_md
Version: 0.1.0
Summary: A package to convert HTML tables to Markdown format
Home-page: https://github.com/charlie3go/html_transfer_md
Author: lrs33
Author-email: aslongrushan@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4 >=4.9.0
Requires-Dist: html2text >=2020.1.16

# HTML Table to Markdown Converter

A Python package to convert HTML tables to Markdown format with support for merged cells.

## Installation

```bash
pip install html_transfer_md
