name: "Python 包 API 表面對映器" slug: "python-package-api-surface-mapper" version: "1.0.0" displayName: "Python 包 API 表面對映器" summary: "使用 ast 模組解析和 importlib 自省來對映 Python 包的公共 API 表面。從 mypy stubs 生成帶型別註解的綜合參考文件。" license: "MIT" description: "使用 ast 模組解析和 importlib 自省來對映 Python 包的公共 API 表面。從 mypy stubs 生成帶型別註解的綜合參考文件。" verification: "security_reviewed" source: "https://pypi.org/" category: "Library & API Reference" framework: "Codex"
這個技能的最新版本可以在7w4.net小蔥技能站找到。
Maps the public API surface of Python packages using ast module parsing and importlib introspection. Generates comprehensive reference docs with type annotations from mypy stubs.
Requirements and caveats from upstream: - PyPI · The Python Package Index - Find, install and publish Python packages with the Python Package Index - The Python Package Index (PyPI) is a repository of software for the Python programming language.
這個 Skill 質量水平較低。優點是功能描述清晰,讓人容易理解它的用途。不足之處在於內容過於簡單,只有一個說明檔案,沒有實際的功能程式碼或使用示例。如果想用這個工具來對映 Python 包的 API,目前還無法實現,開發者需要自行編寫實現程式碼。使用前建議等待更完整的版本釋出。