.env.example
.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
install.sh
pyproject.toml
config/payload_anthropic.json
config/payload_openai.json
docs/ARCHITECTURE.md
docs/UNIVERSAL_API_GUIDE.md
src/SynthAuth.egg-info/PKG-INFO
src/SynthAuth.egg-info/SOURCES.txt
src/SynthAuth.egg-info/dependency_links.txt
src/SynthAuth.egg-info/entry_points.txt
src/SynthAuth.egg-info/requires.txt
src/SynthAuth.egg-info/top_level.txt
src/synth/__init__.py
src/synth/py.typed
src/synth/cli/__init__.py
src/synth/cli/display.py
src/synth/cli/main.py
src/synth/core/__init__.py
src/synth/core/auth.py
src/synth/core/device.py
src/synth/core/exceptions.py
src/synth/core/ocr.py
tests/__init__.py