Metadata-Version: 2.4
Name: smart-financial-mcp
Version: 1.0.0
Summary: 基于Model Context Protocol (MCP) 的智能股票数据助手
Project-URL: Homepage, https://github.com/YUHAI0/smart-financial-mcp
Project-URL: Repository, https://github.com/YUHAI0/smart-financial-mcp.git
Project-URL: Documentation, https://github.com/YUHAI0/smart-financial-mcp#readme
Project-URL: Bug Reports, https://github.com/YUHAI0/smart-financial-mcp/issues
Author-email: yuhai <me.yuhai@hotmail.com>
License: MIT
License-File: LICENSE
Keywords: ai-assistant,claude,finance,investment,market-data,mcp,model-context-protocol,stock,trading,tushare
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.10
Requires-Dist: mcp>=0.1.0
Requires-Dist: pandas>=1.5.0
Requires-Dist: python-dotenv>=0.19.0
Requires-Dist: tushare>=1.4.0
Provides-Extra: dev
Requires-Dist: black>=23.0.0; extra == 'dev'
Requires-Dist: flake8>=6.0.0; extra == 'dev'
Requires-Dist: isort>=5.12.0; extra == 'dev'
Requires-Dist: mypy>=1.0.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
