LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/untabulate/__init__.py
src/untabulate/__init__.pyi
src/untabulate/cli.py
src/untabulate/html_parser.c
src/untabulate/html_parser.pyi
src/untabulate/html_parser.pyx
src/untabulate/projection_grid.c
src/untabulate/projection_grid.pxd
src/untabulate/projection_grid.pyi
src/untabulate/projection_grid.pyx
src/untabulate/py.typed
src/untabulate/xlsx_parser.c
src/untabulate/xlsx_parser.pyi
src/untabulate/xlsx_parser.pyx
src/untabulate.egg-info/PKG-INFO
src/untabulate.egg-info/SOURCES.txt
src/untabulate.egg-info/dependency_links.txt
src/untabulate.egg-info/entry_points.txt
src/untabulate.egg-info/requires.txt
src/untabulate.egg-info/top_level.txt
tests/test_cli.py
tests/test_convenience.py
tests/test_untabulate.py