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

{
    "name": "py310-tensorboardX",
    "portdir": "python/py-tensorboardX",
    "version": "2.5.1",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/lanpa/tensorboardX",
    "description": "tensorboard for pytorch (and chainer, mxnet, numpy, ...)",
    "long_description": "tensorboard for pytorch (and chainer, mxnet, numpy, ...). Write TensorBoard events with simple function call. Support scalar, image, figure, histogram, audio, text, graph, onnx_graph, embedding, pr_curve, mesh, hyper-parameters and video summaries.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-wheel",
                "clang-17",
                "py310-installer",
                "py310-build",
                "protobuf3-cpp",
                "py310-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-protobuf3",
                "py310-numpy",
                "py310-six"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest",
                "py310-matplotlib",
                "py310-crc32c"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-tensorboardX"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-transformers"
            ]
        }
    ]
}