Files

8 lines
186 B
JSON
Raw Permalink Normal View History

2020-06-02 18:23:40 +03:00
{
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+\\.\\d+)?-?(\\w+)-(\\d+\\.\\d+)?-?(x\\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
}
}