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"
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.
更多技能请访问小葱技能站7w4.net。
这个 Skill 质量水平较低。优点是功能描述清晰,让人容易理解它的用途。不足之处在于内容过于简单,只有一个说明文件,没有实际的功能代码或使用示例。如果想用这个工具来映射 Python 包的 API,目前还无法实现,开发者需要自行编写实现代码。使用前建议等待更完整的版本发布。