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

{
    "name": "py-beartype",
    "portdir": "python/py-beartype",
    "version": "0.18.5",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/beartype/beartype",
    "description": "Unbearably fast O(1) runtime type-checking in pure Python",
    "long_description": "Beartype is an open-source pure-Python PEP-compliant constant-time runtime type checker emphasizing efficiency, portability, and thrilling puns.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "harens",
            "github": "harens",
            "ports_count": 133
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-beartype"
            ]
        }
    ],
    "depends_on": []
}