ciocore 5.1.1__py2.py3-none-any.whl → 10.0.0b3__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ciocore/VERSION +1 -1
- ciocore/__init__.py +23 -1
- ciocore/api_client.py +655 -160
- ciocore/auth/__init__.py +5 -3
- ciocore/cli.py +501 -0
- ciocore/common.py +15 -13
- ciocore/conductor_submit.py +77 -60
- ciocore/config.py +127 -13
- ciocore/data.py +162 -77
- ciocore/docsite/404.html +746 -0
- ciocore/docsite/apidoc/api_client/index.html +3605 -0
- ciocore/docsite/apidoc/apidoc/index.html +909 -0
- ciocore/docsite/apidoc/config/index.html +1652 -0
- ciocore/docsite/apidoc/data/index.html +1553 -0
- ciocore/docsite/apidoc/hardware_set/index.html +2460 -0
- ciocore/docsite/apidoc/package_environment/index.html +1507 -0
- ciocore/docsite/apidoc/package_tree/index.html +2386 -0
- ciocore/docsite/assets/_mkdocstrings.css +16 -0
- ciocore/docsite/assets/images/favicon.png +0 -0
- ciocore/docsite/assets/javascripts/bundle.471ce7a9.min.js +29 -0
- ciocore/docsite/assets/javascripts/bundle.471ce7a9.min.js.map +7 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.ar.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.da.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.de.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.du.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.el.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.es.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.fi.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.fr.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.he.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.hi.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.hu.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.hy.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.it.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.ja.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.jp.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.kn.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.ko.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.multi.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.nl.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.no.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.pt.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.ro.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.ru.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.sa.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.stemmer.support.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.sv.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.ta.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.te.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.th.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.tr.min.js +18 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.vi.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.zh.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/tinyseg.js +206 -0
- ciocore/docsite/assets/javascripts/lunr/wordcut.js +6708 -0
- ciocore/docsite/assets/javascripts/workers/search.b8dbb3d2.min.js +42 -0
- ciocore/docsite/assets/javascripts/workers/search.b8dbb3d2.min.js.map +7 -0
- ciocore/docsite/assets/stylesheets/main.3cba04c6.min.css +1 -0
- ciocore/docsite/assets/stylesheets/main.3cba04c6.min.css.map +1 -0
- ciocore/docsite/assets/stylesheets/palette.06af60db.min.css +1 -0
- ciocore/docsite/assets/stylesheets/palette.06af60db.min.css.map +1 -0
- ciocore/docsite/cmdline/docs/index.html +871 -0
- ciocore/docsite/cmdline/downloader/index.html +934 -0
- ciocore/docsite/cmdline/packages/index.html +878 -0
- ciocore/docsite/cmdline/uploader/index.html +995 -0
- ciocore/docsite/how-to-guides/index.html +869 -0
- ciocore/docsite/index.html +895 -0
- ciocore/docsite/logo.png +0 -0
- ciocore/docsite/objects.inv +0 -0
- ciocore/docsite/search/search_index.json +1 -0
- ciocore/docsite/sitemap.xml +3 -0
- ciocore/docsite/sitemap.xml.gz +0 -0
- ciocore/docsite/stylesheets/extra.css +26 -0
- ciocore/docsite/stylesheets/tables.css +167 -0
- ciocore/downloader/base_downloader.py +644 -0
- ciocore/downloader/download_runner_base.py +47 -0
- ciocore/downloader/job_downloader.py +119 -0
- ciocore/{downloader.py → downloader/legacy_downloader.py} +12 -9
- ciocore/downloader/log.py +73 -0
- ciocore/downloader/logging_download_runner.py +87 -0
- ciocore/downloader/perpetual_downloader.py +63 -0
- ciocore/downloader/registry.py +97 -0
- ciocore/downloader/reporter.py +135 -0
- ciocore/exceptions.py +8 -2
- ciocore/file_utils.py +51 -50
- ciocore/hardware_set.py +449 -0
- ciocore/loggeria.py +89 -20
- ciocore/package_environment.py +110 -48
- ciocore/package_query.py +182 -0
- ciocore/package_tree.py +319 -258
- ciocore/retry.py +0 -0
- ciocore/uploader/_uploader.py +547 -364
- ciocore/uploader/thread_queue_job.py +176 -0
- ciocore/uploader/upload_stats/__init__.py +3 -4
- ciocore/uploader/upload_stats/stats_formats.py +10 -4
- ciocore/validator.py +34 -2
- ciocore/worker.py +174 -151
- ciocore-10.0.0b3.dist-info/METADATA +928 -0
- ciocore-10.0.0b3.dist-info/RECORD +128 -0
- {ciocore-5.1.1.dist-info → ciocore-10.0.0b3.dist-info}/WHEEL +1 -1
- ciocore-10.0.0b3.dist-info/entry_points.txt +2 -0
- tests/instance_type_fixtures.py +175 -0
- tests/package_fixtures.py +205 -0
- tests/test_api_client.py +297 -12
- tests/test_base_downloader.py +104 -0
- tests/test_cli.py +149 -0
- tests/test_common.py +1 -7
- tests/test_config.py +40 -18
- tests/test_data.py +162 -173
- tests/test_downloader.py +118 -0
- tests/test_hardware_set.py +139 -0
- tests/test_job_downloader.py +213 -0
- tests/test_package_query.py +38 -0
- tests/test_package_tree.py +91 -291
- tests/test_submit.py +44 -18
- tests/test_uploader.py +1 -4
- ciocore/__about__.py +0 -10
- ciocore/cli/conductor.py +0 -191
- ciocore/compat.py +0 -15
- ciocore-5.1.1.data/scripts/conductor +0 -19
- ciocore-5.1.1.data/scripts/conductor.bat +0 -13
- ciocore-5.1.1.dist-info/METADATA +0 -408
- ciocore-5.1.1.dist-info/RECORD +0 -47
- tests/mocks/api_client_mock.py +0 -51
- /ciocore/{cli → downloader}/__init__.py +0 -0
- {ciocore-5.1.1.dist-info → ciocore-10.0.0b3.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
ciocore/VERSION,sha256=agLVoxAUo6rByjGHmmzOYVYo3r-3vvrw0jfO44ZlakU,13
|
|
2
|
+
ciocore/__init__.py,sha256=aTP7LeeosQA8BZE67gDV4jgfTK5zxmwZRjiTRu_ZWj0,646
|
|
3
|
+
ciocore/api_client.py,sha256=KKL7TsYygNcfkFZDPPq1CSJsrVN_QLK4PqP44vXsCQg,33101
|
|
4
|
+
ciocore/cli.py,sha256=jZ1lOKQiUcrMhsVmD9SVmPMFwHtgDF4SaoAf2-PBS54,15449
|
|
5
|
+
ciocore/client_db.py,sha256=tTz3bl2xeDPPcYSDS3g3QgV_xYihJMx0Kj6OeN2klK0,12978
|
|
6
|
+
ciocore/common.py,sha256=mBIS6KiYoQsjWe6aIFUGRRvCMl8BIN2kmLZ4J8icap8,14982
|
|
7
|
+
ciocore/conductor_submit.py,sha256=bxvzdyNzscAOOOsqTvAYh5DQsTWyCQJNb16Mf-n_F0M,9702
|
|
8
|
+
ciocore/config.py,sha256=rCL7kaFn1tYgSglN8q9Wx6SwMpoXTq0BMQGwPRVwVIg,8973
|
|
9
|
+
ciocore/data.py,sha256=zT3zpkSbHPHHGlLeLDTbwkB8_-Ct6zd8qQ-7U1pDCHM,7215
|
|
10
|
+
ciocore/exceptions.py,sha256=4Oq-WX-qiN6kPUdBCHvvd6mtSQ0nCkDbJxWt2CNtpv8,1504
|
|
11
|
+
ciocore/file_utils.py,sha256=swA7th9WhDEloW69YViRTKB-oeC9UmNdEGegfH1r-Gw,17176
|
|
12
|
+
ciocore/hardware_set.py,sha256=FlRQiGCLRcSW7Oko_gzgVK8ZqJ_J92eT8e_AleAbS2E,17047
|
|
13
|
+
ciocore/loggeria.py,sha256=dk8n899TYFiMTD2gjjj8oiumJkPtCus0a_IY2GORAvU,15251
|
|
14
|
+
ciocore/package_environment.py,sha256=MEHV7jfs3NJIEYCIaW8JfJdBmelvPHZMmBzPlXETiRo,7808
|
|
15
|
+
ciocore/package_query.py,sha256=hWi_JmRieZ8f2Ji5JR7tQnHnm29Ktb88scbIXNsDu-8,6181
|
|
16
|
+
ciocore/package_tree.py,sha256=FDKHxYZS8ZAkz3hpjMYFy-P8hwU1V9w4wA7gNqhruqs,15569
|
|
17
|
+
ciocore/post_install.py,sha256=zu5Ctz2ANbKD-f5G2ODLIhKkWENBi4F3UKKu50OEWrg,1000
|
|
18
|
+
ciocore/retry.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
|
+
ciocore/validator.py,sha256=f_K7gxz122W_i5AxVx6dKhckOygl8TnmQiVj7tyX5zw,2344
|
|
20
|
+
ciocore/worker.py,sha256=ZHgfmPeQdFfQVahRsyU3iVi5ZLaRYgmIRbWPusDmWZo,21418
|
|
21
|
+
ciocore/auth/__init__.py,sha256=cdS-xZzMq41yXM5cz8sUlcYgo8CJYh8HcCCWmhbDgf0,606
|
|
22
|
+
ciocore/auth/server.py,sha256=8btX9-EokUl6q55V8muDmEV2tvvbTBD0BHeWFbwkzUc,3892
|
|
23
|
+
ciocore/docsite/404.html,sha256=PO6GPLVg2tueqQmNKn9pUmAru8BiioFO7cn1oAog-Bo,17747
|
|
24
|
+
ciocore/docsite/index.html,sha256=H5Le2xKXYUTrnGWFOqXiE17ASnQoC9GU1ctuC6FIzY0,21762
|
|
25
|
+
ciocore/docsite/logo.png,sha256=gArgFFWdw8w985-0TkuGIgU_pW9sziEMZdqytXb5WLo,2825
|
|
26
|
+
ciocore/docsite/objects.inv,sha256=XwmLactPEWWC4fAWqHNPBXGsluRxLLTrwDLQqq51ONY,775
|
|
27
|
+
ciocore/docsite/sitemap.xml,sha256=M_V85zl0y2adRvzJAnoCxlZH_Hl7TLnIb1A-6l_xGmI,109
|
|
28
|
+
ciocore/docsite/sitemap.xml.gz,sha256=pXOGStL9UYUzW5WG2u45N4GemQE8htB9GT3HDNS-Vzw,127
|
|
29
|
+
ciocore/docsite/apidoc/api_client/index.html,sha256=uPHIXOtANeWJYeTQqpcZOFB6nCp1_mvUkb8rAFlJIpo,193282
|
|
30
|
+
ciocore/docsite/apidoc/apidoc/index.html,sha256=fOjT3N9knwf0eOqsJj_KB9SWxQZvgvAn8AJRtWZmuao,26944
|
|
31
|
+
ciocore/docsite/apidoc/config/index.html,sha256=46YPiyoASEFtPoqXPjKKB-_E5rRHDdRdkqzebvh59bI,74058
|
|
32
|
+
ciocore/docsite/apidoc/data/index.html,sha256=c2Y-tfEpBk4eZtSrPzF_1mosKJoujHN9IVsFgXVnXeM,53239
|
|
33
|
+
ciocore/docsite/apidoc/hardware_set/index.html,sha256=rd9cULeFqcwu4gf5EN5xb65S1-Y9hpsVqXn34pkxKEI,125928
|
|
34
|
+
ciocore/docsite/apidoc/package_environment/index.html,sha256=ldO4bwYb1uymjWitp5mHQ3BM_5nJYk8T_biMEu7CNCk,70703
|
|
35
|
+
ciocore/docsite/apidoc/package_tree/index.html,sha256=0lHxDpDzkDKQoDY5Hb5M0mRx-zaYdkkLVymUHjZgcqI,111532
|
|
36
|
+
ciocore/docsite/assets/_mkdocstrings.css,sha256=K3bqYEmxlOHQ3-M11JNbBWHCBDBLarkFRm8HuEYrAG4,341
|
|
37
|
+
ciocore/docsite/assets/images/favicon.png,sha256=AjhUxD_Eslt5XuSVHIAZ494Fk__rb5GLXR8qm0elfP4,1870
|
|
38
|
+
ciocore/docsite/assets/javascripts/bundle.471ce7a9.min.js,sha256=lvP7n3skMRt4AbfFoTZ-9pXah6WXkkg79q1VgAcEjU0,108185
|
|
39
|
+
ciocore/docsite/assets/javascripts/bundle.471ce7a9.min.js.map,sha256=D1IirXmBZN9UOhfqnIIWVkC2_LaJrf5QK-SvoLxZHYA,971566
|
|
40
|
+
ciocore/docsite/assets/javascripts/lunr/tinyseg.js,sha256=GwRMI5YQ72X87_YDlWdEK7FpLUE_Xuhob-6BsaMGd2E,22878
|
|
41
|
+
ciocore/docsite/assets/javascripts/lunr/wordcut.js,sha256=PTj95orzSJFSiORe6zOK-CVshhH6LP7zB-arlYCLNWc,677463
|
|
42
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.ar.min.js,sha256=iaHcsJSoSR2WjBUaslSgMZXIf_KtqiQIx2mSgoSEcSU,17074
|
|
43
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.da.min.js,sha256=KhJzQEjq504KBeXBCP3yTCtx382NpxIzbKnj0nq5KVY,4654
|
|
44
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.de.min.js,sha256=vKp8XBm8cwwFu5HiKuDjhuGsSgWAxCt9lPm4dXqtras,6119
|
|
45
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.du.min.js,sha256=RS2gT-RJucZcYThP7FgtxjgkvU5Vn64sOSaneQto6XY,6208
|
|
46
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.el.min.js,sha256=pv1cu7IdEnQHvDHGxCmL-S7H4UlqHqg9XkrdFDJaDCE,14950
|
|
47
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.es.min.js,sha256=3sTskL1vR4yj5lY2qOP-31ErI9AaUaAdfngi9n67qvg,11499
|
|
48
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.fi.min.js,sha256=aBVB_PWxmHrYsAdm6cBjiez5nD166Bf6iR-SP2kbhmg,9342
|
|
49
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.fr.min.js,sha256=TdVqolUedwrSbvS4UJLNMUR2ceDoSzlRQnhUf1QXc3c,10669
|
|
50
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.he.min.js,sha256=P31cKK2pTXjJvIBB4nHDVYALo226uYrZXVe2vCWZNiE,6882
|
|
51
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.hi.min.js,sha256=Yx__UuNiPy37o1rwdsa4taRQ7v_jClz6x0WNq3fL4KY,3383
|
|
52
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.hu.min.js,sha256=h2yWm79KK4Rzj04KFJIu4zHLfCGTpiH2Xbf4Nv3TOjg,9437
|
|
53
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.hy.min.js,sha256=DvvLkCvbfsDd3_peK6NHt0xJ_8X0P9c__tg1KOuhLpU,1264
|
|
54
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.it.min.js,sha256=AKUHPfLpIuX97RxaTUARrsAkcqudkYKnxlCNYLYlxFM,11232
|
|
55
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.ja.min.js,sha256=xP3tMI9jNoGm7VO2wQ2MpZFv39UPa4LskU1yW-DLi9Y,2313
|
|
56
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.jp.min.js,sha256=BBFO3DbcEU7c5a-7PH95X0XHfYZzwe3NylZ13atdUZk,36
|
|
57
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.kn.min.js,sha256=oGTQ10ODNJV6RCtiYUD7cvTt6OvhfrXE4laC2HyIu_g,3494
|
|
58
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.ko.min.js,sha256=c9G9sd5K72xZIPUWkkxascRA21Cm9cYSa9D7fPXTdmQ,7972
|
|
59
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.multi.min.js,sha256=l2H0da5582Qg_3FN-ZUO-yZO_8-SMO_VW1EaDeiZ6Xk,817
|
|
60
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.nl.min.js,sha256=OZ7ybWHtLVgG9Y6nI9-soJ9KfJtR4xW90XSCyOMBOj4,6026
|
|
61
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.no.min.js,sha256=V_nbkpD57TYIB1X1PuNCoE9VpZVOSt2RXRwwGjdGRXM,4754
|
|
62
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.pt.min.js,sha256=OiXSq6ojBjzxP8VsGa5MxQUMtiFRFenQj0pvS3h4AGc,10171
|
|
63
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.ro.min.js,sha256=z6JqjqQpPYHoVHuiMh1wOg_piB8HIfyl8zo_gL8Vbuk,10958
|
|
64
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.ru.min.js,sha256=UO88D6tKPy0mDolzxjNjqg3PArVZ6p0R1fArYZdYXBc,10331
|
|
65
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.sa.min.js,sha256=QcVYpDVcPq6PCieuhwcSc48UsL2IA4BCrIq4tBHlgX8,4901
|
|
66
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.stemmer.support.min.js,sha256=LnITYFhGoYAU7HUJEMsYqKTGC7IyABA7P62e8nsQxwU,3647
|
|
67
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.sv.min.js,sha256=lCsWW8yCGOMkb8RzWvmxwvZlFDZtAAC-BRvxu4ltQT4,4523
|
|
68
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.ta.min.js,sha256=F6MtxJwnydJ5RWJafo0GbUL2TqHOWls03kJ3I_v5rio,2406
|
|
69
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.te.min.js,sha256=B5yPzwKK7vOI6Y7IYHyOpQupZgxGeXyKEZ0F-PggWDg,2330
|
|
70
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.th.min.js,sha256=NIRhJmhD4xayaCAASpbT_YehV5gp0kTOUQwXKT7vBDk,1031
|
|
71
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.tr.min.js,sha256=6L9XsQM7i9kuoEqUxTMBWqGn8KjWgwGUuXTpTh5Kyjw,15009
|
|
72
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.vi.min.js,sha256=LjnD_XMF9uZvwEJHlqdpbLjjbcD1w6g-obxE3-P-y1Y,784
|
|
73
|
+
ciocore/docsite/assets/javascripts/lunr/min/lunr.zh.min.js,sha256=2MW3LDbsnDGXYCVG6bpbV62j9yXVZKVRvxbquvtUjog,2158
|
|
74
|
+
ciocore/docsite/assets/javascripts/workers/search.b8dbb3d2.min.js,sha256=EOzYMNyzWv0BrKFAJ5y4yErAf37RfpEGt4OgIbiFMBo,39531
|
|
75
|
+
ciocore/docsite/assets/javascripts/workers/search.b8dbb3d2.min.js.map,sha256=43OFKJV3HSktOD1EGB7LxMDX2pP28AKEHGnC7nUg5zw,215802
|
|
76
|
+
ciocore/docsite/assets/stylesheets/main.3cba04c6.min.css,sha256=PLoExhyDpxYfkK02jzq33RcPP4CbGNNd-8DrwcVzcE4,131508
|
|
77
|
+
ciocore/docsite/assets/stylesheets/main.3cba04c6.min.css.map,sha256=fQDgBoGWgmqGSgMRFWkaPP4zYYeG475ceOUfkWtjQgQ,45845
|
|
78
|
+
ciocore/docsite/assets/stylesheets/palette.06af60db.min.css,sha256=Bq9g285g1HoWf8q5gvfPqNLWVKLyoT1o5aX-WuZt9sA,12522
|
|
79
|
+
ciocore/docsite/assets/stylesheets/palette.06af60db.min.css.map,sha256=NK3rS9ZNwKCcGT23Vfbi554tmUI8wYckBC3ip5feouc,3647
|
|
80
|
+
ciocore/docsite/cmdline/docs/index.html,sha256=-W7JX_uBfIbPLsm_WtBnZK2L6j_1RKQBSraJl0GwY1g,20734
|
|
81
|
+
ciocore/docsite/cmdline/downloader/index.html,sha256=NmyGpZSC_ZHrFuxBAxlzUt3Osu3GpvP_2tkvD06xRSc,23854
|
|
82
|
+
ciocore/docsite/cmdline/packages/index.html,sha256=US_UJKXtKJTOdYAZKIpiZyL03C1mxcgD4BmVojRvT4E,21606
|
|
83
|
+
ciocore/docsite/cmdline/uploader/index.html,sha256=aIT2ow-0D16uUpz_y3G1YEmCDolc3cjjW_JkooRrrac,25986
|
|
84
|
+
ciocore/docsite/how-to-guides/index.html,sha256=8fDTm7BFu48Ya7NHAU7Ci4PgwPR6ccsk80jeoDwscKc,20919
|
|
85
|
+
ciocore/docsite/search/search_index.json,sha256=zFn-2yh2KgScj-5iuw00_uoXuv3hHJHBgsX_9h5jLj8,190608
|
|
86
|
+
ciocore/docsite/stylesheets/extra.css,sha256=_Cxe9Dhg1BBi6Kqaz_iZD9z9VyqxA9vtONRjP4PVic0,354
|
|
87
|
+
ciocore/docsite/stylesheets/tables.css,sha256=LE_zwGRxGcdPIy-9QiVPecOzlEBSqZb_WP5vDkFE0ZM,3235
|
|
88
|
+
ciocore/downloader/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
89
|
+
ciocore/downloader/base_downloader.py,sha256=9PVmP1qy-dop4MbVsmLFvf5W6LKQLUKHPDYE6AEt71g,25784
|
|
90
|
+
ciocore/downloader/download_runner_base.py,sha256=cWTWKhFX5FLG84Wh8_s7xpk3n0nmQ4fDiD2rYV6a3u0,1612
|
|
91
|
+
ciocore/downloader/job_downloader.py,sha256=HAhr95RyCsj3KTp5W58Znc4JmqHY-mrM5b8vo6kRIJ0,5697
|
|
92
|
+
ciocore/downloader/legacy_downloader.py,sha256=LIbT3BxuY56lq_UW_io9FSgK_2VIKwFVMENyF-5KllA,51158
|
|
93
|
+
ciocore/downloader/log.py,sha256=WCRNx0LObx8JBO5MQucNHQGBXMgSBLGdH0VALN8dFDo,2105
|
|
94
|
+
ciocore/downloader/logging_download_runner.py,sha256=iOuW8OvfAYW5MpP9zpUXh94qkWLC0GeG4PDGH7JSqJM,2865
|
|
95
|
+
ciocore/downloader/perpetual_downloader.py,sha256=cD7lnBH75-c-ZVVPHZc1vSnDhgJOnGlPT85zn7IjGgA,2105
|
|
96
|
+
ciocore/downloader/registry.py,sha256=_JIOuqpWkJkgJGN33nt-DCvqN9Gw3xeFhzPq4RUxIoE,2903
|
|
97
|
+
ciocore/downloader/reporter.py,sha256=p1NK9k6iQ-jt7lRvZR0xFz0cGb2yo8tQcjlvYKR9SWM,4501
|
|
98
|
+
ciocore/uploader/__init__.py,sha256=hxRFJf5Lo86rtRObFXSjjot8nybQd-SebSfYCbgZwow,24
|
|
99
|
+
ciocore/uploader/_uploader.py,sha256=BeLbSlB0PGJQVwgtU32Sh-_1_mmZfFD1Cx91FO7EFFw,39208
|
|
100
|
+
ciocore/uploader/thread_queue_job.py,sha256=gVsrwvw8Hufu2t98NWbAcTQhrDrVIpOL5bGssH6TBe0,5782
|
|
101
|
+
ciocore/uploader/upload_stats/__init__.py,sha256=Lg1y4zq1i0cwc6Hh2K1TAQDYymLff49W-uIo1xjcvdI,5309
|
|
102
|
+
ciocore/uploader/upload_stats/stats_formats.py,sha256=giNirtObU66VALWghPFSRhg3q_vw5MvESsnXhb_I3y8,2402
|
|
103
|
+
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
104
|
+
tests/instance_type_fixtures.py,sha256=uIzQduqKQVgjllMuyXaYnRC-pwqk5lnTx3NY2M5Nujo,4320
|
|
105
|
+
tests/package_fixtures.py,sha256=od7ZHofG8ubpQ3PqlUsrcHBcbmD3qVWih9eiIg1WtSQ,5361
|
|
106
|
+
tests/test_api_client.py,sha256=isntMDs3QTyTWdghBa_LbFAiC7ydZD1RWb655oEZo24,14452
|
|
107
|
+
tests/test_base_downloader.py,sha256=SS7tWKv2ZZhpUDk4UCg1TkrNrpntjSewgzLl1mEubSE,3603
|
|
108
|
+
tests/test_cli.py,sha256=_WTs2SWlEgd6wtg1hmOBlFnbWVdFLvqp0KqNhy-y2e8,5532
|
|
109
|
+
tests/test_common.py,sha256=5N9xeeGVuwN4kcjIg30eBliUD8PePzCNNLuLipGuTgk,410
|
|
110
|
+
tests/test_config.py,sha256=ahDLB6yVX8pA-B1qvxEpcJ1Wf1HS499rEg7lloeyxfk,11526
|
|
111
|
+
tests/test_data.py,sha256=o320GdvOJ2TouWtuA8jcs8Cr_gQWlQ6KxWVSWtmARlY,7614
|
|
112
|
+
tests/test_downloader.py,sha256=hceljsjnuvk5Vk5X4mHgavIEcpbv8ylPwpz7rTwJ-aE,4721
|
|
113
|
+
tests/test_hardware_set.py,sha256=hW7A_suyYdU7WkB7qoHSBPLxaAP2CKqI0i_ULfO5GeY,4408
|
|
114
|
+
tests/test_imports_2and3.py,sha256=ehqpRYPVY7djBcb8OT_cnh86iCJJ9wuMWnfSR9RHxmY,507
|
|
115
|
+
tests/test_job_downloader.py,sha256=_dZqyLZhc2Bq2n7-skERfodHx1JgFyHw8TamHp6ID9I,7025
|
|
116
|
+
tests/test_package_environment.py,sha256=CdiC2PDVSnbcwTb4fsDTWqGYSzs1n5ca2KMoyISckGA,5893
|
|
117
|
+
tests/test_package_query.py,sha256=LZqvCrGkWs0lMtIMumjDatX0ypeYYvabh_k1R0A6sS0,1451
|
|
118
|
+
tests/test_package_tree.py,sha256=K2kzJwRHCr6ojc4MZHjdH7VtmvG5O97OoH6vzwAE9GQ,6780
|
|
119
|
+
tests/test_submit.py,sha256=v75ciL-C0XjiO7wUFQvYBZj0UoqhYOmTLa8TiUyhKqw,5769
|
|
120
|
+
tests/test_uploader.py,sha256=JGp6GEyqRXRtbQSb-IW-cCX_BzNotWdCbnJnLwZvpUM,2869
|
|
121
|
+
tests/test_validator.py,sha256=2fY66ayNc08PGyj2vTI-V_1yeCWJDngkj2zkUM5TTCI,1526
|
|
122
|
+
tests/mocks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
123
|
+
tests/mocks/glob.py,sha256=J2MH7nqi6NJOHuGdVWxhfeBd700_Ckj6cLh_8jSNkfg,215
|
|
124
|
+
ciocore-10.0.0b3.dist-info/METADATA,sha256=rOdmPnGlk5KCWkC4HTq1812qFikdSr6KftVMCGGDBxE,37464
|
|
125
|
+
ciocore-10.0.0b3.dist-info/WHEEL,sha256=7wAbZI8A1UjN-j4-aYf66qBxOZ0Ioy0QNykkY5NcGJo,109
|
|
126
|
+
ciocore-10.0.0b3.dist-info/entry_points.txt,sha256=cCqcALMYbC4d8545V9w0Zysfg9MVuKWhzDQ2er4UfGE,47
|
|
127
|
+
ciocore-10.0.0b3.dist-info/top_level.txt,sha256=SvlM5JlqULzAz00JZWfiUhfjhqDzYzSWssA87zdJl0o,14
|
|
128
|
+
ciocore-10.0.0b3.dist-info/RECORD,,
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
LIN_INSTANCE_TYPES = [
|
|
2
|
+
{
|
|
3
|
+
"cores": 8,
|
|
4
|
+
"memory": 30.0,
|
|
5
|
+
"description": "8 core, 30GB Mem",
|
|
6
|
+
"name": "n1-standard-8",
|
|
7
|
+
"operating_system": "linux",
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"cores": 64,
|
|
11
|
+
"memory": 416.0,
|
|
12
|
+
"description": "64 core, 416GB Mem",
|
|
13
|
+
"name": "n1-highmem-64",
|
|
14
|
+
"operating_system": "linux",
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"cores": 4,
|
|
18
|
+
"memory": 27.0,
|
|
19
|
+
"description": "4 core, 27GB Mem",
|
|
20
|
+
"name": "n1-highmem-4",
|
|
21
|
+
"operating_system": "linux",
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"cores": 32,
|
|
25
|
+
"memory": 208.0,
|
|
26
|
+
"description": "32 core, 208GB Mem",
|
|
27
|
+
"name": "n1-highmem-32",
|
|
28
|
+
"operating_system": "linux",
|
|
29
|
+
},
|
|
30
|
+
]
|
|
31
|
+
|
|
32
|
+
WIN_INSTANCE_TYPES = [
|
|
33
|
+
{
|
|
34
|
+
"cores": 64,
|
|
35
|
+
"memory": 416.0,
|
|
36
|
+
"description": "64 core, 416GB Mem w",
|
|
37
|
+
"name": "n1-highmem-64-w",
|
|
38
|
+
"operating_system": "windows",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"cores": 4,
|
|
42
|
+
"memory": 26.0,
|
|
43
|
+
"description": "4 core, 26GB Mem w",
|
|
44
|
+
"name": "n1-highmem-4-w",
|
|
45
|
+
"operating_system": "windows",
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"cores": 32,
|
|
49
|
+
"memory": 208.0,
|
|
50
|
+
"description": "32 core, 208GB Mem w",
|
|
51
|
+
"name": "n1-highmem-32-w",
|
|
52
|
+
"operating_system": "windows",
|
|
53
|
+
},
|
|
54
|
+
]
|
|
55
|
+
|
|
56
|
+
ALL_INSTANCE_TYPES = WIN_INSTANCE_TYPES + LIN_INSTANCE_TYPES
|
|
57
|
+
|
|
58
|
+
AWS_INSTANCE_TYPES = [
|
|
59
|
+
{
|
|
60
|
+
"cloud": "aws",
|
|
61
|
+
"cpu": 72,
|
|
62
|
+
"memory": 144,
|
|
63
|
+
"name": "c5.18xlarge",
|
|
64
|
+
"orchestrator": "batch",
|
|
65
|
+
"operating_system": "linux",
|
|
66
|
+
"cores": 72,
|
|
67
|
+
"description": "c5 18xlarge",
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"cloud": "aws",
|
|
71
|
+
"cpu": 2,
|
|
72
|
+
"memory": 8,
|
|
73
|
+
"name": "m5.large",
|
|
74
|
+
"orchestrator": "batch",
|
|
75
|
+
"operating_system": "linux",
|
|
76
|
+
"cores": 2,
|
|
77
|
+
"description": "m large",
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"cloud": "aws",
|
|
81
|
+
"cpu": 4,
|
|
82
|
+
"memory": 16,
|
|
83
|
+
"name": "m5.xlarge",
|
|
84
|
+
"orchestrator": "batch",
|
|
85
|
+
"operating_system": "linux",
|
|
86
|
+
"cores": 4,
|
|
87
|
+
"description": "m5 xlarge",
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
CW_INSTANCE_TYPES = [
|
|
94
|
+
{
|
|
95
|
+
"cores": 4,
|
|
96
|
+
"memory": 16,
|
|
97
|
+
"name": "cw-a-4-16",
|
|
98
|
+
"categories": [{"label": "low", "order": 1}, {"label": "extra", "order": 9}],
|
|
99
|
+
"operating_system": "linux",
|
|
100
|
+
"description": "Desc 4 C 16 M A",
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"cores": 8,
|
|
104
|
+
"memory": 16,
|
|
105
|
+
"name": "cw-b-8-16",
|
|
106
|
+
"categories": [{"label": "low", "order": 1}],
|
|
107
|
+
"operating_system": "linux",
|
|
108
|
+
"description": "Desc 8 C 16 M B",
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"cores": 4,
|
|
112
|
+
"memory": 32,
|
|
113
|
+
"name": "cw-c-4-32",
|
|
114
|
+
"categories": [{"label": "mid", "order": 2}, {"label": "extra", "order": 9}],
|
|
115
|
+
"operating_system": "linux",
|
|
116
|
+
"description": "Desc 4 C 32 M C",
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"cores": 8,
|
|
120
|
+
"memory": 32,
|
|
121
|
+
"name": "cw-d-8-32",
|
|
122
|
+
"categories": [{"label": "mid", "order": 2}],
|
|
123
|
+
"operating_system": "linux",
|
|
124
|
+
"description": "Desc 8 C 32 M D",
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"cores": 4,
|
|
128
|
+
"memory": 64,
|
|
129
|
+
"name": "cw-e-4-32",
|
|
130
|
+
"categories": [{"label": "high", "order": 3}, {"label": "extra", "order": 9}],
|
|
131
|
+
"operating_system": "linux",
|
|
132
|
+
"description": "Desc 4 C 32 M E",
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"cores": 8,
|
|
136
|
+
"memory": 64,
|
|
137
|
+
"name": "cw-f-8-32",
|
|
138
|
+
"categories": [{"label": "high", "order": 3}],
|
|
139
|
+
"operating_system": "linux",
|
|
140
|
+
"description": "Desc 8 C 32 M F",
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"cores": 8,
|
|
144
|
+
"memory": 64,
|
|
145
|
+
"name": "cw-g-8-32",
|
|
146
|
+
"categories": None,
|
|
147
|
+
"operating_system": "linux",
|
|
148
|
+
"description": "Desc 8 C 32 M G",
|
|
149
|
+
},
|
|
150
|
+
]
|
|
151
|
+
|
|
152
|
+
CW_INSTANCE_TYPES_WITH_GPUS = [
|
|
153
|
+
{
|
|
154
|
+
"cores": 8,
|
|
155
|
+
"memory": 64,
|
|
156
|
+
"name": "cw-f-8-32-gpu",
|
|
157
|
+
"categories": [{"label": "high", "order": 3}],
|
|
158
|
+
"operating_system": "linux",
|
|
159
|
+
"description": "Desc 8 C 32 M F gpu",
|
|
160
|
+
"gpu": {
|
|
161
|
+
"gpu_count": 8, "gpu_model": "V100", "gpu_memory": "128GB"
|
|
162
|
+
},
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"cores": 8,
|
|
166
|
+
"memory": 32,
|
|
167
|
+
"name": "g-8-32-gpu",
|
|
168
|
+
"categories": [{"label": "high", "order": 3}],
|
|
169
|
+
"operating_system": "linux",
|
|
170
|
+
"description": "Desc 8 C 32 M G gpu",
|
|
171
|
+
"gpu": {
|
|
172
|
+
"gpu_count": 8, "gpu_model": "V100", "gpu_memory": "32GB"
|
|
173
|
+
},
|
|
174
|
+
},
|
|
175
|
+
] + CW_INSTANCE_TYPES
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
import collections
|
|
2
|
+
import re
|
|
3
|
+
import json
|
|
4
|
+
import copy
|
|
5
|
+
VERSION_RX = re.compile(r"^(?P<major_version>\d+)[_|\.]?")
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def _link_plugin_packages(packages):
|
|
9
|
+
"""
|
|
10
|
+
Linking code ripped from legacy_sidecar.
|
|
11
|
+
"""
|
|
12
|
+
products = collections.defaultdict(dict)
|
|
13
|
+
for package in packages:
|
|
14
|
+
products[package["product"]][package["package_id"]] = package
|
|
15
|
+
|
|
16
|
+
for plugin_package in packages:
|
|
17
|
+
plugin_host_product = plugin_package["plugin_host_product"]
|
|
18
|
+
if not plugin_host_product:
|
|
19
|
+
continue
|
|
20
|
+
for host_package_id in products[plugin_host_product]:
|
|
21
|
+
host_package = products[plugin_host_product][host_package_id]
|
|
22
|
+
if _should_link(plugin_package, host_package):
|
|
23
|
+
host_package["plugins"].append(plugin_package["package_id"])
|
|
24
|
+
plugin_package["plugin_hosts"].append(host_package_id)
|
|
25
|
+
|
|
26
|
+
return packages
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
def _should_link(plugin_package, candidate_host):
|
|
30
|
+
"""
|
|
31
|
+
Linking code ripped from legacy_sidecar.
|
|
32
|
+
"""
|
|
33
|
+
plugin_host_version = plugin_package["plugin_host_version"]
|
|
34
|
+
plugin_host_product = plugin_package["plugin_host_product"]
|
|
35
|
+
if not plugin_host_version and plugin_host_product:
|
|
36
|
+
return False
|
|
37
|
+
|
|
38
|
+
match = VERSION_RX.match(plugin_host_version)
|
|
39
|
+
host_major_version = match.groupdict()["major_version"]
|
|
40
|
+
|
|
41
|
+
same_platform = candidate_host["platform"] == plugin_package["platform"]
|
|
42
|
+
same_major_version = candidate_host["major_version"] == host_major_version
|
|
43
|
+
return same_platform and same_major_version
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
def _pad_defaults(packages):
|
|
47
|
+
"""
|
|
48
|
+
Add fields if they are missing.
|
|
49
|
+
"""
|
|
50
|
+
keys = {
|
|
51
|
+
"plugin_host_product": "",
|
|
52
|
+
"plugin_host_version": "",
|
|
53
|
+
"minor_version": "",
|
|
54
|
+
"release_version": "",
|
|
55
|
+
"build_version": "",
|
|
56
|
+
"plugin_hosts": [],
|
|
57
|
+
"plugins": [],
|
|
58
|
+
"platform": "linux",
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
for package in packages:
|
|
62
|
+
for key in keys:
|
|
63
|
+
if not key in package:
|
|
64
|
+
package[key] = copy.copy(keys[key])
|
|
65
|
+
|
|
66
|
+
version = [
|
|
67
|
+
package.get("major_version"),
|
|
68
|
+
package.get("minor_version"),
|
|
69
|
+
package.get("release_version"),
|
|
70
|
+
package.get("build_version"),
|
|
71
|
+
]
|
|
72
|
+
version = "v{}".format(".".join([v for v in version if v]))
|
|
73
|
+
# Generate a package name
|
|
74
|
+
package["package"] = "{}-{}-{}".format(package["product"], version, package["package_id"])
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
MAYA_DATA = [
|
|
78
|
+
{"product": "maya", "major_version": "1", "minor_version": "0", "package_id": "id_0"},
|
|
79
|
+
{"product": "maya", "major_version": "1", "minor_version": "1", "package_id": "id_1"},
|
|
80
|
+
{"product": "maya", "major_version": "2", "minor_version": "0", "package_id": "id_2"},
|
|
81
|
+
]
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
REDSHIFT_DATA = [
|
|
85
|
+
{
|
|
86
|
+
"product": "redshift",
|
|
87
|
+
"major_version": "1",
|
|
88
|
+
"plugin_host_version": "1",
|
|
89
|
+
"plugin_host_product": "maya",
|
|
90
|
+
"package_id": "id_3",
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"product": "redshift",
|
|
94
|
+
"major_version": "2",
|
|
95
|
+
"plugin_host_version": "1",
|
|
96
|
+
"plugin_host_product": "maya",
|
|
97
|
+
"package_id": "id_4",
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"product": "redshift",
|
|
101
|
+
"platform": "windows",
|
|
102
|
+
"major_version": "2",
|
|
103
|
+
"plugin_host_version": "2",
|
|
104
|
+
"plugin_host_product": "maya",
|
|
105
|
+
"package_id": "id_5",
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"product": "redshift",
|
|
109
|
+
"platform": "windows",
|
|
110
|
+
"major_version": "2",
|
|
111
|
+
"plugin_host_version": "1",
|
|
112
|
+
"plugin_host_product": "maya",
|
|
113
|
+
"package_id": "id_6",
|
|
114
|
+
},
|
|
115
|
+
]
|
|
116
|
+
|
|
117
|
+
MAX_DATA = [
|
|
118
|
+
{
|
|
119
|
+
"product": "max",
|
|
120
|
+
"platform": "windows",
|
|
121
|
+
"major_version": "1",
|
|
122
|
+
"minor_version": "0",
|
|
123
|
+
"package_id": "id_7",
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"product": "max",
|
|
127
|
+
"platform": "windows",
|
|
128
|
+
"major_version": "1",
|
|
129
|
+
"minor_version": "1",
|
|
130
|
+
"package_id": "id_8",
|
|
131
|
+
},
|
|
132
|
+
]
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
C4D_DATA = [
|
|
136
|
+
{
|
|
137
|
+
"product": "c4d",
|
|
138
|
+
"major_version": "1",
|
|
139
|
+
"minor_version": "0",
|
|
140
|
+
"package_id": "id_9",
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"product": "c4d",
|
|
144
|
+
"major_version": "1",
|
|
145
|
+
"minor_version": "1",
|
|
146
|
+
"package_id": "id_10",
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"product": "c4d",
|
|
150
|
+
"platform": "windows",
|
|
151
|
+
"major_version": "1",
|
|
152
|
+
"minor_version": "0",
|
|
153
|
+
"package_id": "id_11",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"product": "c4d",
|
|
157
|
+
"platform": "windows",
|
|
158
|
+
"major_version": "1",
|
|
159
|
+
"minor_version": "1",
|
|
160
|
+
"package_id": "id_12",
|
|
161
|
+
},
|
|
162
|
+
]
|
|
163
|
+
|
|
164
|
+
BLENDER_DATA = [
|
|
165
|
+
{
|
|
166
|
+
"product": "blender",
|
|
167
|
+
"major_version": "1",
|
|
168
|
+
"package_id": "id_13",
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"product": "blender",
|
|
172
|
+
"major_version": "1",
|
|
173
|
+
"minor_version": "0",
|
|
174
|
+
"package_id": "id_14",
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"product": "blender",
|
|
178
|
+
"major_version": "1",
|
|
179
|
+
"minor_version": "0",
|
|
180
|
+
"release_version": "2",
|
|
181
|
+
"package_id": "id_15",
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"product": "blender",
|
|
185
|
+
"major_version": "1",
|
|
186
|
+
"minor_version": "0",
|
|
187
|
+
"release_version": "2",
|
|
188
|
+
"build_version": "3",
|
|
189
|
+
"package_id": "id_16",
|
|
190
|
+
},
|
|
191
|
+
]
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
HOST_DATA = MAYA_DATA + MAX_DATA + C4D_DATA + BLENDER_DATA
|
|
195
|
+
|
|
196
|
+
PLUGIN_DATA = REDSHIFT_DATA
|
|
197
|
+
|
|
198
|
+
SOFTWARE_DATA = HOST_DATA + PLUGIN_DATA
|
|
199
|
+
|
|
200
|
+
_pad_defaults(SOFTWARE_DATA)
|
|
201
|
+
|
|
202
|
+
_link_plugin_packages(SOFTWARE_DATA)
|
|
203
|
+
|
|
204
|
+
# This is useful for printing out the resolved package fixture data.
|
|
205
|
+
# print(json.dumps(SOFTWARE_DATA, indent=2))
|