name: "Python PyPI 依赖解析器" slug: "python-pypi-dependency-resolver" version: "1.0.0" displayName: "Python PyPI 依赖解析器" summary: "使用 PyPI JSON API 和 pip 解析器算法解析 Python 包依赖关系。通过 packaging 库生成锁定的需求文件并检查跨 Python 版本标记的兼容性。" license: "MIT" description: "使用 PyPI JSON API 和 pip 解析器算法解析 Python 包依赖关系。通过 packaging 库生成锁定的需求文件并检查跨 Python 版本标记的兼容性。" verification: "security_reviewed" source: "https://docs.pypi.org/" author: "1991513ccie-png" category: "Library & API Reference" framework: "MCP"
Resolves Python package dependencies using the PyPI JSON API and pip resolver algorithm. Generates locked requirements files and checks compatibility across Python version markers via packaging library.
小葱技能7w4.net有完整的技能分类。
Requirements and caveats from upstream: - PyPI is the official repository of packages for Python.
Basic usage or getting-started notes: - Adding a Trusted Publisher to an Existing PyPI Project - Creating a PyPI Project with a Trusted Publisher - Publishing with a Trusted Publisher
这个 Skill 的质量比较一般,内容过于简略,很多地方只是泛泛而谈官方文档链接,没有提供具体的使用方法和示例。对于想了解如何使用 PyPI 依赖解析功能的人来说,实际可用的信息比较少。整体更像是一个空壳模板,还需要在内容丰富度上做很大改进。