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

{
    "name": "py39-control",
    "portdir": "python/py-control",
    "version": "0.9.4",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://python-control.readthedocs.io",
    "description": "Python package for feedback control systems",
    "long_description": "The Python Control Systems Library, python-control, is a python package that implements basic operations for analysis and design of feedback control systems.",
    "active": true,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "clang-16",
                "py39-setuptools",
                "py39-setuptools_scm"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "py39-matplotlib",
                "py39-numpy",
                "py39-scipy"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-pytest"
            ]
        }
    ],
    "depends_on": []
}