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

{
    "name": "py36-itemadapter",
    "portdir": "python/py-itemadapter",
    "version": "0.4.0",
    "license": "BSD",
    "platforms": "darwin",
    "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": false,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "khindenburg",
            "github": "kurthindenburg",
            "ports_count": 392
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py36-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py36-itemloaders",
                "py36-scrapy"
            ]
        }
    ]
}