{
  "SPDXID": "SPDXRef-DOCUMENT",
  "name": "python-websockets-help-0.12.0-1.oe2403sp4.aarch64.rpm",
  "spdxVersion": "SPDX-2.2",
  "creationInfo": {
    "created": "2026-07-04T02:24:06.585354077Z",
    "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": "53464950db1ff7d866d99e3a5e1288bf3d1854f7b709f3fbca8c42f0122ec34e"
        }
      ],
      "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=x86_64&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/69e709f4d2852d98f12867a74015d19384fe2727ff670fd70178cdde80b1e77e-primary.sqlite.bz2",
      "summary": "Development documents and examples for websockets",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:12.0-1.oe2403sp4"
    }
  ],
  "relationships": []
}
