Metadata-Version: 2.4
Name: wetech-risk-sdk
Version: 0.1.0
Summary: WeTech Risk Control MCP SDK - Fraud detection and transaction risk evaluation tools
Author-email: wetech <your@wetech.vip>
License: MIT
Project-URL: Homepage, https://github.com/wetech/wetech-risk-sdk
Project-URL: Repository, https://github.com/wetech/wetech-risk-sdk
Project-URL: Bug Tracker, https://github.com/wetech/wetech-risk-sdk/issues
Keywords: mcp,risk-control,fraud-detection,wetech,e-commerce
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 :: Security
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp>=1.0.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: cryptography>=42.0.0
Requires-Dist: python-dotenv>=1.0.0
Provides-Extra: dev
Requires-Dist: build>=1.0.0; extra == "dev"
Requires-Dist: twine>=5.0.0; extra == "dev"
Requires-Dist: pytest>=7.0.0; extra == "dev"
Dynamic: license-file

#add somethings



# 本地测试
1. 将本地包转化为可被本地 uvx 检索的状态
uv pip install -e .
2.在确保本地代码可以直接通过命令被检索后，您就可以直接通过 npx 配合 uv 启动 Inspector。
uv run wetech-risk-mcp



# 1. 清理旧的构建文件
rm -rf dist/ build/ *.egg-info/

# 2. 构建新版本
python -m build

# 3. 上传到 PyPI
python -m twine upload dist/*
