|
1 | 1 | .github/workflows/python.yml |
2 | 2 | .gitignore |
3 | 3 | .gitlab-ci.yml |
4 | | -.openapi-generator-ignore |
5 | 4 | .travis.yml |
6 | 5 | README.md |
7 | 6 | docs/AnalysesApi.md |
@@ -58,6 +57,21 @@ docs/NoteCollectionBase.md |
58 | 57 | docs/NoteCollectionList.md |
59 | 58 | docs/NoteCollectionRequest.md |
60 | 59 | docs/NoteCollectionReturn.md |
| 60 | +docs/Pipeline.md |
| 61 | +docs/PipelineConfig.md |
| 62 | +docs/PipelineConfigList.md |
| 63 | +docs/PipelineConfigsApi.md |
| 64 | +docs/PipelineList.md |
| 65 | +docs/PipelineRun.md |
| 66 | +docs/PipelineRunList.md |
| 67 | +docs/PipelineRunResult.md |
| 68 | +docs/PipelineRunResultList.md |
| 69 | +docs/PipelineRunResultVote.md |
| 70 | +docs/PipelineRunResultVoteList.md |
| 71 | +docs/PipelineRunResultVotesApi.md |
| 72 | +docs/PipelineRunResultsApi.md |
| 73 | +docs/PipelineRunsApi.md |
| 74 | +docs/PipelinesApi.md |
61 | 75 | docs/PointBase.md |
62 | 76 | docs/PointCommon.md |
63 | 77 | docs/PointList.md |
@@ -102,6 +116,11 @@ neurostore_sdk/api/analyses_api.py |
102 | 116 | neurostore_sdk/api/annotations_api.py |
103 | 117 | neurostore_sdk/api/conditions_api.py |
104 | 118 | neurostore_sdk/api/images_api.py |
| 119 | +neurostore_sdk/api/pipeline_configs_api.py |
| 120 | +neurostore_sdk/api/pipeline_run_result_votes_api.py |
| 121 | +neurostore_sdk/api/pipeline_run_results_api.py |
| 122 | +neurostore_sdk/api/pipeline_runs_api.py |
| 123 | +neurostore_sdk/api/pipelines_api.py |
105 | 124 | neurostore_sdk/api/points_api.py |
106 | 125 | neurostore_sdk/api/store_api.py |
107 | 126 | neurostore_sdk/api/studies_api.py |
@@ -162,6 +181,16 @@ neurostore_sdk/models/note_collection_base.py |
162 | 181 | neurostore_sdk/models/note_collection_list.py |
163 | 182 | neurostore_sdk/models/note_collection_request.py |
164 | 183 | neurostore_sdk/models/note_collection_return.py |
| 184 | +neurostore_sdk/models/pipeline.py |
| 185 | +neurostore_sdk/models/pipeline_config.py |
| 186 | +neurostore_sdk/models/pipeline_config_list.py |
| 187 | +neurostore_sdk/models/pipeline_list.py |
| 188 | +neurostore_sdk/models/pipeline_run.py |
| 189 | +neurostore_sdk/models/pipeline_run_list.py |
| 190 | +neurostore_sdk/models/pipeline_run_result.py |
| 191 | +neurostore_sdk/models/pipeline_run_result_list.py |
| 192 | +neurostore_sdk/models/pipeline_run_result_vote.py |
| 193 | +neurostore_sdk/models/pipeline_run_result_vote_list.py |
165 | 194 | neurostore_sdk/models/point_base.py |
166 | 195 | neurostore_sdk/models/point_common.py |
167 | 196 | neurostore_sdk/models/point_list.py |
@@ -202,95 +231,19 @@ setup.cfg |
202 | 231 | setup.py |
203 | 232 | test-requirements.txt |
204 | 233 | test/__init__.py |
205 | | -test/test_analyses_api.py |
206 | | -test/test_analysis_base.py |
207 | | -test/test_analysis_common.py |
208 | | -test/test_analysis_list.py |
209 | | -test/test_analysis_request.py |
210 | | -test/test_analysis_request_relationships.py |
211 | | -test/test_analysis_request_relationships_conditions.py |
212 | | -test/test_analysis_request_relationships_images.py |
213 | | -test/test_analysis_request_relationships_points.py |
214 | | -test/test_analysis_return.py |
215 | | -test/test_analysis_return_relationships.py |
216 | | -test/test_analysis_return_relationships_conditions.py |
217 | | -test/test_analysis_return_relationships_images.py |
218 | | -test/test_analysis_return_relationships_points.py |
219 | | -test/test_annotation_base.py |
220 | | -test/test_annotation_common.py |
221 | | -test/test_annotation_export.py |
222 | | -test/test_annotation_list.py |
223 | | -test/test_annotation_request.py |
224 | | -test/test_annotation_request_one_of.py |
225 | | -test/test_annotation_request_relationships.py |
226 | | -test/test_annotation_request_relationships_notes.py |
227 | | -test/test_annotation_return.py |
228 | | -test/test_annotation_return_one_of.py |
229 | | -test/test_annotation_return_one_of1.py |
230 | | -test/test_annotation_return_relationships.py |
231 | | -test/test_annotation_return_relationships_notes.py |
232 | | -test/test_annotations_api.py |
233 | | -test/test_base_studies_post200_response.py |
234 | | -test/test_base_studies_post_request.py |
235 | | -test/test_base_study.py |
236 | | -test/test_base_study_list.py |
237 | | -test/test_base_study_return.py |
238 | | -test/test_base_study_versions.py |
239 | | -test/test_clone.py |
240 | | -test/test_condition_base.py |
241 | | -test/test_condition_list.py |
242 | | -test/test_condition_request.py |
243 | | -test/test_condition_return.py |
244 | | -test/test_conditions_api.py |
245 | | -test/test_entity.py |
246 | | -test/test_image_base.py |
247 | | -test/test_image_common.py |
248 | | -test/test_image_list.py |
249 | | -test/test_image_relationships.py |
250 | | -test/test_image_request.py |
251 | | -test/test_image_return.py |
252 | | -test/test_images_api.py |
253 | | -test/test_json_ld_context.py |
254 | | -test/test_nested_put_attributes.py |
255 | | -test/test_note_collection_base.py |
256 | | -test/test_note_collection_list.py |
257 | | -test/test_note_collection_request.py |
258 | | -test/test_note_collection_return.py |
259 | | -test/test_point_base.py |
260 | | -test/test_point_common.py |
261 | | -test/test_point_list.py |
262 | | -test/test_point_relationships.py |
263 | | -test/test_point_relationships_values.py |
264 | | -test/test_point_request.py |
265 | | -test/test_point_return.py |
266 | | -test/test_point_value.py |
267 | | -test/test_points_api.py |
268 | | -test/test_resource_attributes.py |
269 | | -test/test_store_api.py |
270 | | -test/test_studies_api.py |
271 | | -test/test_study_base.py |
272 | | -test/test_study_common.py |
273 | | -test/test_study_list.py |
274 | | -test/test_study_request.py |
275 | | -test/test_study_request_relationships.py |
276 | | -test/test_study_request_relationships_analyses.py |
277 | | -test/test_study_return.py |
278 | | -test/test_study_return_all_of_studysets.py |
279 | | -test/test_study_return_all_of_studysets_one_of.py |
280 | | -test/test_study_return_relationships.py |
281 | | -test/test_study_return_relationships_analyses.py |
282 | | -test/test_studyset_base.py |
283 | | -test/test_studyset_list.py |
284 | | -test/test_studyset_request.py |
285 | | -test/test_studyset_request_relationships.py |
286 | | -test/test_studyset_return.py |
287 | | -test/test_studyset_return_relationships.py |
288 | | -test/test_studyset_return_relationships_studies.py |
289 | | -test/test_studysets_api.py |
290 | | -test/test_studysets_id_get404_response.py |
291 | | -test/test_studysets_id_put422_response.py |
292 | | -test/test_user.py |
293 | | -test/test_user_api.py |
294 | | -test/test_user_list.py |
295 | | -test/test_userless_resource_attributes.py |
| 234 | +test/test_pipeline.py |
| 235 | +test/test_pipeline_config.py |
| 236 | +test/test_pipeline_config_list.py |
| 237 | +test/test_pipeline_configs_api.py |
| 238 | +test/test_pipeline_list.py |
| 239 | +test/test_pipeline_run.py |
| 240 | +test/test_pipeline_run_list.py |
| 241 | +test/test_pipeline_run_result.py |
| 242 | +test/test_pipeline_run_result_list.py |
| 243 | +test/test_pipeline_run_result_vote.py |
| 244 | +test/test_pipeline_run_result_vote_list.py |
| 245 | +test/test_pipeline_run_result_votes_api.py |
| 246 | +test/test_pipeline_run_results_api.py |
| 247 | +test/test_pipeline_runs_api.py |
| 248 | +test/test_pipelines_api.py |
296 | 249 | tox.ini |
0 commit comments