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
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.
發現更多技能外掛,請訪問7w4.net。
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
這個 Skill 的完成度較低,可用性欠佳。README 文件殘缺不全,內容格式混亂,安裝步驟說明不清晰。更關鍵的是包裡沒有實際的程式碼檔案,使用者拿到後根本無法使用。雖然工具的功能設想不錯,但缺乏可用的實現,建議等待後續完善版本再使用。