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

{
    "name": "py310-twisted",
    "portdir": "python/py-twisted",
    "version": "22.10.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.twistedmatrix.com/",
    "description": "An event-based Python framework for internet applications",
    "long_description": "Twisted is an event-driven networking framework written in Python. Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, and others), and much more.",
    "active": true,
    "categories": [
        "devel",
        "net",
        "python"
    ],
    "maintainers": [
        {
            "name": "mcalhoun",
            "github": "MarcusCalhoun-Lopez",
            "ports_count": 1405
        },
        {
            "name": "olv.bonnet",
            "github": "",
            "ports_count": 10
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py310-setuptools",
                "py310-wheel",
                "py310-build",
                "py310-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-automat",
                "py310-bcrypt",
                "py310-constantly",
                "python310",
                "py310-incremental",
                "py310-hyperlink",
                "py310-setuptools",
                "py310-typing_extensions",
                "py310-attrs",
                "py310-zopeinterface"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-pyhamcrest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-scrapy",
                "py310-treq",
                "py310-txrequests"
            ]
        },
        {
            "type": "run",
            "ports": [
                "buildbot",
                "py310-autobahn",
                "buildbot-worker"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-grpcio",
                "py310-testfixtures"
            ]
        }
    ]
}