.gitignore
LICENSE
MANIFEST.in
Makefile
README.rst
invoke_pytest.py
pyproject.toml
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/on_push_default_branch.yml
.github/workflows/publish.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/make_readme.py
docs/pages/genindex.rst
docs/pages/links.rst
docs/pages/introduction/badges.txt
docs/pages/introduction/feature.txt
docs/pages/introduction/index.rst
docs/pages/introduction/installation.rst
docs/pages/introduction/summary.txt
docs/pages/reference/data.rst
docs/pages/reference/error.rst
docs/pages/reference/index.rst
examples/tabledata.ipynb
requirements/docs_requirements.txt
requirements/requirements.txt
requirements/test_requirements.txt
tabledata/__init__.py
tabledata/__version__.py
tabledata/_common.py
tabledata/_constant.py
tabledata/_converter.py
tabledata/_core.py
tabledata/error.py
tabledata/normalizer.py
tabledata/py.typed
tabledata.egg-info/PKG-INFO
tabledata.egg-info/SOURCES.txt
tabledata.egg-info/dependency_links.txt
tabledata.egg-info/not-zip-safe
tabledata.egg-info/requires.txt
tabledata.egg-info/top_level.txt
tabledata/_logger/__init__.py
tabledata/_logger/_logger.py
tabledata/_logger/_null_logger.py
test/test_common.py
test/test_converter.py
test/test_logger.py
test/test_normalizer.py
test/test_tabledata.py