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

{
    "name": "py311-quantecon",
    "portdir": "python/py-quantecon",
    "version": "0.7.2",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://quantecon.org/quantecon-py/",
    "description": "QuantEcon is a high performance, open source Python code library for economics",
    "long_description": "The quantecon Python library consists of a number of modules which includes game theory (game_theory), markov chains (markov), random generation utilities (random), a collection of tools (tools), and other utilities (util) which are mainly used by developers internal to the package.",
    "active": true,
    "categories": [
        "science",
        "python",
        "finance"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-build",
                "py311-installer",
                "py311-flit_core",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py311-scipy",
                "py311-numba",
                "python311",
                "py311-sympy",
                "py311-requests",
                "py311-numpy"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py311-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py311-giddy"
            ]
        }
    ]
}