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

{
    "name": "py36-rich",
    "portdir": "python/py-rich",
    "version": "11.0.0",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://rich.readthedocs.io/en/latest/",
    "description": "Python library for rich text and beautiful formatting in the terminal",
    "long_description": "Python library for rich text and beautiful formatting in the terminal. The Rich API makes it easy to add color and style to terminal output. Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, tracebacks, and more — out of the box.",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "harensdeveloper",
            "github": "harens",
            "ports_count": 34
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py36-setuptools",
                "clang-12"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py36-dataclasses",
                "py36-pygments",
                "py36-typing_extensions",
                "py36-commonmark",
                "py36-colorama"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py36-enrich"
            ]
        }
    ]
}