LICENSE
MANIFEST.in
README.md
requirements-dev.txt
requirements.txt
setup.py
quickstock/__init__.py
quickstock/client.py
quickstock/config.py
quickstock/models.py
quickstock/py.typed
quickstock.egg-info/PKG-INFO
quickstock.egg-info/SOURCES.txt
quickstock.egg-info/dependency_links.txt
quickstock.egg-info/entry_points.txt
quickstock.egg-info/not-zip-safe
quickstock.egg-info/requires.txt
quickstock.egg-info/top_level.txt
quickstock/core/__init__.py
quickstock/core/cache.py
quickstock/core/connection_pool.py
quickstock/core/data_manager.py
quickstock/core/errors.py
quickstock/core/formatter.py
quickstock/core/scheduler.py
quickstock/providers/__init__.py
quickstock/providers/baostock.py
quickstock/providers/base.py
quickstock/providers/eastmoney.py
quickstock/providers/manager.py
quickstock/providers/tonghuashun.py
quickstock/services/__init__.py
quickstock/utils/__init__.py
quickstock/utils/code_converter.py
quickstock/utils/diagnostics.py
quickstock/utils/memory.py
quickstock/utils/migration.py
quickstock/utils/validators.py
tests/test_async_functionality.py
tests/test_backward_compatibility.py
tests/test_baostock_provider.py
tests/test_cache.py
tests/test_client.py
tests/test_client_code_conversion_integration.py
tests/test_client_integration.py
tests/test_code_conversion_performance_stress.py
tests/test_code_converter.py
tests/test_concurrency_features.py
tests/test_config.py
tests/test_config_code_conversion.py
tests/test_connection_pool.py
tests/test_core_code_converter_comprehensive.py
tests/test_data_manager.py
tests/test_data_source_coordination.py
tests/test_data_source_manager.py
tests/test_eastmoney_provider.py
tests/test_end_to_end.py
tests/test_enhanced_code_validation.py
tests/test_errors.py
tests/test_formatter.py
tests/test_integration.py
tests/test_memory_optimization.py
tests/test_models.py
tests/test_package_config.py
tests/test_performance_benchmarks.py
tests/test_provider_code_conversion.py
tests/test_providers.py
tests/test_scheduler.py
tests/test_suite_runner.py
tests/test_tonghuashun_provider.py
tests/test_validators.py