{
  "SPDXID": "SPDXRef-DOCUMENT",
  "name": "python-websockets-help-0.12.0-1.oe2403sp4.aarch64.rpm",
  "spdxVersion": "SPDX-2.2",
  "creationInfo": {
    "created": "2026-07-04T04:28:12.092529219Z",
    "creators": [
      "openeuler_creator"
    ]
  },
  "dataLicense": "CC0-1.0",
  "documentNamespace": "https://sbom.openEuler.org/python-websockets-help-0.12.0-1.oe2403sp4.aarch64.rpm",
  "packages": [
    {
      "SPDXID": "SPDXRef-rpm-python-websockets-help-12.0",
      "name": "python-websockets-help",
      "licenseConcluded": "BSD-3-Clause",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "5291321b881d953fe5b389d795a24f6dc63090c7e2f28cb16237a23841be90f9"
        }
      ],
      "description": "``websockets`` is a library for building WebSocket servers_ and clients_ in\nPython with a focus on correctness and simplicity.\nBuilt on top of ``asyncio``, Python's standard asynchronous I/O framework, it\nprovides an elegant coroutine-based API.\n`Documentation is available on Read the Docs. <https://websockets.readthedocs.io/>`_\nHere's how a client sends and receives messages:\n    \n    import asyncio\n    import websockets\n    async def hello(uri):\n        async with websockets.connect(uri) as websocket:\n            await websocket.send(\"Hello world!\")\n            await websocket.recv()\n    asyncio.get_event_loop().run_until_complete(\n        hello('ws://localhost:8765'))\nAnd here's an echo server:\n    \n    import asyncio\n    import websockets\n    async def echo(websocket, path):\n        async for message in websocket:\n            await websocket.send(message)\n    asyncio.get_event_loop().run_until_complete(\n        websockets.serve(echo, 'localhost', 8765))\n    asyncio.get_event_loop().run_forever()\nDoes that look good?\n`Get started with the tutorial! <https://websockets.readthedocs.io/en/stable/intro.html>`_",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/python-websockets-help@12.0-1.oe2403sp4?arch=aarch64&epoch=0&upstream=python-websockets-12.0-1.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://github.com/aaugustin/websockets",
      "licenseDeclared": "BSD-3-Clause",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Development documents and examples for websockets",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:12.0-1.oe2403sp4"
    }
  ],
  "relationships": []
}
