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

{
    "name": "py-umap-learn",
    "portdir": "python/py-umap-learn",
    "version": "0.5.1",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://github.com/lmcinnes/umap",
    "description": "Uniform Manifold Approximation and Projection",
    "long_description": "Uniform Manifold Approximation and Projection (UMAP) is a dimension reduction technique that can be used for visualisation similarly to t-SNE, but also for general non-linear dimension reduction.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-umap-learn"
            ]
        }
    ],
    "depends_on": []
}