{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/10"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/7"},{"label":"Documentation","url":"https://skillfed.io/packages/category/documentation"}],"enrichment":{"capability":"Generates Markdown API documentation from Python packages using Griffe's static analysis, with support for multiple docstring styles and configurable output.","skillfed_tags":["api-documentation","markdown-generation","static-analysis"],"use_cases":["Generate API reference documentation for a Python package to include in a README or docs site","Automate API doc generation in CI/CD pipelines to keep docs in sync with code changes","Convert existing docstrings to Markdown format for migration to a new documentation system","Create Markdown API docs for packages that use Sphinx-style docstrings without needing Sphinx itself"],"what_it_does":"griffe2md is a command-line tool that converts Python package API documentation into Markdown files. It uses Griffe, a static analysis library, to parse your package's structure and docstrings, then renders them as formatted Markdown suitable for documentation sites or repositories. The tool supports multiple docstring styles (configurable via pyproject.toml or griffe2md.toml) and can output to stdout or directly to a file.\n\nYou run it by pointing it at a package name or folder path, and it generates structured Markdown with your API's classes, functions, and their documentation. It's designed for developers who want to maintain API docs in Markdown format without manually writing or updating them, integrating easily into documentation workflows alongside tools like mdformat for consistent formatting.","worth_installing":"Yes. Low install friction, active maintenance, no known vulnerabilities, and a permissive license make it a straightforward choice. Install it if you need to generate Markdown API docs from Python packages; the command-line interface is simple and the configuration is minimal."},"id":"griffe2md","links":{"html":"https://skillfed.io/packages/griffe2md","md":"https://skillfed.io/packages/griffe2md.md","pypi":"https://pypi.org/project/griffe2md/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-12","license_spdx":"ISC","license_treatment":"permissive","name":"griffe2md","python_support":"supports_current","summary":"Output API docs to Markdown using Griffe."},"popularity":{"monthly_downloads":276930,"position":8154,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.5.0"}
