pyproject.toml
docs/stock-data-gateway-design.md
stock_gateway/__init__.py
stock_gateway/errors.py
stock_gateway/fallback.py
stock_gateway/gateway.py
stock_gateway/models.py
stock_gateway/resolver.py
stock_gateway/schemas.py
stock_gateway.egg-info/PKG-INFO
stock_gateway.egg-info/SOURCES.txt
stock_gateway.egg-info/dependency_links.txt
stock_gateway.egg-info/requires.txt
stock_gateway.egg-info/top_level.txt
stock_gateway/normalizers/__init__.py
stock_gateway/normalizers/kline.py
stock_gateway/normalizers/quote.py
stock_gateway/providers/__init__.py
stock_gateway/providers/baidu_provider.py
stock_gateway/providers/base.py
stock_gateway/providers/cninfo_provider.py
stock_gateway/providers/eastmoney_provider.py
stock_gateway/providers/jiuyangongshe_provider.py
stock_gateway/providers/mootdx_provider.py
stock_gateway/providers/sina_provider.py
stock_gateway/providers/tencent_provider.py
stock_gateway/providers/ths_hot_provider.py
stock_gateway/providers/thsdk_provider.py
stock_gateway/providers/timor_provider.py
tests/test_examples.py
tests/test_fallback.py
tests/test_gateway_defaults.py
tests/test_gateway_explicit_methods.py
tests/test_gateway_kline.py
tests/test_gateway_phase2.py
tests/test_gateway_phase3.py
tests/test_gateway_phase4.py
tests/test_gateway_phase5_phase6.py
tests/test_gateway_quote.py
tests/test_models.py
tests/test_normalizers.py
tests/test_packaging.py
tests/test_phase2_providers.py
tests/test_phase3_providers.py
tests/test_phase4_providers.py
tests/test_phase5_phase6_providers.py
tests/test_phase7_providers.py
tests/test_resolver.py
tests/test_thsdk_provider.py