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

{
    "name": "py39-httpcore",
    "portdir": "python/py-httpcore",
    "version": "1.0.2",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/encode/httpcore",
    "description": "A minimal low level HTTP client.",
    "long_description": "A minimal low level HTTP client.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "kirill",
            "github": "catap",
            "ports_count": 1279
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-build",
                "py39-hatchling",
                "py39-installer",
                "py39-hatch-fancy-pypi-readme",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-sniffio",
                "python39",
                "py39-socksio",
                "py39-anyio",
                "py39-certifi",
                "py39-h11",
                "py39-h2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-httpx"
            ]
        }
    ]
}