.gitignore
Example.py
LICENSE
MANIFEST.in
README.md
README_CHINESE.md
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
.github/workflows/deploy-docs.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/example.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/readme_en.md
docs/source/readme_en.rst
docs/source/readme_zh.md
docs/source/readme_zh.rst
docs/source/usage.rst
docs/source/_static/.gitkeep
docs/source/_templates/.gitkeep
docs/source/api/matcher.rst
docs/source/api/matching.rst
docs/source/api/modeling.rst
docs/source/api/utils.rst
docs/source/api/visualization.rst
docs/source/generated/evaluation_en.md
docs/source/generated/evaluation_zh.md
docs/source/generated/faq_en.md
docs/source/generated/faq_zh.md
docs/source/generated/installation_en.md
docs/source/generated/installation_zh.md
docs/source/generated/matching_en.md
docs/source/generated/matching_zh.md
docs/source/generated/quickstart_en.md
docs/source/generated/quickstart_zh.md
docs/source/generated/troubleshooting_en.md
docs/source/generated/troubleshooting_zh.md
docs/source/generated/workflow_en.md
docs/source/generated/workflow_zh.md
misc/loan.csv
pysmatch/Matcher.py
pysmatch/__init__.py
pysmatch/_version.py
pysmatch/matching.py
pysmatch/modeling.py
pysmatch/utils.py
pysmatch/visualization.py
pysmatch.egg-info/PKG-INFO
pysmatch.egg-info/SOURCES.txt
pysmatch.egg-info/dependency_links.txt
pysmatch.egg-info/requires.txt
pysmatch.egg-info/top_level.txt
scripts/sync_readme_to_docs.py
test/conftest.py
test/test_matcher.py
test/test_matching.py
test/test_modeling.py
test/test_utils.py
test/test_visualization.py