Metadata-Version: 2.4
Name: mseep-apiweaver
Version: 0.2.6
Summary: Convert any web API into an MCP server - the universal API-to-MCP bridge with multiple transport support
Project-URL: Homepage, https://github.com/GongRzhe/APIWeaver
Project-URL: Repository, https://github.com/GongRzhe/APIWeaver
Project-URL: Issues, https://github.com/GongRzhe/APIWeaver/issues
Project-URL: Documentation, https://github.com/GongRzhe/APIWeaver#readme
Project-URL: Changelog, https://github.com/GongRzhe/APIWeaver/releases
Author-email: mseep <support@skydeck.ai>
License: MIT
License-File: LICENSE
Keywords: api,apiweaver,bridge,fastmcp,mcp,model-context-protocol,sse,stdio,streamable-http,web-api
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
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 :: Communications
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Requires-Dist: click>=8.0.0
Requires-Dist: fastmcp>=2.8.1
Requires-Dist: httpx>=0.24.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pyyaml>=6.0
Provides-Extra: dev
Requires-Dist: black>=23.0.0; extra == 'dev'
Requires-Dist: mypy>=1.0.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.20.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Requires-Dist: requests>=2.31.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Description-Content-Type: text/plain

Package managed by MseeP.ai