ciocore 7.0.2b4__py2.py3-none-any.whl → 8.0.0__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.

Potentially problematic release.


This version of ciocore might be problematic. Click here for more details.

Files changed (112) hide show
  1. ciocore/VERSION +1 -1
  2. ciocore/__init__.py +23 -1
  3. ciocore/api_client.py +422 -156
  4. ciocore/cli.py +503 -0
  5. ciocore/common.py +10 -1
  6. ciocore/config.py +86 -54
  7. ciocore/data.py +23 -70
  8. ciocore/docsite/404.html +723 -0
  9. ciocore/docsite/apidoc/api_client/index.html +3203 -0
  10. ciocore/docsite/apidoc/apidoc/index.html +868 -0
  11. ciocore/docsite/apidoc/config/index.html +1591 -0
  12. ciocore/docsite/apidoc/data/index.html +1480 -0
  13. ciocore/docsite/apidoc/hardware_set/index.html +2367 -0
  14. ciocore/docsite/apidoc/package_environment/index.html +1450 -0
  15. ciocore/docsite/apidoc/package_tree/index.html +2310 -0
  16. ciocore/docsite/assets/_mkdocstrings.css +16 -0
  17. ciocore/docsite/assets/images/favicon.png +0 -0
  18. ciocore/docsite/assets/javascripts/bundle.4e31edb1.min.js +29 -0
  19. ciocore/docsite/assets/javascripts/bundle.4e31edb1.min.js.map +8 -0
  20. ciocore/docsite/assets/javascripts/lunr/min/lunr.ar.min.js +1 -0
  21. ciocore/docsite/assets/javascripts/lunr/min/lunr.da.min.js +18 -0
  22. ciocore/docsite/assets/javascripts/lunr/min/lunr.de.min.js +18 -0
  23. ciocore/docsite/assets/javascripts/lunr/min/lunr.du.min.js +18 -0
  24. ciocore/docsite/assets/javascripts/lunr/min/lunr.es.min.js +18 -0
  25. ciocore/docsite/assets/javascripts/lunr/min/lunr.fi.min.js +18 -0
  26. ciocore/docsite/assets/javascripts/lunr/min/lunr.fr.min.js +18 -0
  27. ciocore/docsite/assets/javascripts/lunr/min/lunr.hi.min.js +1 -0
  28. ciocore/docsite/assets/javascripts/lunr/min/lunr.hu.min.js +18 -0
  29. ciocore/docsite/assets/javascripts/lunr/min/lunr.hy.min.js +1 -0
  30. ciocore/docsite/assets/javascripts/lunr/min/lunr.it.min.js +18 -0
  31. ciocore/docsite/assets/javascripts/lunr/min/lunr.ja.min.js +1 -0
  32. ciocore/docsite/assets/javascripts/lunr/min/lunr.jp.min.js +1 -0
  33. ciocore/docsite/assets/javascripts/lunr/min/lunr.kn.min.js +1 -0
  34. ciocore/docsite/assets/javascripts/lunr/min/lunr.ko.min.js +1 -0
  35. ciocore/docsite/assets/javascripts/lunr/min/lunr.multi.min.js +1 -0
  36. ciocore/docsite/assets/javascripts/lunr/min/lunr.nl.min.js +18 -0
  37. ciocore/docsite/assets/javascripts/lunr/min/lunr.no.min.js +18 -0
  38. ciocore/docsite/assets/javascripts/lunr/min/lunr.pt.min.js +18 -0
  39. ciocore/docsite/assets/javascripts/lunr/min/lunr.ro.min.js +18 -0
  40. ciocore/docsite/assets/javascripts/lunr/min/lunr.ru.min.js +18 -0
  41. ciocore/docsite/assets/javascripts/lunr/min/lunr.sa.min.js +1 -0
  42. ciocore/docsite/assets/javascripts/lunr/min/lunr.stemmer.support.min.js +1 -0
  43. ciocore/docsite/assets/javascripts/lunr/min/lunr.sv.min.js +18 -0
  44. ciocore/docsite/assets/javascripts/lunr/min/lunr.ta.min.js +1 -0
  45. ciocore/docsite/assets/javascripts/lunr/min/lunr.te.min.js +1 -0
  46. ciocore/docsite/assets/javascripts/lunr/min/lunr.th.min.js +1 -0
  47. ciocore/docsite/assets/javascripts/lunr/min/lunr.tr.min.js +18 -0
  48. ciocore/docsite/assets/javascripts/lunr/min/lunr.vi.min.js +1 -0
  49. ciocore/docsite/assets/javascripts/lunr/min/lunr.zh.min.js +1 -0
  50. ciocore/docsite/assets/javascripts/lunr/tinyseg.js +206 -0
  51. ciocore/docsite/assets/javascripts/lunr/wordcut.js +6708 -0
  52. ciocore/docsite/assets/javascripts/workers/search.dfff1995.min.js +42 -0
  53. ciocore/docsite/assets/javascripts/workers/search.dfff1995.min.js.map +8 -0
  54. ciocore/docsite/assets/stylesheets/main.83068744.min.css +1 -0
  55. ciocore/docsite/assets/stylesheets/main.83068744.min.css.map +1 -0
  56. ciocore/docsite/assets/stylesheets/palette.ecc896b0.min.css +1 -0
  57. ciocore/docsite/assets/stylesheets/palette.ecc896b0.min.css.map +1 -0
  58. ciocore/docsite/cmdline/docs/index.html +834 -0
  59. ciocore/docsite/cmdline/downloader/index.html +897 -0
  60. ciocore/docsite/cmdline/packages/index.html +841 -0
  61. ciocore/docsite/cmdline/uploader/index.html +950 -0
  62. ciocore/docsite/how-to-guides/index.html +831 -0
  63. ciocore/docsite/index.html +853 -0
  64. ciocore/docsite/logo.png +0 -0
  65. ciocore/docsite/objects.inv +0 -0
  66. ciocore/docsite/search/search_index.json +1 -0
  67. ciocore/docsite/sitemap.xml +3 -0
  68. ciocore/docsite/sitemap.xml.gz +0 -0
  69. ciocore/docsite/stylesheets/extra.css +26 -0
  70. ciocore/docsite/stylesheets/tables.css +167 -0
  71. ciocore/downloader/__init__.py +0 -0
  72. ciocore/downloader/base_downloader.py +644 -0
  73. ciocore/downloader/download_runner_base.py +47 -0
  74. ciocore/downloader/job_downloader.py +119 -0
  75. ciocore/{downloader.py → downloader/legacy_downloader.py} +0 -1
  76. ciocore/downloader/log.py +73 -0
  77. ciocore/downloader/logging_download_runner.py +87 -0
  78. ciocore/downloader/perpetual_downloader.py +63 -0
  79. ciocore/downloader/registry.py +97 -0
  80. ciocore/downloader/reporter.py +135 -0
  81. ciocore/file_utils.py +3 -3
  82. ciocore/hardware_set.py +0 -4
  83. ciocore/package_environment.py +67 -75
  84. ciocore/package_query.py +171 -0
  85. ciocore/package_tree.py +300 -377
  86. ciocore/retry.py +0 -0
  87. ciocore/uploader/_uploader.py +205 -152
  88. {ciocore-7.0.2b4.dist-info → ciocore-8.0.0.dist-info}/METADATA +33 -12
  89. ciocore-8.0.0.dist-info/RECORD +127 -0
  90. {ciocore-7.0.2b4.dist-info → ciocore-8.0.0.dist-info}/WHEEL +1 -1
  91. ciocore-8.0.0.dist-info/entry_points.txt +2 -0
  92. tests/extra_env_fixtures.py +57 -0
  93. tests/instance_type_fixtures.py +42 -8
  94. tests/project_fixtures.py +8 -0
  95. tests/test_api_client.py +125 -4
  96. tests/test_base_downloader.py +104 -0
  97. tests/test_cli.py +163 -0
  98. tests/test_common.py +8 -8
  99. tests/test_config.py +23 -9
  100. tests/test_data.py +148 -160
  101. tests/test_downloader.py +118 -0
  102. tests/test_hardware_set.py +70 -20
  103. tests/test_job_downloader.py +213 -0
  104. tests/test_submit.py +9 -2
  105. ciocore/__about__.py +0 -10
  106. ciocore/cli/__init__.py +0 -3
  107. ciocore/cli/conductor.py +0 -210
  108. ciocore-7.0.2b4.data/scripts/conductor +0 -19
  109. ciocore-7.0.2b4.data/scripts/conductor.bat +0 -13
  110. ciocore-7.0.2b4.dist-info/RECORD +0 -51
  111. tests/mocks/api_client_mock.py +0 -31
  112. {ciocore-7.0.2b4.dist-info → ciocore-8.0.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,167 @@
1
+ /**
2
+ * Any CSS included here will be global. The classic template
3
+ * bundles Infima by default. Infima is a CSS framework designed to
4
+ * work well for content-centric websites.
5
+ */
6
+
7
+ /* You can override the default Infima variables here. */
8
+ :root {
9
+ --ifm-color-primary: #96621f;
10
+ --ifm-color-primary-dark: #8c5227;
11
+ --ifm-color-primary-darker: #7a4217;
12
+ --ifm-color-primary-darkest: #6c3912;
13
+ --ifm-color-primary-light: #7b5e16;
14
+ --ifm-color-primary-lighter: #a57b13;
15
+ --ifm-color-primary-lightest: #b9880d;
16
+ --ifm-code-font-size: 95%;
17
+ --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
18
+ }
19
+
20
+ /* For readability concerns, you should choose a lighter palette in dark mode. */
21
+ [data-theme='dark'] {
22
+ --ifm-color-primary: #c6893a;
23
+ --ifm-color-primary-dark: #c67639;
24
+ --ifm-color-primary-darker: #aa5f27;
25
+ --ifm-color-primary-darkest: #84491b;
26
+ --ifm-color-primary-light: #977a2f;
27
+ --ifm-color-primary-lighter: #c29c3c;
28
+ --ifm-color-primary-lightest: #dcab30;
29
+ --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
30
+ }
31
+
32
+ .hero {
33
+ background-image: url("/static/img/hero.png");
34
+ background-size: cover;
35
+ }
36
+
37
+ /* NODE ATTRIBUTES */
38
+ .attribs
39
+ {
40
+ display:block;
41
+ width: 100%;
42
+ }
43
+ .attribs-header {
44
+ font-weight: bold;
45
+ background-color: rgba(128,128,128, 0.3);
46
+ }
47
+
48
+ .attribs-block {
49
+ display:flex;
50
+ flex-direction:column;
51
+ width: 100%;
52
+ margin-top: 6px;
53
+ border-style: solid;
54
+ border-color: rgb(128,128,128,0.4);
55
+ border-width: 1px;
56
+
57
+ }
58
+ .attribs-body {
59
+ background-color: rgba(128,128,128, 0.1);
60
+ }
61
+
62
+ .attribs-row {
63
+ display:flex;
64
+ flex-direction:row;
65
+ }
66
+
67
+ .attribs-row > .attribs-name {flex-basis: 40%;}
68
+ .attribs-row > .attribs-type {flex-basis: 30%;}
69
+ .attribs-row > .attribs-default {flex-basis: 20%;}
70
+ .attribs-row > .attribs-flags {flex-basis: 10%; }
71
+
72
+
73
+ .attribs-cell {
74
+ border-style: solid;
75
+ border-color: rgb(128,128,128,0.4);
76
+ border-width: 1px;
77
+ padding-left: 4px;
78
+ }
79
+
80
+ .attribs-flags {
81
+ display:flex;
82
+ flex-direction:row;
83
+ justify-content: space-around;
84
+ letter-spacing: 0.1em;
85
+ font-weight:bold;
86
+ }
87
+ .attribs-desc {
88
+ display:block;
89
+ padding-left: 4px;
90
+ font-size: 0.9em;
91
+ /* line-height: 1.2em; */
92
+ }
93
+
94
+
95
+
96
+ /* COMMAND OPTIONS */
97
+ .opts
98
+ {
99
+ display:block;
100
+ width: 100%;
101
+ }
102
+ .opts-header {
103
+ font-weight: bold;
104
+ background-color: rgba(128,128,128, 0.3);
105
+ }
106
+
107
+ .opts-block {
108
+ display:flex;
109
+ flex-direction:column;
110
+ width: 100%;
111
+ margin-top: 6px;
112
+ border-style: solid;
113
+ border-color: rgb(128,128,128,0.4);
114
+ border-width: 1px;
115
+
116
+ }
117
+ .opts-body {
118
+ background-color: rgba(128,128,128, 0.1);
119
+ }
120
+
121
+ .opts-row {
122
+ display:flex;
123
+ flex-direction:row;
124
+ }
125
+
126
+ .opts-row > .opts-name {flex-basis: 50%;}
127
+ .opts-row > .opts-type {flex-basis: 35%;}
128
+ .opts-row > .opts-properties {flex-basis: 15%;}
129
+
130
+
131
+
132
+ .opts-cell {
133
+ border-style: solid;
134
+ border-color: rgb(128,128,128,0.4);
135
+ border-width: 1px;
136
+ padding-left: 4px;
137
+ }
138
+
139
+ .opts-flags {
140
+ display:flex;
141
+ flex-direction:row;
142
+ justify-content: space-around;
143
+ letter-spacing: 0.1em;
144
+ font-weight:bold;
145
+ }
146
+ .opts-desc {
147
+ display:block;
148
+ padding-left: 4px;
149
+ font-size: 0.9em;
150
+ /* line-height: 1.2em; */
151
+ }
152
+
153
+ .opts-properties > span
154
+ {
155
+ margin-right:8px;
156
+ }
157
+
158
+ .opts-prop-create {
159
+ color: #36be00
160
+ }
161
+ .opts-prop-edit {
162
+ color: #007dd1
163
+ }
164
+ .opts-prop-multiuse {
165
+ color: #d45800
166
+ }
167
+
File without changes