.copier-answers.yml
.gitattributes
.gitignore
.pre-commit-config.yaml
.prettierignore
.prettierrc
.readthedocs.yaml
LICENSE
README.md
pixi.lock
pixi.toml
pyproject.toml
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/release-drafter.yml
.github/actions/mssql-linux/action.yml
.github/actions/mssql-windows/action.yml
.github/workflows/build.yml
.github/workflows/chore.yml
.github/workflows/ci.yml
conda.recipe/recipe.yaml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/concept.png
docs/_static/custom.css
tabulardelta/__init__.py
tabulardelta/py.typed
tabulardelta/tabulardelta.py
tabulardelta.egg-info/PKG-INFO
tabulardelta.egg-info/SOURCES.txt
tabulardelta.egg-info/dependency_links.txt
tabulardelta.egg-info/requires.txt
tabulardelta.egg-info/top_level.txt
tabulardelta/comparators/__init__.py
tabulardelta/comparators/comparator.py
tabulardelta/comparators/pandas_comparator.py
tabulardelta/comparators/sqlcompyre_comparator.py
tabulardelta/comparators/sqlmetadata_comparator.py
tabulardelta/comparators/tabulardelta_dataclasses.py
tabulardelta/formatters/__init__.py
tabulardelta/formatters/detailed_text_formatter.py
tabulardelta/formatters/formatter.py
tabulardelta/formatters/overview_row_formatter.py
tabulardelta/formatters/tabulartext/__init__.py
tabulardelta/formatters/tabulartext/cell.py
tabulardelta/formatters/tabulartext/table.py
tests/__init__.py
tests/test_comparators.py
tests/test_docs_examples.py
tests/test_formatters.py
tests/test_tabular_text.py
tests/mssql_container/__init__.py
tests/mssql_container/cached_mssql_container.py
tests/mssql_container/docker-compose.yml
tests/test_assets/week24.csv
tests/test_assets/week25.csv