artefacts-cli 0.9.2__py3-none-any.whl → 0.9.4__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.
- artefacts/cli/__init__.py +16 -31
- artefacts/cli/app.py +98 -47
- artefacts/cli/config.py +140 -1
- artefacts/cli/helpers.py +12 -0
- artefacts/cli/locales/art.pot +96 -64
- artefacts/cli/locales/base.pot +96 -64
- artefacts/cli/locales/click.pot +2 -2
- artefacts/cli/logger.py +5 -1
- artefacts/cli/ros2.py +1 -1
- artefacts/cli/version.py +2 -2
- artefacts/copava/__init__.py +1 -1
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.4.dist-info}/METADATA +2 -1
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.4.dist-info}/RECORD +16 -16
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.4.dist-info}/WHEEL +0 -0
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.4.dist-info}/entry_points.txt +0 -0
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.4.dist-info}/top_level.txt +0 -0
artefacts/cli/locales/base.pot
CHANGED
@@ -6,9 +6,9 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: artefacts 0.9.
|
9
|
+
"Project-Id-Version: artefacts 0.9.4.dev18\n"
|
10
10
|
"Report-Msgid-Bugs-To: dev@artefacts.com\n"
|
11
|
-
"POT-Creation-Date: 2025-
|
11
|
+
"POT-Creation-Date: 2025-06-18 09:50+0900\n"
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -17,116 +17,137 @@ msgstr ""
|
|
17
17
|
"Content-Transfer-Encoding: 8bit\n"
|
18
18
|
"Generated-By: Babel 2.17.0\n"
|
19
19
|
|
20
|
-
#: artefacts/cli/__init__.py:
|
20
|
+
#: artefacts/cli/__init__.py:27
|
21
21
|
#, python-brace-format
|
22
22
|
msgid "Could not determine package version: {error_message}. Default to 0.0.0"
|
23
23
|
msgstr ""
|
24
24
|
|
25
|
-
#: artefacts/cli/__init__.py:
|
25
|
+
#: artefacts/cli/__init__.py:97
|
26
26
|
#, python-brace-format
|
27
27
|
msgid "Error on job creation: {status_code}"
|
28
28
|
msgstr ""
|
29
29
|
|
30
|
-
#: artefacts/cli/__init__.py:
|
30
|
+
#: artefacts/cli/__init__.py:170
|
31
31
|
#, python-brace-format
|
32
32
|
msgid "Error on scenario creation: {status_code}"
|
33
33
|
msgstr ""
|
34
34
|
|
35
|
-
#: artefacts/cli/__init__.py:
|
35
|
+
#: artefacts/cli/__init__.py:279
|
36
36
|
msgid ""
|
37
37
|
"Files generated by the job are not uploaded to Artefacts, including the ones "
|
38
38
|
"specified in output_dirs"
|
39
39
|
msgstr ""
|
40
40
|
|
41
|
-
#: artefacts/cli/__init__.py:
|
41
|
+
#: artefacts/cli/__init__.py:291
|
42
42
|
#, python-brace-format
|
43
43
|
msgid "Uploading {file_name} ({file_size:.2f} MB)"
|
44
44
|
msgstr ""
|
45
45
|
|
46
|
-
#: artefacts/cli/__init__.py:
|
46
|
+
#: artefacts/cli/__init__.py:302
|
47
47
|
#, python-brace-format
|
48
48
|
msgid "File too large: {file_name} could not be uploaded"
|
49
49
|
msgstr ""
|
50
50
|
|
51
|
-
#: artefacts/cli/__init__.py:
|
51
|
+
#: artefacts/cli/__init__.py:310
|
52
52
|
#, python-brace-format
|
53
53
|
msgid "Error uploading {file_name}: {error_message}, skipping"
|
54
54
|
msgstr ""
|
55
55
|
|
56
|
-
#: artefacts/cli/app.py:
|
56
|
+
#: artefacts/cli/app.py:59 artefacts/cli/app.py:137 artefacts/cli/app.py:150
|
57
57
|
msgid "PROJECT_NAME"
|
58
58
|
msgstr ""
|
59
59
|
|
60
|
-
#: artefacts/cli/app.py:
|
60
|
+
#: artefacts/cli/app.py:75
|
61
61
|
#, python-brace-format
|
62
62
|
msgid "Opening the project settings page: {url}"
|
63
63
|
msgstr ""
|
64
64
|
|
65
|
-
#: artefacts/cli/app.py:
|
65
|
+
#: artefacts/cli/app.py:88
|
66
66
|
#, python-brace-format
|
67
67
|
msgid "Please enter your API KEY for {project}"
|
68
68
|
msgstr ""
|
69
69
|
|
70
|
-
#: artefacts/cli/app.py:
|
70
|
+
#: artefacts/cli/app.py:95
|
71
71
|
#, python-brace-format
|
72
72
|
msgid "API KEY saved for {project}"
|
73
73
|
msgstr ""
|
74
74
|
|
75
|
-
#: artefacts/cli/app.py:
|
75
|
+
#: artefacts/cli/app.py:98
|
76
76
|
msgid ""
|
77
|
-
"Would you like to download
|
77
|
+
"Would you like to download a pregenerated artefacts.yaml file? This will "
|
78
78
|
"overwrite any existing config file in the current directory."
|
79
79
|
msgstr ""
|
80
80
|
|
81
|
-
#: artefacts/cli/app.py:
|
81
|
+
#: artefacts/cli/app.py:112
|
82
|
+
#, python-brace-format
|
83
|
+
msgid ""
|
84
|
+
"We encountered a problem in getting the generated configuration file. Please "
|
85
|
+
"consider downloading it from the project page on the dashboard at {url}. "
|
86
|
+
"Sorry for the inconvenience."
|
87
|
+
msgstr ""
|
88
|
+
|
89
|
+
#: artefacts/cli/app.py:117 artefacts/cli/app.py:130
|
90
|
+
msgid ""
|
91
|
+
"If you are using an alternative server, please also consider checking the "
|
92
|
+
"value of ARTEFACTS_API_URL in your environment."
|
93
|
+
msgstr ""
|
94
|
+
|
95
|
+
#: artefacts/cli/app.py:123
|
96
|
+
#, python-brace-format
|
97
|
+
msgid ""
|
98
|
+
"Our apologies: The project page does not seem available at the moment. If "
|
99
|
+
"`{project_name}` is correct, please try again later."
|
100
|
+
msgstr ""
|
101
|
+
|
102
|
+
#: artefacts/cli/app.py:146
|
82
103
|
#, python-brace-format
|
83
104
|
msgid "{project} config removed"
|
84
105
|
msgstr ""
|
85
106
|
|
86
|
-
#: artefacts/cli/app.py:
|
107
|
+
#: artefacts/cli/app.py:163 artefacts/cli/app.py:686 artefacts/cli/app.py:692
|
87
108
|
#, python-brace-format
|
88
109
|
msgid "Error getting project info: {message}"
|
89
110
|
msgstr ""
|
90
111
|
|
91
|
-
#: artefacts/cli/app.py:
|
112
|
+
#: artefacts/cli/app.py:174 artefacts/cli/app.py:572
|
92
113
|
#: artefacts/cli/app_containers.py:187
|
93
114
|
msgid "JOBNAME"
|
94
115
|
msgstr ""
|
95
116
|
|
96
|
-
#: artefacts/cli/app.py:
|
117
|
+
#: artefacts/cli/app.py:179 artefacts/cli/app.py:556
|
97
118
|
msgid "Artefacts configuration file."
|
98
119
|
msgstr ""
|
99
120
|
|
100
|
-
#: artefacts/cli/app.py:
|
121
|
+
#: artefacts/cli/app.py:185
|
101
122
|
msgid "Run with no tracking nor test execution"
|
102
123
|
msgstr ""
|
103
124
|
|
104
|
-
#: artefacts/cli/app.py:
|
125
|
+
#: artefacts/cli/app.py:191
|
105
126
|
msgid "Skip configuring a simulator resource provided by Artefacts"
|
106
127
|
msgstr ""
|
107
128
|
|
108
|
-
#: artefacts/cli/app.py:
|
129
|
+
#: artefacts/cli/app.py:198
|
109
130
|
msgid "Do not upload to Artefacts files generated during a run (e.g. rosbags)"
|
110
131
|
msgstr ""
|
111
132
|
|
112
|
-
#: artefacts/cli/app.py:
|
133
|
+
#: artefacts/cli/app.py:206
|
113
134
|
msgid ""
|
114
135
|
"Break the 'middleware network' isolation between the test suite and the host "
|
115
136
|
"(in ROS1: --reuse-master flag; in ROS2: --disable-isolation flag). Primarily "
|
116
137
|
"for debugging"
|
117
138
|
msgstr ""
|
118
139
|
|
119
|
-
#: artefacts/cli/app.py:
|
140
|
+
#: artefacts/cli/app.py:212 artefacts/cli/app.py:561
|
120
141
|
msgid "Optional description for this run"
|
121
142
|
msgstr ""
|
122
143
|
|
123
|
-
#: artefacts/cli/app.py:
|
144
|
+
#: artefacts/cli/app.py:220 artefacts/cli/app.py:569
|
124
145
|
msgid ""
|
125
146
|
"Skip configuration validation, so that unsupported settings can be tried "
|
126
147
|
"out, e.g. non-ROS settings or simulators like SAPIEN."
|
127
148
|
msgstr ""
|
128
149
|
|
129
|
-
#: artefacts/cli/app.py:
|
150
|
+
#: artefacts/cli/app.py:228
|
130
151
|
msgid ""
|
131
152
|
"[Experimental] Run the job inside a package container. The container image "
|
132
153
|
"is build if it does not exist yet, with default name as \"artefacts\" "
|
@@ -134,26 +155,26 @@ msgid ""
|
|
134
155
|
"(for now) --dryrun, --nosim, --noisolation and --description."
|
135
156
|
msgstr ""
|
136
157
|
|
137
|
-
#: artefacts/cli/app.py:
|
158
|
+
#: artefacts/cli/app.py:235
|
138
159
|
msgid ""
|
139
160
|
"[Experimental] Path to a custom Dockerfile. Defaults to Dockerfile in the "
|
140
161
|
"run directory. This flag is only used together with `--in-container`"
|
141
162
|
msgstr ""
|
142
163
|
|
143
|
-
#: artefacts/cli/app.py:
|
164
|
+
#: artefacts/cli/app.py:242
|
144
165
|
msgid ""
|
145
166
|
"[Deprecated and unused from 0.8.0; Image names are now internally managed] "
|
146
167
|
"Run the job using the image name passed here. Only used when running with --"
|
147
168
|
"in-container set."
|
148
169
|
msgstr ""
|
149
170
|
|
150
|
-
#: artefacts/cli/app.py:
|
171
|
+
#: artefacts/cli/app.py:250
|
151
172
|
msgid ""
|
152
173
|
"[Experimental] Override the default behaviour to always rebuild the "
|
153
174
|
"container image (as we assume incremental testing)."
|
154
175
|
msgstr ""
|
155
176
|
|
156
|
-
#: artefacts/cli/app.py:
|
177
|
+
#: artefacts/cli/app.py:258
|
157
178
|
msgid ""
|
158
179
|
"Show any GUI if any is created by the test runs. By default, UI elements are "
|
159
180
|
"run but hidden---only test logs are returned. Please note GUI often assume "
|
@@ -161,148 +182,152 @@ msgid ""
|
|
161
182
|
"appropriate environment."
|
162
183
|
msgstr ""
|
163
184
|
|
164
|
-
#: artefacts/cli/app.py:
|
185
|
+
#: artefacts/cli/app.py:307
|
165
186
|
msgid "Checking container image"
|
166
187
|
msgstr ""
|
167
188
|
|
168
|
-
#: artefacts/cli/app.py:
|
189
|
+
#: artefacts/cli/app.py:315
|
169
190
|
msgid "Container image ready"
|
170
191
|
msgstr ""
|
171
192
|
|
172
|
-
#: artefacts/cli/app.py:
|
193
|
+
#: artefacts/cli/app.py:316
|
173
194
|
msgid "Run in container"
|
174
195
|
msgstr ""
|
175
196
|
|
176
|
-
#: artefacts/cli/app.py:
|
197
|
+
#: artefacts/cli/app.py:326
|
177
198
|
msgid "Starting tests"
|
178
199
|
msgstr ""
|
179
200
|
|
180
|
-
#: artefacts/cli/app.py:
|
201
|
+
#: artefacts/cli/app.py:329
|
181
202
|
msgid "Error: Job name not defined"
|
182
203
|
msgstr ""
|
183
204
|
|
184
|
-
#: artefacts/cli/app.py:
|
205
|
+
#: artefacts/cli/app.py:339
|
185
206
|
#, python-brace-format
|
186
207
|
msgid "Job type not supported: {jt}"
|
187
208
|
msgstr ""
|
188
209
|
|
189
|
-
#: artefacts/cli/app.py:
|
210
|
+
#: artefacts/cli/app.py:351
|
190
211
|
#, python-brace-format
|
191
212
|
msgid ""
|
192
213
|
"The selected framework '{framework}' is deprecated. Using '{alt}' instead."
|
193
214
|
msgstr ""
|
194
215
|
|
195
|
-
#: artefacts/cli/app.py:
|
216
|
+
#: artefacts/cli/app.py:360
|
196
217
|
#, python-brace-format
|
197
218
|
msgid ""
|
198
219
|
"WARNING: framework: '{framework}' is not officially supported. Attempting "
|
199
220
|
"run."
|
200
221
|
msgstr ""
|
201
222
|
|
202
|
-
#: artefacts/cli/app.py:
|
223
|
+
#: artefacts/cli/app.py:369
|
203
224
|
#, python-brace-format
|
204
225
|
msgid "AWS BATCH ARRAY DETECTED, batch_index={index}"
|
205
226
|
msgstr ""
|
206
227
|
|
207
|
-
#: artefacts/cli/app.py:
|
228
|
+
#: artefacts/cli/app.py:399
|
208
229
|
msgid ""
|
209
230
|
"Unable to authenticate (Stage: Job initialisation), please check your "
|
210
231
|
"project name and API key"
|
211
232
|
msgstr ""
|
212
233
|
|
213
|
-
#: artefacts/cli/app.py:
|
234
|
+
#: artefacts/cli/app.py:410
|
214
235
|
#, python-brace-format
|
215
236
|
msgid "Starting scenario {sid}/{num}: {name}"
|
216
237
|
msgstr ""
|
217
238
|
|
218
|
-
#: artefacts/cli/app.py:
|
239
|
+
#: artefacts/cli/app.py:420
|
219
240
|
msgid ""
|
220
241
|
"Unable to authenticate (Stage: Job run), please check your project name and "
|
221
242
|
"API key"
|
222
243
|
msgstr ""
|
223
244
|
|
224
|
-
#: artefacts/cli/app.py:
|
245
|
+
#: artefacts/cli/app.py:433
|
225
246
|
msgid "Test launch file not specified for ros2 project"
|
226
247
|
msgstr ""
|
227
248
|
|
228
|
-
#: artefacts/cli/app.py:
|
249
|
+
#: artefacts/cli/app.py:439 artefacts/cli/app.py:501
|
229
250
|
msgid "launch_test file not specified error"
|
230
251
|
msgstr ""
|
231
252
|
|
232
|
-
#: artefacts/cli/app.py:
|
253
|
+
#: artefacts/cli/app.py:441 artefacts/cli/app.py:503
|
233
254
|
msgid ""
|
234
255
|
"Please specify a `ros_testfile` in the artefacts.yaml scenario configuration."
|
235
256
|
msgstr ""
|
236
257
|
|
237
|
-
#: artefacts/cli/app.py:
|
258
|
+
#: artefacts/cli/app.py:449 artefacts/cli/app.py:511 artefacts/cli/app.py:532
|
238
259
|
msgid "Performing dry run"
|
239
260
|
msgstr ""
|
240
261
|
|
241
|
-
#: artefacts/cli/app.py:
|
262
|
+
#: artefacts/cli/app.py:461
|
242
263
|
msgid "Artefacts failed to execute the tests"
|
243
264
|
msgstr ""
|
244
265
|
|
245
|
-
#: artefacts/cli/app.py:
|
266
|
+
#: artefacts/cli/app.py:469
|
267
|
+
msgid "ROS2 environment error"
|
268
|
+
msgstr ""
|
269
|
+
|
270
|
+
#: artefacts/cli/app.py:471 artefacts/cli/app.py:481
|
246
271
|
msgid ""
|
247
272
|
"Not able to execute tests. Make sure that ROS2 is sourced and that your "
|
248
273
|
"launch file syntax is correct."
|
249
274
|
msgstr ""
|
250
275
|
|
251
|
-
#: artefacts/cli/app.py:
|
276
|
+
#: artefacts/cli/app.py:495
|
252
277
|
msgid "Test launch file not specified for ros1 project"
|
253
278
|
msgstr ""
|
254
279
|
|
255
|
-
#: artefacts/cli/app.py:
|
280
|
+
#: artefacts/cli/app.py:523
|
256
281
|
msgid "run command not specified for scenario"
|
257
282
|
msgstr ""
|
258
283
|
|
259
|
-
#: artefacts/cli/app.py:
|
284
|
+
#: artefacts/cli/app.py:547
|
260
285
|
msgid "Done"
|
261
286
|
msgstr ""
|
262
287
|
|
263
|
-
#: artefacts/cli/app.py:
|
288
|
+
#: artefacts/cli/app.py:584 artefacts/cli/app_containers.py:231
|
264
289
|
#, python-brace-format
|
265
290
|
msgid "Project config file not found: {config}"
|
266
291
|
msgstr ""
|
267
292
|
|
268
|
-
#: artefacts/cli/app.py:
|
293
|
+
#: artefacts/cli/app.py:596
|
269
294
|
#, python-brace-format
|
270
295
|
msgid "Can't find a job named '{jobname}' in config '{config}'"
|
271
296
|
msgstr ""
|
272
297
|
|
273
|
-
#: artefacts/cli/app.py:
|
298
|
+
#: artefacts/cli/app.py:612
|
274
299
|
msgid "Packaging source..."
|
275
300
|
msgstr ""
|
276
301
|
|
277
|
-
#: artefacts/cli/app.py:
|
302
|
+
#: artefacts/cli/app.py:659
|
278
303
|
#, python-brace-format
|
279
304
|
msgid ""
|
280
305
|
"Apologies, problem in interacting with the Artefacts backend: {status_code} "
|
281
306
|
"{reason}. Response text: {detail}."
|
282
307
|
msgstr ""
|
283
308
|
|
284
|
-
#: artefacts/cli/app.py:
|
309
|
+
#: artefacts/cli/app.py:673
|
285
310
|
#, python-brace-format
|
286
311
|
msgid ""
|
287
312
|
"Missing access! Please make sure your API key is added at {url}/settings"
|
288
313
|
msgstr ""
|
289
314
|
|
290
|
-
#: artefacts/cli/app.py:
|
315
|
+
#: artefacts/cli/app.py:680
|
291
316
|
#, python-brace-format
|
292
317
|
msgid "Billing issue, please go to {url}/settings to correct: {error}"
|
293
318
|
msgstr ""
|
294
319
|
|
295
|
-
#: artefacts/cli/app.py:
|
320
|
+
#: artefacts/cli/app.py:699
|
296
321
|
#, python-brace-format
|
297
322
|
msgid ""
|
298
323
|
"Error getting project info: {status_code} {reason}. Response text: {detail}."
|
299
324
|
msgstr ""
|
300
325
|
|
301
|
-
#: artefacts/cli/app.py:
|
326
|
+
#: artefacts/cli/app.py:715
|
302
327
|
msgid "Testing local source"
|
303
328
|
msgstr ""
|
304
329
|
|
305
|
-
#: artefacts/cli/app.py:
|
330
|
+
#: artefacts/cli/app.py:764
|
306
331
|
#, python-brace-format
|
307
332
|
msgid "Uploading complete! The new job will show up shortly at {url}"
|
308
333
|
msgstr ""
|
@@ -396,16 +421,23 @@ msgstr ""
|
|
396
421
|
msgid "Package run failed:"
|
397
422
|
msgstr ""
|
398
423
|
|
399
|
-
#: artefacts/cli/config.py:
|
424
|
+
#: artefacts/cli/config.py:43
|
400
425
|
#, python-brace-format
|
401
426
|
msgid "No API KEY set. Please run `artefacts config add {project_name}`"
|
402
427
|
msgstr ""
|
403
428
|
|
404
|
-
#: artefacts/cli/config.py:
|
429
|
+
#: artefacts/cli/config.py:62 artefacts/cli/config.py:70
|
405
430
|
#, python-brace-format
|
406
431
|
msgid "Connecting to {api_url} using {auth_type}"
|
407
432
|
msgstr ""
|
408
433
|
|
434
|
+
#: artefacts/cli/config.py:99
|
435
|
+
msgid ""
|
436
|
+
"Unable to interact with the Artefacts API at this time. Our apologies, this "
|
437
|
+
"looks like us. Please retry later, or perhaps confirm your internet "
|
438
|
+
"connectivity."
|
439
|
+
msgstr ""
|
440
|
+
|
409
441
|
#: artefacts/cli/ros1.py:55
|
410
442
|
msgid ""
|
411
443
|
"[warning in generate_rosbag_args] rosbag_record asks for 'subscriptions' but "
|
@@ -450,12 +482,12 @@ msgstr ""
|
|
450
482
|
msgid "Project config file {file_name} not found."
|
451
483
|
msgstr ""
|
452
484
|
|
453
|
-
#: artefacts/cli/utils_ros.py:
|
485
|
+
#: artefacts/cli/utils_ros.py:92
|
454
486
|
#, python-brace-format
|
455
487
|
msgid "[Exception in parse_tests_results] {message}"
|
456
488
|
msgstr ""
|
457
489
|
|
458
|
-
#: artefacts/cli/utils_ros.py:
|
490
|
+
#: artefacts/cli/utils_ros.py:94
|
459
491
|
msgid "Test result xml could not be loaded, marking success as False"
|
460
492
|
msgstr ""
|
461
493
|
|
artefacts/cli/locales/click.pot
CHANGED
@@ -6,9 +6,9 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: artefacts 0.9.
|
9
|
+
"Project-Id-Version: artefacts 0.9.4.dev18\n"
|
10
10
|
"Report-Msgid-Bugs-To: dev@artefacts.com\n"
|
11
|
-
"POT-Creation-Date: 2025-
|
11
|
+
"POT-Creation-Date: 2025-06-18 09:50+0900\n"
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
artefacts/cli/logger.py
CHANGED
@@ -1,8 +1,12 @@
|
|
1
1
|
import logging
|
2
|
+
import os
|
2
3
|
import sys
|
3
4
|
|
4
5
|
logger = logging.getLogger("artefacts")
|
5
|
-
|
6
|
+
if os.environ.get("ARTEFACTS_CLI_ENV") == "development":
|
7
|
+
logger.setLevel(logging.DEBUG)
|
8
|
+
else:
|
9
|
+
logger.setLevel(logging.INFO)
|
6
10
|
|
7
11
|
|
8
12
|
# INFO and WARNING messages go to stdout
|
artefacts/cli/ros2.py
CHANGED
@@ -184,7 +184,7 @@ def run_ros2_tests(run):
|
|
184
184
|
# upload logs anyway to help user debug
|
185
185
|
run.log_artifacts(run.output_path)
|
186
186
|
if success is None:
|
187
|
-
run
|
187
|
+
# run() in app.py will handle the error message
|
188
188
|
return results, success
|
189
189
|
|
190
190
|
# upload any additional files in the folders specified by the user in artefacts.yaml
|
artefacts/cli/version.py
CHANGED
artefacts/copava/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
from artefacts_copava import *
|
1
|
+
from artefacts_copava import * # noqa: F403
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: artefacts_cli
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.4
|
4
4
|
Author-email: FD <fabian@artefacts.com>, AGC <alejandro@artefacts.com>, TN <tomo@artefacts.com>, EP <eric@artefacts.com>
|
5
5
|
License-Expression: Apache-2.0
|
6
6
|
Project-URL: Homepage, https://github.com/art-e-fact/artefacts-client
|
@@ -20,6 +20,7 @@ Requires-Dist: mcap-ros2-support
|
|
20
20
|
Requires-Dist: PyYAML>=6.0
|
21
21
|
Requires-Dist: requests>=2.27.1
|
22
22
|
Requires-Dist: rospkg
|
23
|
+
Requires-Dist: urllib3>=2.4.0
|
23
24
|
Provides-Extra: dev
|
24
25
|
Requires-Dist: awscli; extra == "dev"
|
25
26
|
Requires-Dist: babel==2.17.0; extra == "dev"
|
@@ -1,33 +1,33 @@
|
|
1
1
|
artefacts/__init__.py,sha256=VLmogtpRQeJjQjAORV8ClSJ5qF-57Hxx3apvgy9H1zk,76
|
2
|
-
artefacts/cli/__init__.py,sha256=
|
3
|
-
artefacts/cli/app.py,sha256=
|
2
|
+
artefacts/cli/__init__.py,sha256=jApH1hGuUu4m-XWoCJTcgA2y7esvX9dUo_pYjSycwB8,13075
|
3
|
+
artefacts/cli/app.py,sha256=7ERkYYZPdrW7RyXjLDqKP7AT3tkWHEDVFL5X1E7llYk,27868
|
4
4
|
artefacts/cli/app_containers.py,sha256=oTWEAIE0m0nQQV7d33q75OL9-Bql0gDEnWGkmgCBnWE,8503
|
5
5
|
artefacts/cli/app_containers.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
|
6
6
|
artefacts/cli/bagparser.py,sha256=aegvhIgwF-C1giGQWKB-cn0I2fW_iVamFwYm7YkfIyo,3738
|
7
|
-
artefacts/cli/config.py,sha256=
|
7
|
+
artefacts/cli/config.py,sha256=KqPkNaK_qYYndgj8JVlfRcIiAae--i1AphtR43BniS0,7226
|
8
8
|
artefacts/cli/constants.py,sha256=l7xoXiKaZIpcn3JFwf5Tf5Kprfmf9x63AUfdTQQ3zGA,435
|
9
9
|
artefacts/cli/errors.py,sha256=BiCRo3IwVjtEotaFtmwsGTZiX-TRE69KqLrEQItLsag,34
|
10
|
-
artefacts/cli/helpers.py,sha256=
|
10
|
+
artefacts/cli/helpers.py,sha256=j8AYj7hAO-ZFCa4FTFqLrjl7JlYQGWWLJvjWkovK2L4,1594
|
11
11
|
artefacts/cli/i18n.py,sha256=qcTt_u1rdASzUfG1ANigGgqoqw3igt28AVO2VqFCV20,913
|
12
|
-
artefacts/cli/logger.py,sha256=
|
12
|
+
artefacts/cli/logger.py,sha256=K-A4RRfIEkjibEPhAsGD_XXC92e6S2REcvAT5ZwydO0,880
|
13
13
|
artefacts/cli/other.py,sha256=c1rbtVkJ7DnmlPAf0bbkT_PNDcEoXbMqD2JIg_ShBaE,1391
|
14
14
|
artefacts/cli/parameters.py,sha256=msf2aG-tmw0ahxwrPpB2W6KqdMj5A-nw9DPG9flkHTg,788
|
15
15
|
artefacts/cli/ros1.py,sha256=tE6WK8SQZPPdWwFnOdIDTNv7chhr6AXY53gDYOEHJhY,9995
|
16
|
-
artefacts/cli/ros2.py,sha256=
|
16
|
+
artefacts/cli/ros2.py,sha256=P_IVG8rDYaPsPJKKnwEFer8yI41HEtvtbLf4ymgbj0E,8629
|
17
17
|
artefacts/cli/utils.py,sha256=-lMkPo5UtvnYG1D8NGnbOwO8jT4GXhYuwMxs29A393Q,4239
|
18
18
|
artefacts/cli/utils_ros.py,sha256=lOQSMtcRl3OHZ1t_dpZZnP5YdeydLBlcVNs9h91ZXa4,2845
|
19
|
-
artefacts/cli/version.py,sha256=
|
19
|
+
artefacts/cli/version.py,sha256=8J5e_PpW7gLxApQspc-qNiHqQcX4LYr2ELdH8En2QZE,511
|
20
20
|
artefacts/cli/containers/__init__.py,sha256=x3g6nz5TLRtF1bU0mlIN0aDd0Gwv3V3skE1aW9uVK5k,2274
|
21
21
|
artefacts/cli/containers/docker_cm.py,sha256=vOd6qoXc-WEA9ZXDkV-nHF7j5MXmaKFw8bz_qsdakqk,6480
|
22
22
|
artefacts/cli/containers/docker_utils.py,sha256=jGZJy0kapWnFwo5BBudtgI1gY9PXhLTgKCgecNsFUZ8,2966
|
23
23
|
artefacts/cli/containers/utils.py,sha256=O86S4SE-Ajd07f4GnwwFjqGQWu2s-KeB829DkWYJJbQ,2408
|
24
|
-
artefacts/cli/locales/art.pot,sha256=
|
25
|
-
artefacts/cli/locales/base.pot,sha256=
|
26
|
-
artefacts/cli/locales/click.pot,sha256=
|
27
|
-
artefacts/copava/__init__.py,sha256=
|
24
|
+
artefacts/cli/locales/art.pot,sha256=1arPub-xKIohMcgW6JTIeJxFSMpO__kPXzUObDftTOw,14991
|
25
|
+
artefacts/cli/locales/base.pot,sha256=gV8U2fy0DsgBUa1FvZ027ZbrBdgaM9DcDVjRWmAE3Tc,28212
|
26
|
+
artefacts/cli/locales/click.pot,sha256=pAmOnCtnOs776VuxY9LyKYwxT21YglEq5Vt-_e1IC78,13853
|
27
|
+
artefacts/copava/__init__.py,sha256=Fs90xyrDMq6Av7JnDSeZtu5Y18U5_Sh2cdNBWn5vkBM,45
|
28
28
|
artefacts/wrappers/artefacts_ros1_meta.launch,sha256=9tN7_0xLH8jW27KYFerhF3NuWDx2dED3ks_qoGVZAPw,1412
|
29
|
-
artefacts_cli-0.9.
|
30
|
-
artefacts_cli-0.9.
|
31
|
-
artefacts_cli-0.9.
|
32
|
-
artefacts_cli-0.9.
|
33
|
-
artefacts_cli-0.9.
|
29
|
+
artefacts_cli-0.9.4.dist-info/METADATA,sha256=YzNJdZHIoY4F-Nq8oAdBLd7HVSzd-5Li6WotiLQpq2Q,3559
|
30
|
+
artefacts_cli-0.9.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
31
|
+
artefacts_cli-0.9.4.dist-info/entry_points.txt,sha256=nlTXRzilNjccbi53FgaRWCQPkG-pv61HRkaCkrKjlec,58
|
32
|
+
artefacts_cli-0.9.4.dist-info/top_level.txt,sha256=FdaMV1C9m36MWa-2Stm5xVODv7hss_nRYNwR83j_7ow,10
|
33
|
+
artefacts_cli-0.9.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|