GET /api/v1/ports/py39-docstring-to-markdown/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py39-docstring-to-markdown",
    "portdir": "python/py-docstring-to-markdown",
    "version": "0.17",
    "license": "LGPL-2.1+",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/python-lsp/docstring-to-markdown",
    "description": "On the fly conversion of Python docstrings to markdown",
    "long_description": "On the fly conversion of Python docstrings to markdown",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1623
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-python-lsp-server"
            ]
        }
    ]
}