.gitignore
.gitmodules
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/FUNDING.yml
.github/SECURITY.md
.github/dependabot.yml
.github/workflows/release.yml
superslurp/__init__.py
superslurp/__main__.py
superslurp/_cli_args.py
superslurp/exception.py
superslurp/superslurp_typing.py
superslurp.egg-info/PKG-INFO
superslurp.egg-info/SOURCES.txt
superslurp.egg-info/dependency_links.txt
superslurp.egg-info/entry_points.txt
superslurp.egg-info/requires.txt
superslurp.egg-info/top_level.txt
superslurp/check/__init__.py
superslurp/check/calculate_total_from_items.py
superslurp/check/consistency.py
superslurp/compare/__init__.py
superslurp/compare/aggregate.py
superslurp/compare/cli.py
superslurp/compare/html_report.py
superslurp/compare/matcher.py
superslurp/compare/normalize.py
superslurp/extract/__init__.py
superslurp/parse/__init__.py
superslurp/parse/detect_format.py
superslurp/parse/safe_search.py
superslurp/parse/str_to_float.py
superslurp/parse/v1/__init__.py
superslurp/parse/v1/parse_categories.py
superslurp/parse/v1/parse_date.py
superslurp/parse/v1/parse_items.py
superslurp/parse/v1/parse_store.py
superslurp/parse/v1/parse_text.py
superslurp/parse/v1/parse_totals.py
superslurp/parse/v2/__init__.py
superslurp/parse/v2/parse_items.py
superslurp/parse/v2/parse_text.py
superslurp/repr/__init__.py
superslurp/repr/items.py
superslurp/serialize/__init__.py
superslurp/serialize/json_dump.py
tests/test_compare.py
tests/test_parse_text.py