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

{
    "name": "py39-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": true,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py39-setuptools",
                "py39-wheel",
                "py39-build",
                "py39-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-numpy",
                "py39-onnx",
                "py39-protobuf3"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py39-transformers",
                "py39-keras2onnx"
            ]
        }
    ]
}