💻

Python 文档字符串提取器

👤 ҉Breeze🌔 📦 v1.0.0 ⭐ 3.3 ⬇️ 111 下载
💻 开发编程 免费

📖 技能介绍


name: "Python 文档字符串提取器" slug: "python-docstring-extractor" version: "1.0.0" displayName: "Python 文档字符串提取器" summary: "使用 ast.parse 和 docstring_parser 库提取和索引 Python 模块文档。支持 Google、NumPy 和 Sphinx docstring 格式,并通过 typing_inspect 实现类型提示交叉引用。" license: "MIT" description: "使用 ast.parse 和 docstring_parser 库提取和索引 Python 模块文档。支持 Google、NumPy 和 Sphinx docstring 格式,并通过 typing_inspect 实现类型提示交叉引用。" github_stars: 266 verification: "security_reviewed" source: "https://github.com/1991513ccie-png/skills" author: "1991513ccie-png" category: "Library & API Reference" framework: "Claude Agents" tool_ecosystem: github_repo: "1991513ccie-png/skills" github_stars: 266

来源于7w4.net。


Python 文档字符串提取器

Extracts and indexes Python module documentation using ast.parse and docstring_parser library. Supports Google, NumPy, and Sphinx docstring formats with type hint cross-referencing via typing_inspect.

Installation

Use the upstream install or setup path that matches your environment: - pip install docstring_parser - python -m pip install docstring_parser - git clone https://github.com/1991513ccie-png/skills - pip install -e ".[dev]" # install as editable

Requirements and caveats from upstream: - Parse Python docstrings. Currently support ReST, Google, Numpydoc-style and - python - python -m venv venv # create environment

Basic usage or getting-started notes: - Example usage: - shell - # or if you want to install it in a virtual environment

  • Source: https://github.com/1991513ccie-png/skills
  • Extracted from upstream docs: https://raw.githubusercontent.com/rr-/docstring_parser/HEAD/README.md

🤖 AI 评测

这个 Skill 的完成度较低,可用性欠佳。README 文档残缺不全,内容格式混乱,安装步骤说明不清晰。更关键的是包里没有实际的代码文件,用户拿到后根本无法使用。虽然工具的功能设想不错,但缺乏可用的实现,建议等待后续完善版本再使用。

📊 多维度评分

适应性3.3
规范性3.2
有效性3.1
可靠性3
可信度4.3

📁 包含文件 (3 个)

📄 SKILL.md 1.7 KB
📄 _meta.json 145 B
📄 _skillhub_meta.json 160 B