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,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
|
+
|