{
  "SPDXID": "SPDXRef-DOCUMENT",
  "name": "python3-anyio-0.4.6.1-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/python3-anyio-0.4.6.1-1.oe2403sp4.aarch64.rpm",
  "packages": [
    {
      "SPDXID": "SPDXRef-rpm-python3-anyio-4.6.1",
      "name": "python3-anyio",
      "licenseConcluded": "MIT",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "94e5429b5942a3d4db0b3288efc9f82a4da95b7f8762bf6e469cd2f106fc8320"
        }
      ],
      "description": "AnyIO is an asynchronous networking and concurrency library that works on top\nof either asyncio or trio.  It implements trio-like structured concurrency (SC)\non top of asyncio, and works in harmony with the native SC of trio itself.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/python3-anyio@4.6.1-1.oe2403sp4?arch=noarch&epoch=0&upstream=python-anyio-4.6.1-1.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://pypi.org/project/anyio/",
      "licenseDeclared": "MIT",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Compatibility layer for multiple asynchronous event loop implementations",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:4.6.1-1.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-python3-3.11.6",
      "name": "python3",
      "licenseConcluded": "Python-2.0",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "790151b40cea5fb58990d3eb9e080545633f0fa2475ad8de4705aa374b42a580"
        }
      ],
      "description": "Python combines remarkable power with very clear syntax. It has modules,\nclasses, exceptions, very high level dynamic data types, and dynamic\ntyping. There are interfaces to many system calls and libraries, as well\nas to various windowing systems. New built-in modules are easily written\nin C or C++ (or other languages, depending on the chosen implementation).\nPython is also usable as an extension language for applications written\nin other languages that need easy-to-use scripting or automation interfaces.\n\nThis package Provides python version 3.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/python3@3.11.6-32.oe2403sp4?arch=aarch64&epoch=0&upstream=python3-3.11.6-32.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://www.python.org/",
      "licenseDeclared": "Python-2.0",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Interpreter of the Python3 programming language",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:3.11.6-32.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-python3-idna-3.6",
      "name": "python3-idna",
      "licenseConcluded": "BSD-3-Clause",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "3da50967d11c88accc0db4c7445360590a7c9896120813647242ec8c9a5317f8"
        }
      ],
      "description": "A library to support the Internationalised Domain Names in\nApplications (IDNA) protocol as specified in RFC 5891\nhttp://tools.ietf.org/html/rfc5891. This version of the protocol\nis often referred to as “IDNA2008” and can produce different\nresults from the earlier standard from 2003.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/python3-idna@3.6-5.oe2403sp4?arch=noarch&epoch=0&upstream=python-idna-3.6-5.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://github.com/kjd/idna",
      "licenseDeclared": "BSD-3-Clause",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Internationalized Domain Names in Applications (IDNA)",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:3.6-5.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-python3-sniffio-1.3.0",
      "name": "python3-sniffio",
      "licenseConcluded": "Apache-2.0",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "a6e5e8640458bc5c7b9b965101f59907b5035e67547ed0ec7110c81924b83583"
        }
      ],
      "description": "Sniff out which async library your code is running under",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/python3-sniffio@1.3.0-1.oe2403sp4?arch=noarch&epoch=0&upstream=python-sniffio-1.3.0-1.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://github.com/python-trio/sniffio",
      "licenseDeclared": "Apache-2.0",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Sniff out which async library your code is running under",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:1.3.0-1.oe2403sp4"
    }
  ],
  "relationships": [
    {
      "spdxElementId": "SPDXRef-rpm-python3-anyio-4.6.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-python3-3.11.6"
    },
    {
      "spdxElementId": "SPDXRef-rpm-python3-anyio-4.6.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-python3-idna-3.6"
    },
    {
      "spdxElementId": "SPDXRef-rpm-python3-anyio-4.6.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-python3-sniffio-1.3.0"
    }
  ]
}
