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

{
    "name": "py37-pyqtgraph",
    "portdir": "python/py-pyqtgraph",
    "version": "0.12.4",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pyqtgraph.org/",
    "description": "Scientific Graphics and Qt GUI library for Python",
    "long_description": "PyQtGraph is a pure-python graphics and GUI library built on PyQt4/PyQt5 and numpy. It is intended for use in mathematics / scientific / engineering applications. It is very fast due to its heavy leverage of numpy for number crunching and Qt’s GraphicsView framework for fast display.",
    "active": false,
    "categories": [
        "graphics",
        "math",
        "python"
    ],
    "maintainers": [
        {
            "name": "michaelld",
            "github": "michaelld",
            "ports_count": 441
        }
    ],
    "variants": [
        "pyside",
        "opengl",
        "pyqt4",
        "pyqt5"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37",
                "py37-opengl",
                "py37-pyqt5",
                "py37-scipy"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py37-xraylarch"
            ]
        }
    ]
}