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

{
    "name": "py38-onnxconverter-common",
    "portdir": "python/py-onnxconverter-common",
    "version": "1.8.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/microsoft/onnxconverter-common",
    "description": "ONNX Converter and Optimization Tools",
    "long_description": "The onnxconverter-common package provides common functions and utilities for use in converters from various AI frameworks to ONNX. It also enables the different converters to work together to convert a model from mixed frameworks, like a scikit-learn pipeline embedding a xgboost model.",
    "active": false,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py38-setuptools",
                "py38-wheel",
                "py38-build",
                "py38-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py38-numpy",
                "py38-onnx",
                "py38-protobuf3"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py38-transformers",
                "py38-keras2onnx"
            ]
        }
    ]
}