{
	"SPDXID":"SPDXRef-DOCUMENT",
	"name":"python3-docker-0.7.1.0-1.oe2409.aarch64.rpm",
	"spdxVersion":"SPDX-2.2",
	"creationInfo":{
		"created":"2024-09-30T03:30:07.5589037Z",
		"creators":"[openeuler_creator]"
	},
	"dataLicense":"CC0-1.0",
	"documentNamespace":"https://repo.openeuler.org/security/data/sbom/python3-docker-0.7.1.0-1.oe2409.aarch64.rpm",
	"packages":[
		{
			"SPDXID":"SPDXRef-rpm-python3-3.11.6-46a48388-2814-4f07-af71-9388edc427ec-e48c06d6-b935-46c3-a018-a0bc791923f0",
			"name":"python3",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"08bd7937d659d460eb57f421500cb0fd93e554c236a1ca9b5bb9efdd64c21d48"
				}
			],
			"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-5.oe2409?arch=aarch64&epoch=0&upstream=python3-3.11.6-5.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://www.python.org/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Interpreter of the Python3 programming language",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:3.11.6-5.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-packaging-23.2-51fb1ba9-e18d-47df-8e0f-8200c6c4bece-53e1cad4-c55b-4ec3-b56f-15f83635996d",
			"name":"python3-packaging",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"02f2172a31dbb4fa24d71f6fc2b4f1128d591279ee3d1b1d925e4dbf8e050bac"
				}
			],
			"description":"Reusable core utilities for various Python Packaging interoperability specifications.\n\nThis library provides utilities that implement the interoperability specifications which have clearly one correct behaviour (eg: PEP 440) or benefit greatly from having a single shared implementation (eg: PEP 425).\n\nThe packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-packaging@23.2-1.oe2409?arch=noarch&epoch=0&upstream=python-packaging-23.2-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/pypa/packaging",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Core utilities for Python packages",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:23.2-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-paramiko-3.4.0-85f5c32f-5264-4352-86c0-95c0fbc64d0e-0aa8a613-6854-4a1a-b28d-8a21299cbc4a",
			"name":"python3-paramiko",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"7c21282ae2cfe4721a9b2a14d08691fc9681845afcdb7e4b0a71e69fadb8c5d9"
				}
			],
			"description":"Paramiko is a combination of the Esperanto words for \"paranoid\" and \"friend\". python3-paramiko is\na module for Python 3.4+ that implements the SSH2 protocol for secure (encrypted and authenticated)\nconnections to remote machines. Unlike SSL (aka TLS), SSH2 protocol does not require hierarchical\ncertificates signed by a powerful central authority. You may know SSH2 as the protocol that replaced\nTelnet and rsh for secure access to remote shells, but the protocol also includes the ability to open\narbitrary channels to remote services across the encrypted tunnel (this is how SFTP works, for example).",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-paramiko@3.4.0-2.oe2409?arch=noarch&epoch=0&upstream=python-paramiko-3.4.0-2.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/paramiko/paramiko",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Python SSH module",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:3.4.0-2.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-requests-2.31.0-834002e5-1662-42ea-8db0-a36321846df9-97018bc0-7eda-4f80-9092-8c8219703651",
			"name":"python3-requests",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"2414e57e8489dbc357bdd4d12717771f59a8c39899200a3a92ec193cce6350bb"
				}
			],
			"description":"Requests is an ISC Licensed HTTP library, written in Python, for human\nbeings.\nMost existing Python modules for sending HTTP requests are extremely\nverbose and cumbersome. Python's builtin urllib2 module provides most of\nthe HTTP capabilities you should need, but the api is thoroughly broken.\nIt requires an enormous amount of work (even method overrides) to\nperform the simplest of tasks.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-requests@2.31.0-1.oe2409?arch=noarch&epoch=0&upstream=python-requests-2.31.0-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"http://python-requests.org/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Awesome Python HTTP Library That's Actually Usable",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:2.31.0-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-urllib3-1.26.18-56db3451-fe90-4da3-b734-c632a7c548a2-b91674b5-bf91-4d23-8c76-29d0e2f03750",
			"name":"python3-urllib3",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"a93485c9a2fbec61253bb0e62ea346eb75882b6d44fc7d9959967041b92599f4"
				}
			],
			"description":"Python3 HTTP module with connection pooling and file POST abilities.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-urllib3@1.26.18-2.oe2409?arch=noarch&epoch=0&upstream=python-urllib3-1.26.18-2.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://urllib3.readthedocs.io",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Python3 HTTP library with thread-safe connection pooling and file post",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:1.26.18-2.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-websocket-client-1.8.0-d312688f-5415-4afe-88b7-18ef012e7050-fdfc19fd-0716-4f0c-8f0f-9b3fecb8e35b",
			"name":"python3-websocket-client",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"e4edb37b3478ae54b01662e6486b52088bca2251947d216a6a377e8f3d38f1a2"
				}
			],
			"description":"websocket-client module is WebSocket client for python.\nThis provide the low level APIs for WebSocket. All APIs\nare the synchronous functions.\nwebsocket-client supports only hybi-13.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-websocket-client@1.8.0-1.oe2409?arch=noarch&epoch=0&upstream=python-websocket-client-1.8.0-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/websocket-client/websocket-client",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"WebSocket client for Python with low level API options",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:1.8.0-1.oe2409"
		}
	],
	"relationships":[
		{
			"spdxElementId":"SPDXRef-rpm-python3-docker-7.1.0-d53090a4-c37c-4039-aaec-933c0ee11376",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-3.11.6-46a48388-2814-4f07-af71-9388edc427ec-e48c06d6-b935-46c3-a018-a0bc791923f0"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-docker-7.1.0-d53090a4-c37c-4039-aaec-933c0ee11376",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-packaging-23.2-51fb1ba9-e18d-47df-8e0f-8200c6c4bece-53e1cad4-c55b-4ec3-b56f-15f83635996d"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-docker-7.1.0-d53090a4-c37c-4039-aaec-933c0ee11376",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-paramiko-3.4.0-85f5c32f-5264-4352-86c0-95c0fbc64d0e-0aa8a613-6854-4a1a-b28d-8a21299cbc4a"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-docker-7.1.0-d53090a4-c37c-4039-aaec-933c0ee11376",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-requests-2.31.0-834002e5-1662-42ea-8db0-a36321846df9-97018bc0-7eda-4f80-9092-8c8219703651"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-docker-7.1.0-d53090a4-c37c-4039-aaec-933c0ee11376",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-urllib3-1.26.18-56db3451-fe90-4da3-b734-c632a7c548a2-b91674b5-bf91-4d23-8c76-29d0e2f03750"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-docker-7.1.0-d53090a4-c37c-4039-aaec-933c0ee11376",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-websocket-client-1.8.0-d312688f-5415-4afe-88b7-18ef012e7050-fdfc19fd-0716-4f0c-8f0f-9b3fecb8e35b"
		}
	]
}