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

{
    "name": "py310-itemadapter",
    "portdir": "python/py-itemadapter",
    "version": "0.8.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pypi.python.org/pypi/itemadapter",
    "description": "Common interface for data container classes",
    "long_description": "The `ItemAdapter` class is a wrapper for data container objects, providing a common interface to handle objects of different types in an uniform manner, regardless of their underlying implementation.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "khindenburg",
            "github": "kurthindenburg",
            "ports_count": 392
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-setuptools",
                "py310-wheel",
                "py310-build",
                "py310-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-itemloaders",
                "py310-scrapy"
            ]
        }
    ]
}