Metadata-Version: 2.4
Name: datamaster-mcp
Version: 1.0.5
Summary: DataMaster MCP - AI-powered data analysis tool with MCP protocol support
Author-email: "Shan (学习AI1000天)" <szqshan@gmail.com>
Project-URL: Homepage, https://www.xueai.org
Project-URL: Learning Platform, https://www.xueai.me
Project-URL: Bug Reports, https://github.com/szqshan/DataMaster/issues
Project-URL: Source, https://github.com/szqshan/DataMaster
Project-URL: Documentation, https://github.com/szqshan/DataMaster/blob/master/README.md
Keywords: mcp,data-analysis,ai,pandas,database,excel,csv,json,mysql,postgresql,mongodb,data-processing,analytics,business-intelligence
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Database
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.0.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: openpyxl>=3.1.0
Requires-Dist: xlrd>=2.0.0
Requires-Dist: scipy>=1.10.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: requests>=2.28.0
Provides-Extra: mysql
Requires-Dist: pymysql>=1.1.0; extra == "mysql"
Provides-Extra: postgresql
Requires-Dist: psycopg2-binary>=2.9.0; extra == "postgresql"
Provides-Extra: mongodb
Requires-Dist: pymongo>=4.5.0; extra == "mongodb"
Provides-Extra: xml
Requires-Dist: xmltodict>=0.13.0; extra == "xml"
Provides-Extra: all
Requires-Dist: pymysql>=1.1.0; extra == "all"
Requires-Dist: psycopg2-binary>=2.9.0; extra == "all"
Requires-Dist: pymongo>=4.5.0; extra == "all"
Requires-Dist: xmltodict>=0.13.0; extra == "all"
