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

{
    "name": "py38-pydantic",
    "portdir": "python/py-pydantic",
    "version": "2.7.4",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/samuelcolvin/pydantic",
    "description": "Data validation and settings management using Python type hinting",
    "long_description": "Fast and extensible, pydantic plays nicely with your linters/IDE/brain. Define how data should be in pure, canonical Python 3.6+; validate it with pydantic.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "jan",
            "github": "jandemter",
            "ports_count": 64
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py38-build",
                "py38-hatchling",
                "py38-installer",
                "py38-hatch-fancy-pypi-readme"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py38-typing_extensions",
                "py38-annotated_types",
                "py38-pydantic_core"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py38-pydantic_settings"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py38-rstcheck-core",
                "py38-app-model",
                "py38-spaCy",
                "py38-inflect",
                "py38-npe2",
                "py38-rstcheck",
                "py38-confection"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py38-transformers",
                "py38-pygls",
                "py38-fastapi"
            ]
        }
    ]
}