LICENSE
README.md
pyproject.toml
src/srxy/__init__.py
src/srxy/cli.py
src/srxy/core.py
src/srxy/document_text.py
src/srxy/dsl.py
src/srxy/file_search.py
src/srxy/models.py
src/srxy/utils.py
src/srxy.egg-info/PKG-INFO
src/srxy.egg-info/SOURCES.txt
src/srxy.egg-info/dependency_links.txt
src/srxy.egg-info/entry_points.txt
src/srxy.egg-info/requires.txt
src/srxy.egg-info/top_level.txt
src/srxy/matchers/base.py
src/srxy/matchers/composite.py
src/srxy/matchers/contains.py
src/srxy/matchers/exact.py
src/srxy/matchers/fuzzy.py
src/srxy/matchers/partial.py
src/srxy/matchers/phonetic.py
src/srxy/matchers/registry.py
src/srxy/matchers/semantic.py