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

{
    "name": "py37-websocket-client",
    "portdir": "python/py-websocket-client",
    "version": "1.7.0",
    "license": "LGPL-2.1",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://websocket-client.readthedocs.io/",
    "description": "WebSocket client for Python with low level API options",
    "long_description": "websocket-client is a WebSocket client for Python. It provides access to low level APIs for WebSockets. websocket-client implements version hybi-13 of the WebSocket procotol. This client does not currently support the permessage-deflate extension from RFC 7692.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py37-setuptools",
                "py37-wheel",
                "py37-build",
                "py37-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py37-pytest",
                "py37-socks"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py37-praw",
                "py37-docker"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py37-socketio",
                "py37-engineio"
            ]
        }
    ]
}