README.md
setup.py
hos_m2f/__init__.py
hos_m2f.egg-info/PKG-INFO
hos_m2f.egg-info/SOURCES.txt
hos_m2f.egg-info/dependency_links.txt
hos_m2f.egg-info/entry_points.txt
hos_m2f.egg-info/requires.txt
hos_m2f.egg-info/top_level.txt
hos_m2f/cli/__init__.py
hos_m2f/cli/cli.py
hos_m2f/converters/__init__.py
hos_m2f/converters/base_converter.py
hos_m2f/converters/docx_to_md.py
hos_m2f/converters/epub_to_md.py
hos_m2f/converters/html_to_md.py
hos_m2f/converters/json_to_md.py
hos_m2f/converters/md_to_docx.py
hos_m2f/converters/md_to_epub.py
hos_m2f/converters/md_to_html.py
hos_m2f/converters/md_to_json.py
hos_m2f/converters/md_to_latex.py
hos_m2f/converters/md_to_xml.py
hos_m2f/converters/pdf_to_md.py
hos_m2f/converters/xml_to_md.py
hos_m2f/model/__init__.py
hos_m2f/model/universal_model.py
hos_m2f/parsers/__init__.py
hos_m2f/parsers/base_parser.py
hos_m2f/parsers/docx_parser.py
hos_m2f/parsers/epub_parser.py
hos_m2f/parsers/html_parser.py
hos_m2f/parsers/json_parser.py
hos_m2f/parsers/md_parser.py
hos_m2f/parsers/xlsx_parser.py
hos_m2f/parsers/xml_parser.py
tests/__init__.py
tests/test_conversion_consistency.py
tests/test_converters.py
tests/test_latex.py
tests/test_modes.py
tests/test_xlsx.py