.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/API-NOTES.md
examples/quickstart.py
examples/stream_events.py
src/qsmy_deepseek_locator/__init__.py
src/qsmy_deepseek_locator/__main__.py
src/qsmy_deepseek_locator/benchmark.py
src/qsmy_deepseek_locator/cli.py
src/qsmy_deepseek_locator/client.py
src/qsmy_deepseek_locator/config.py
src/qsmy_deepseek_locator/debuglog.py
src/qsmy_deepseek_locator/drawing.py
src/qsmy_deepseek_locator/errors.py
src/qsmy_deepseek_locator/images.py
src/qsmy_deepseek_locator/locate.py
src/qsmy_deepseek_locator/parsing.py
src/qsmy_deepseek_locator/prompts.py
src/qsmy_deepseek_locator/py.typed
src/qsmy_deepseek_locator.egg-info/PKG-INFO
src/qsmy_deepseek_locator.egg-info/SOURCES.txt
src/qsmy_deepseek_locator.egg-info/dependency_links.txt
src/qsmy_deepseek_locator.egg-info/entry_points.txt
src/qsmy_deepseek_locator.egg-info/requires.txt
src/qsmy_deepseek_locator.egg-info/top_level.txt
tests/conftest.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_client_stream.py
tests/test_debuglog.py
tests/test_docrefs.py
tests/test_images_drawing.py
tests/test_locate.py
tests/test_locate_to_file.py
tests/test_parsing.py