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/database.py
quickstock/core/errors.py
quickstock/core/formatter.py
quickstock/core/limit_up_cache.py
quickstock/core/price_distribution_cache.py
quickstock/core/price_distribution_database_cache.py
quickstock/core/price_distribution_errors.py
quickstock/core/price_distribution_fault_tolerance.py
quickstock/core/price_distribution_repository.py
quickstock/core/repository.py
quickstock/core/scheduler.py
quickstock/models/__init__.py
quickstock/models/price_distribution_models.py
quickstock/providers/__init__.py
quickstock/providers/baostock.py
quickstock/providers/base.py
quickstock/providers/eastmoney.py
quickstock/providers/manager.py
quickstock/providers/optimizations.py
quickstock/providers/tonghuashun.py
quickstock/services/__init__.py
quickstock/services/financial_reports_service.py
quickstock/services/limit_up_stats_service.py
quickstock/services/price_distribution_stats_service.py
quickstock/utils/__init__.py
quickstock/utils/code_converter.py
quickstock/utils/diagnostics.py
quickstock/utils/distribution_calculator.py
quickstock/utils/limit_up_detector.py
quickstock/utils/limit_up_validators.py
quickstock/utils/memory.py
quickstock/utils/memory_optimizer.py
quickstock/utils/migration.py
quickstock/utils/performance_benchmarks.py
quickstock/utils/performance_monitor.py
quickstock/utils/performance_optimizations.py
quickstock/utils/price_distribution_analyzer.py
quickstock/utils/price_distribution_performance.py
quickstock/utils/price_utils.py
quickstock/utils/statistics_aggregator.py
quickstock/utils/stock_classifier.py
quickstock/utils/validators.py
tests/test_async_functionality.py
tests/test_backward_compatibility.py
tests/test_baostock_financial_data.py
tests/test_baostock_provider.py
tests/test_cache.py
tests/test_client.py
tests/test_client_code_conversion_integration.py
tests/test_client_financial_reports_integration.py
tests/test_client_financial_reports_unit.py
tests/test_client_integration.py
tests/test_client_limit_up_integration.py
tests/test_client_price_distribution_basic.py
tests/test_client_price_distribution_integration.py
tests/test_code_conversion_performance_stress.py
tests/test_code_converter.py
tests/test_comprehensive_database.py
tests/test_comprehensive_financial_reports_integration.py
tests/test_comprehensive_limit_up_detector.py
tests/test_comprehensive_limit_up_stats_service.py
tests/test_comprehensive_price_distribution_integration.py
tests/test_comprehensive_repository.py
tests/test_comprehensive_stock_classifier.py
tests/test_concurrency_features.py
tests/test_config.py
tests/test_config_code_conversion.py
tests/test_config_financial_reports.py
tests/test_config_financial_reports_integration.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_integration.py
tests/test_data_source_manager.py
tests/test_database.py
tests/test_distribution_calculator.py
tests/test_distribution_calculator_integration.py
tests/test_eastmoney_provider.py
tests/test_end_to_end.py
tests/test_enhanced_code_validation.py
tests/test_error_handling_integration.py
tests/test_errors.py
tests/test_final_integration_suite.py
tests/test_financial_error_integration.py
tests/test_financial_errors.py
tests/test_financial_models.py
tests/test_financial_reports_integration_suite.py
tests/test_financial_reports_service.py
tests/test_financial_reports_workflow_integration.py
tests/test_formatter.py
tests/test_historical_data_validation.py
tests/test_integration.py
tests/test_integration_limit_up_stats.py
tests/test_limit_up_detector.py
tests/test_limit_up_errors.py
tests/test_limit_up_models.py
tests/test_limit_up_stats_service.py
tests/test_limit_up_validators.py
tests/test_memory_optimization.py
tests/test_models.py
tests/test_package_config.py
tests/test_performance_benchmarks.py
tests/test_performance_financial_reports.py
tests/test_performance_integration.py
tests/test_performance_limit_up_stats.py
tests/test_performance_optimizations.py
tests/test_price_distribution_analyzer_integration.py
tests/test_price_distribution_cache.py
tests/test_price_distribution_database_storage.py
tests/test_price_distribution_errors.py
tests/test_price_distribution_fault_tolerance_integration.py
tests/test_price_distribution_models.py
tests/test_price_distribution_performance.py
tests/test_price_distribution_service_performance_integration.py
tests/test_price_distribution_stats_service_integration.py
tests/test_price_utils.py
tests/test_provider_code_conversion.py
tests/test_provider_optimizations.py
tests/test_providers.py
tests/test_repository.py
tests/test_scheduler.py
tests/test_statistics_aggregator.py
tests/test_statistics_aggregator_integration.py
tests/test_stock_classifier.py
tests/test_suite_runner.py
tests/test_tonghuashun_provider.py
tests/test_validators.py