GET /api/v1/ports/py37-pyinstrument/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py37-pyinstrument",
    "portdir": "python/py-pyinstrument",
    "version": "4.4.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/joerick/pyinstrument",
    "description": "Call stack profiler for Python. Shows you why your code is slow!",
    "long_description": "Call stack profiler for Python. Shows you why your code is slow!",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "ra1nb0w",
            "github": "ra1nb0w",
            "ports_count": 146
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py37-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37"
            ]
        }
    ],
    "depends_on": []
}