LICENSE
README.md
pyproject.toml
src/html_table_rescuer/__init__.py
src/html_table_rescuer/cleaner.py
src/html_table_rescuer/cli.py
src/html_table_rescuer/core.py
src/html_table_rescuer/models.py
src/html_table_rescuer/py.typed
src/html_table_rescuer.egg-info/PKG-INFO
src/html_table_rescuer.egg-info/SOURCES.txt
src/html_table_rescuer.egg-info/dependency_links.txt
src/html_table_rescuer.egg-info/entry_points.txt
src/html_table_rescuer.egg-info/requires.txt
src/html_table_rescuer.egg-info/top_level.txt
src/html_table_rescuer/integrations/__init__.py
src/html_table_rescuer/integrations/langchain.py
tests/test_cli.py
tests/test_examples.py
tests/test_parser.py
tests/test_robustness.py