GET /api/v1/ports/py310-html2text/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py310-html2text",
    "portdir": "python/py-html2text",
    "version": "2024.2.26",
    "license": "GPL-3+",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pypi.python.org/pypi/html2text",
    "description": "Script to turn HTML into equivalent Markdown-structured text.",
    "long_description": "html2text is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format).",
    "active": true,
    "categories": [
        "textproc",
        "python"
    ],
    "maintainers": [
        {
            "name": "khindenburg",
            "github": "kurthindenburg",
            "ports_count": 418
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-build",
                "py310-installer",
                "clang-17",
                "py310-setuptools",
                "py310-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-setuptools"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py-html2text_select"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest"
            ]
        }
    ],
    "depends_on": []
}