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

{
    "name": "py310-tpot",
    "portdir": "python/py-tpot",
    "version": "0.12.2",
    "license": "LGPL",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/EpistasisLab/tpot",
    "description": "Tree-based Pipeline Optimization Tool",
    "long_description": "A Python tool that automatically creates and optimizes Machine Learning pipelines using genetic programming.",
    "active": true,
    "categories": [
        "devel",
        "science",
        "math",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-setuptools",
                "py310-wheel",
                "py310-build",
                "py310-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-joblib",
                "py310-scikit-learn",
                "python310",
                "py310-deap",
                "py310-stopit",
                "py310-update_checker",
                "py310-numpy",
                "py310-scipy",
                "py310-pandas",
                "py310-tqdm"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-tpot"
            ]
        }
    ]
}