Files

8 lines
192 B
JSON
Raw Permalink Normal View History

2020-06-02 18:23:40 +03:00
{
2023-05-19 16:11:02 +02:00
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+\\.\\d+)?-?(\\w+)-(\\d+\\.\\d+)?-?((x|arm)\\d+)",
2020-06-02 18:23:40 +03:00
"groups": {
"arch": 4,
"platform": 2,
"platform_version": 3
2020-06-02 18:23:40 +03:00
}
}