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

{
    "name": "py311-tensorflow-datasets",
    "portdir": "python/py-tensorflow-datasets",
    "version": "4.9.2",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/tensorflow/datasets",
    "description": "tensorflow/datasets is a library of datasets ready to use with TensorFlow.",
    "long_description": "TensorFlow Datasets provides many public datasets as tf.data.Datasets.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-build",
                "py311-installer",
                "py311-setuptools",
                "py311-wheel",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-dill",
                "py311-tqdm",
                "py311-future",
                "py311-termcolor",
                "py311-protobuf3",
                "py311-promise",
                "py311-tensorflow-metadata",
                "py311-absl",
                "py311-attrs",
                "py311-requests",
                "py311-six",
                "py311-numpy",
                "py311-wrapt"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py311-pytest",
                "py311-mako",
                "py311-pytest-xdist",
                "py311-jupyter"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-tensorflow-datasets"
            ]
        }
    ]
}