Metadata-Version: 2.4
Name: docx-mcp
Version: 0.1.6
Summary: DOCX MCP处理器 - 完整的Word文档处理工具，支持图片编辑和表格操作
Home-page: https://github.com/rockcj/Docx_MCP_cj
Author: rockcj
Author-email: DOCX MCP Team <support@docx-mcp.com>
Maintainer-email: DOCX MCP Team <support@docx-mcp.com>
License: MIT
Project-URL: Homepage, https://github.com/rockcj/Docx_MCP_cj
Project-URL: Documentation, https://github.com/rockcj/Docx_MCP_cj/blob/main/README_Enhanced.md
Project-URL: Repository, https://github.com/rockcj/Docx_MCP_cj.git
Project-URL: Issues, https://github.com/rockcj/Docx_MCP_cj/issues
Project-URL: Changelog, https://github.com/rockcj/Docx_MCP_cj/blob/main/CHANGELOG.md
Keywords: docx,word,document,mcp,ai-tools,document-processing,image-processing,font-management
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
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 :: Office/Business :: Office Suites
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-docx>=1.1.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: fastmcp>=0.5.0
Requires-Dist: Pillow>=10.0.0
Requires-Dist: requests>=2.31.0
Requires-Dist: pydantic>=2.5.0
Requires-Dist: typing-extensions>=4.8.0
Provides-Extra: cloud
Requires-Dist: oss2>=2.18.0; extra == "cloud"
Provides-Extra: dev
Requires-Dist: pytest>=7.4.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: flake8>=6.0.0; extra == "dev"
Requires-Dist: mypy>=1.7.0; extra == "dev"
Requires-Dist: colorlog>=6.7.0; extra == "dev"
Provides-Extra: all
Requires-Dist: docx-mcp[cloud,dev]; extra == "all"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
