LICENSE
README.md
pyproject.toml
src/legal_expand/__init__.py
src/legal_expand/cli.py
src/legal_expand/config.py
src/legal_expand/documents.py
src/legal_expand/py.typed
src/legal_expand/types.py
src/legal_expand.egg-info/PKG-INFO
src/legal_expand.egg-info/SOURCES.txt
src/legal_expand.egg-info/dependency_links.txt
src/legal_expand.egg-info/entry_points.txt
src/legal_expand.egg-info/requires.txt
src/legal_expand.egg-info/top_level.txt
src/legal_expand/core/__init__.py
src/legal_expand/core/engine.py
src/legal_expand/core/matcher.py
src/legal_expand/core/normalizer.py
src/legal_expand/data/__init__.py
src/legal_expand/data/dictionary.json
src/legal_expand/formatters/__init__.py
src/legal_expand/formatters/base.py
src/legal_expand/formatters/html.py
src/legal_expand/formatters/plain_text.py
src/legal_expand/formatters/structured.py
tests/test_basic.py
tests/test_config.py
tests/test_diagnostics.py
tests/test_edge_cases.py
tests/test_formatters.py
tests/test_product_13.py
tests/test_variants.py