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

{
    "name": "py310-mlxtend",
    "portdir": "python/py-mlxtend",
    "version": "0.19.0",
    "license": "BSD and CC-BY-SA-4",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://rasbt.github.io/mlxtend/",
    "description": "Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks.",
    "long_description": "Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks.",
    "active": true,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-scipy",
                "py310-pandas",
                "python310",
                "py310-joblib",
                "py310-scikit-learn",
                "py310-matplotlib",
                "py310-numpy"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-mlxtend"
            ]
        }
    ]
}