mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 09:04:37 +03:00
86 lines
1.4 KiB
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"
|
|
}
|
|
}
|