dream2nix/tests/nix-unit/test_python-pdm-lib/environ.json

86 lines
1.4 KiB
JSON

{
"implementation_name": {
"type": "string",
"value": "cpython"
},
"implementation_version": {
"type": "version",
"value": {
"dev": null,
"epoch": 0,
"local": null,
"post": null,
"pre": null,
"release": [
3,
10,
12
]
}
},
"os_name": {
"type": "string",
"value": "posix"
},
"platform_machine": {
"type": "string",
"value": "x86_64"
},
"platform_python_implementation": {
"type": "string",
"value": "CPython"
},
"platform_release": {
"type": "string",
"value": ""
},
"platform_system": {
"type": "string",
"value": "Linux"
},
"platform_version": {
"type": "version",
"value": {
"dev": null,
"epoch": 0,
"local": null,
"post": null,
"pre": null,
"release": []
}
},
"python_full_version": {
"type": "version",
"value": {
"dev": null,
"epoch": 0,
"local": null,
"post": null,
"pre": null,
"release": [
3,
10,
12
]
}
},
"python_version": {
"type": "version",
"value": {
"dev": null,
"epoch": 0,
"local": null,
"post": null,
"pre": null,
"release": [
3,
10
]
}
},
"sys_platform": {
"type": "string",
"value": "linux"
}
}