46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"schema_version": "1",
|
|
"base_prefix": "/usr",
|
|
"platform": "linux-x86_64",
|
|
"language": {
|
|
"version": "3.13"
|
|
},
|
|
"implementation": {
|
|
"name": "cpython",
|
|
"version": {
|
|
"major": 3,
|
|
"minor": 13,
|
|
"micro": 1,
|
|
"releaselevel": "final",
|
|
"serial": 0
|
|
},
|
|
"hexversion": 51184112,
|
|
"cache_tag": "cpython-313",
|
|
"_multiarch": "x86_64-linux-gnu"
|
|
},
|
|
"interpreter": {
|
|
"path": "/usr/bin/python"
|
|
},
|
|
"abi": {
|
|
"flags": ["d", "t"],
|
|
"extension_suffix": ".cpython-313-x86_64-linux-gnu.so",
|
|
"stable_abi_suffix": ".abi3.so"
|
|
},
|
|
"suffixes": {
|
|
"source": [".py"],
|
|
"bytecode": [".pyc"],
|
|
"optimized_bytecode": [".pyc"],
|
|
"debug_bytecode": [".pyc"],
|
|
"extensions": [".cpython-313-x86_64-linux-gnu.so", ".abi3.so", ".so"]
|
|
},
|
|
"libpython": {
|
|
"dynamic": "/usr/lib/libpython3.13.so.1.0",
|
|
"static": "/usr/lib/python3.13/config-3.13-x86_64-linux-gnu/libpython3.13.a",
|
|
"link_to_libpython": true
|
|
},
|
|
"c_api": {
|
|
"headers": "/usr/include/python3.13",
|
|
"pkgconfig_path": "/usr/lib/pkgconfig"
|
|
}
|
|
}
|