CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
aquote_router/__init__.py
aquote_router/audit.py
aquote_router/cli.py
aquote_router/exceptions.py
aquote_router/models.py
aquote_router/policy.py
aquote_router/router.py
aquote_router.egg-info/PKG-INFO
aquote_router.egg-info/SOURCES.txt
aquote_router.egg-info/dependency_links.txt
aquote_router.egg-info/entry_points.txt
aquote_router.egg-info/requires.txt
aquote_router.egg-info/top_level.txt
aquote_router/adapters/__init__.py
aquote_router/adapters/base.py
aquote_router/adapters/easyquotation_sina_adapter.py
aquote_router/adapters/easyquotation_tencent_adapter.py
aquote_router/adapters/pytdx_adapter.py
config/pytdx_servers.example.json
config/source_policy.example.yaml
docs/AUDIT_TRAIL.md
docs/COMPETITOR_NOTES.md
docs/FAQ.md
docs/RELEASE_CHECKLIST.md
docs/SOURCE_POLICY.md
examples/diagnose_demo.py
examples/full_realtime_quotes_demo.py
examples/index_realtime_demo.py
examples/minute_kline_pytdx_only_demo.py
examples/realtime_quotes_demo.py
scripts/check_release.py
scripts/smoke_test.py
scripts/windows_acceptance.bat
tests/conftest.py
tests/test_audit_jsonl.py
tests/test_audit_sqlite.py
tests/test_models.py
tests/test_no_private_leak.py
tests/test_policy.py
tests/test_router_fallback.py