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

{
    "name": "py310-datasets",
    "portdir": "python/py-datasets",
    "version": "2.3.2",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/huggingface/datasets",
    "description": "Datasets and evaluation metrics for natural language processing and more",
    "long_description": "Datasets is a lightweight and extensible library to easily share and access datasets and evaluation metrics for Natural Language Processing (NLP) and more.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-setuptools",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-dill",
                "py310-pandas",
                "py310-tqdm",
                "py310-multiprocess",
                "py310-pyarrow",
                "py310-xxhash",
                "py310-numpy",
                "py310-requests"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-datasets"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-transformers"
            ]
        }
    ]
}