Add helpers' submodule (#26)

* add common helpers
Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
This commit is contained in:
Dmitry Shibanov
2020-06-02 18:23:40 +03:00
committed by GitHub
parent 10f5e8e4f5
commit 572e346b1c
15 changed files with 14 additions and 863 deletions

View File

@ -0,0 +1,8 @@
{
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+)-([\\w\\.]+)?-?(x\\d+)",
"groups": {
"arch": 3,
"platform": 1,
"platform_version": 2
}
}