flywheel-sdk 18.2.0rc0__py2.py3-none-any.whl → 18.2.1rc0__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.
- flywheel/api_client.py +1 -1
- flywheel/configuration.py +2 -2
- flywheel/flywheel.py +1 -1
- flywheel/models/__init__.py +3 -3
- flywheel/models/features.py +31 -4
- {flywheel_sdk-18.2.0rc0.dist-info → flywheel_sdk-18.2.1rc0.dist-info}/METADATA +5 -5
- {flywheel_sdk-18.2.0rc0.dist-info → flywheel_sdk-18.2.1rc0.dist-info}/RECORD +10 -10
- {flywheel_sdk-18.2.0rc0.dist-info → flywheel_sdk-18.2.1rc0.dist-info}/WHEEL +1 -1
- {flywheel_sdk-18.2.0rc0.dist-info → flywheel_sdk-18.2.1rc0.dist-info}/LICENSE.txt +0 -0
- {flywheel_sdk-18.2.0rc0.dist-info → flywheel_sdk-18.2.1rc0.dist-info}/top_level.txt +0 -0
flywheel/api_client.py
CHANGED
|
@@ -81,7 +81,7 @@ class ApiClient(object):
|
|
|
81
81
|
self.default_query_params = []
|
|
82
82
|
self.cookie = cookie
|
|
83
83
|
# Set default User-Agent.
|
|
84
|
-
self.user_agent = 'Swagger-Codegen/18.2.
|
|
84
|
+
self.user_agent = 'Swagger-Codegen/18.2.1-rc0/python'
|
|
85
85
|
self.last_response = None
|
|
86
86
|
self._version_check_fn = None
|
|
87
87
|
self._context = context
|
flywheel/configuration.py
CHANGED
|
@@ -252,6 +252,6 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
|
|
|
252
252
|
return "Python SDK Debug Report:\n"\
|
|
253
253
|
"OS: {env}\n"\
|
|
254
254
|
"Python Version: {pyversion}\n"\
|
|
255
|
-
"Version of the API:
|
|
256
|
-
"SDK Package Version: 18.2.
|
|
255
|
+
"Version of the API: 18.2.1-rc0\n"\
|
|
256
|
+
"SDK Package Version: 18.2.1-rc0".\
|
|
257
257
|
format(env=sys.platform, pyversion=sys.version)
|
flywheel/flywheel.py
CHANGED
flywheel/models/__init__.py
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
# flake8: noqa
|
|
4
4
|
"""
|
|
5
|
-
Flywheel
|
|
5
|
+
Flywheel API
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Flywheel: API for data import, automated curation, image processing, machine learning workflows, and secure collaboration. # noqa: E501
|
|
8
8
|
|
|
9
|
-
OpenAPI spec version:
|
|
9
|
+
OpenAPI spec version: 18.2.1-rc0
|
|
10
10
|
|
|
11
11
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
12
12
|
"""
|
flywheel/models/features.py
CHANGED
|
@@ -80,7 +80,8 @@ class Features(object):
|
|
|
80
80
|
'userpilot': 'bool',
|
|
81
81
|
'validate_classification': 'bool',
|
|
82
82
|
'virus_scan': 'bool',
|
|
83
|
-
'web_uploader_v2': 'bool'
|
|
83
|
+
'web_uploader_v2': 'bool',
|
|
84
|
+
'unified_upload_disable_uid_conflict': 'bool'
|
|
84
85
|
}
|
|
85
86
|
|
|
86
87
|
attribute_map = {
|
|
@@ -143,7 +144,8 @@ class Features(object):
|
|
|
143
144
|
'userpilot': 'userpilot',
|
|
144
145
|
'validate_classification': 'validate_classification',
|
|
145
146
|
'virus_scan': 'virus_scan',
|
|
146
|
-
'web_uploader_v2': 'web_uploader_v2'
|
|
147
|
+
'web_uploader_v2': 'web_uploader_v2',
|
|
148
|
+
'unified_upload_disable_uid_conflict': 'unified_upload_disable_uid_conflict'
|
|
147
149
|
}
|
|
148
150
|
|
|
149
151
|
rattribute_map = {
|
|
@@ -206,10 +208,11 @@ class Features(object):
|
|
|
206
208
|
'userpilot': 'userpilot',
|
|
207
209
|
'validate_classification': 'validate_classification',
|
|
208
210
|
'virus_scan': 'virus_scan',
|
|
209
|
-
'web_uploader_v2': 'web_uploader_v2'
|
|
211
|
+
'web_uploader_v2': 'web_uploader_v2',
|
|
212
|
+
'unified_upload_disable_uid_conflict': 'unified_upload_disable_uid_conflict'
|
|
210
213
|
}
|
|
211
214
|
|
|
212
|
-
def __init__(self, api_enabled_gear_rules=True, auth0=None, audit_trail=False, azureml_integration=False, cold_job_logs=False, collections=False, copy_by_reference=True, core_api=True, crawler=False, data_views_non_21_cfr=True, default_viewer_apps=True, deid_log=False, deid_profile=False, dicom_web_uploader_non_21_cfr=True, dimse=False, elastic_search_primary=False, exchange=False, exchange_admin=False, external_routing=False, gear_access=False, google_analytics=True, healthcare_api=False, job_ask=True, job_prioritization=True, job_tickets=True, jupyter_integration=False, ldap_sync=False, multifactor_auth=False, multipart_signed_url=True, multiproject=False, ohif_multi_subject_view=False, ohif_react=False, ohif_react_beta=False, ohif_slice_order=None, ohif_v3=False, ohif_v3_beta=False, ohif_v3_datasource=None, ohif_v3_default_app=False, ohif_v3_readonly=True, open_tracing=False, project_export=True, project_import=False, project_list_uses_stats=False, project_locking=False, reader_tasks=False, rts_sync=False, sentry_logging=None, session_templates_non_21_cfr=True, shared_projects=False, signed_url=False, study_task_status=False, tagging=False, tags_in_lists=True, task_manager_data_views=True, unsafe_login=False, url_access_apps=False, userpilot=None, validate_classification=False, virus_scan=False, web_uploader_v2=False): # noqa: E501
|
|
215
|
+
def __init__(self, api_enabled_gear_rules=True, auth0=None, audit_trail=False, azureml_integration=False, cold_job_logs=False, collections=False, copy_by_reference=True, core_api=True, crawler=False, data_views_non_21_cfr=True, default_viewer_apps=True, deid_log=False, deid_profile=False, dicom_web_uploader_non_21_cfr=True, dimse=False, elastic_search_primary=False, exchange=False, exchange_admin=False, external_routing=False, gear_access=False, google_analytics=True, healthcare_api=False, job_ask=True, job_prioritization=True, job_tickets=True, jupyter_integration=False, ldap_sync=False, multifactor_auth=False, multipart_signed_url=True, multiproject=False, ohif_multi_subject_view=False, ohif_react=False, ohif_react_beta=False, ohif_slice_order=None, ohif_v3=False, ohif_v3_beta=False, ohif_v3_datasource=None, ohif_v3_default_app=False, ohif_v3_readonly=True, open_tracing=False, project_export=True, project_import=False, project_list_uses_stats=False, project_locking=False, reader_tasks=False, rts_sync=False, sentry_logging=None, session_templates_non_21_cfr=True, shared_projects=False, signed_url=False, study_task_status=False, tagging=False, tags_in_lists=True, task_manager_data_views=True, unsafe_login=False, url_access_apps=False, userpilot=None, validate_classification=False, virus_scan=False, web_uploader_v2=False, unified_upload_disable_uid_conflict=False): # noqa: E501
|
|
213
216
|
"""Features - a model defined in Swagger"""
|
|
214
217
|
super(Features, self).__init__()
|
|
215
218
|
|
|
@@ -273,6 +276,7 @@ class Features(object):
|
|
|
273
276
|
self._validate_classification = None
|
|
274
277
|
self._virus_scan = None
|
|
275
278
|
self._web_uploader_v2 = None
|
|
279
|
+
self._unified_upload_disable_uid_conflict = None
|
|
276
280
|
self.discriminator = None
|
|
277
281
|
self.alt_discriminator = None
|
|
278
282
|
|
|
@@ -396,6 +400,8 @@ class Features(object):
|
|
|
396
400
|
self.virus_scan = virus_scan
|
|
397
401
|
if web_uploader_v2 is not None:
|
|
398
402
|
self.web_uploader_v2 = web_uploader_v2
|
|
403
|
+
if unified_upload_disable_uid_conflict is not None:
|
|
404
|
+
self.unified_upload_disable_uid_conflict = unified_upload_disable_uid_conflict
|
|
399
405
|
|
|
400
406
|
@property
|
|
401
407
|
def api_enabled_gear_rules(self):
|
|
@@ -1657,6 +1663,27 @@ class Features(object):
|
|
|
1657
1663
|
|
|
1658
1664
|
self._web_uploader_v2 = web_uploader_v2
|
|
1659
1665
|
|
|
1666
|
+
@property
|
|
1667
|
+
def unified_upload_disable_uid_conflict(self):
|
|
1668
|
+
"""Gets the unified_upload_disable_uid_conflict of this Features.
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
:return: The unified_upload_disable_uid_conflict of this Features.
|
|
1672
|
+
:rtype: bool
|
|
1673
|
+
"""
|
|
1674
|
+
return self._unified_upload_disable_uid_conflict
|
|
1675
|
+
|
|
1676
|
+
@unified_upload_disable_uid_conflict.setter
|
|
1677
|
+
def unified_upload_disable_uid_conflict(self, unified_upload_disable_uid_conflict):
|
|
1678
|
+
"""Sets the unified_upload_disable_uid_conflict of this Features.
|
|
1679
|
+
|
|
1680
|
+
|
|
1681
|
+
:param unified_upload_disable_uid_conflict: The unified_upload_disable_uid_conflict of this Features. # noqa: E501
|
|
1682
|
+
:type: bool
|
|
1683
|
+
"""
|
|
1684
|
+
|
|
1685
|
+
self._unified_upload_disable_uid_conflict = unified_upload_disable_uid_conflict
|
|
1686
|
+
|
|
1660
1687
|
|
|
1661
1688
|
@staticmethod
|
|
1662
1689
|
def positional_to_model(value):
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: flywheel-sdk
|
|
3
|
-
Version: 18.2.
|
|
3
|
+
Version: 18.2.1rc0
|
|
4
4
|
Summary: Flywheel SDK
|
|
5
5
|
Home-page:
|
|
6
6
|
Author-email: support@flywheel.io
|
|
7
7
|
License: MIT
|
|
8
8
|
Project-URL: Documentation, https://flywheel-io.gitlab.io/product/backend/sdk/branches/master/python
|
|
9
9
|
Project-URL: Source, https://gitlab.com/flywheel-io/product/backend/core
|
|
10
|
-
Keywords: Swagger,Flywheel,flywheel
|
|
10
|
+
Keywords: Swagger,Flywheel API,flywheel
|
|
11
11
|
License-File: LICENSE.txt
|
|
12
|
-
Requires-Dist: urllib3
|
|
13
|
-
Requires-Dist: six
|
|
12
|
+
Requires-Dist: urllib3 >=1.15
|
|
13
|
+
Requires-Dist: six >=1.10
|
|
14
14
|
Requires-Dist: certifi
|
|
15
15
|
Requires-Dist: python-dateutil
|
|
16
16
|
Requires-Dist: packaging
|
|
17
|
-
Requires-Dist: requests
|
|
17
|
+
Requires-Dist: requests >=2.18.4
|
|
18
18
|
Requires-Dist: requests-toolbelt
|
|
19
19
|
|
|
20
20
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
flywheel/__init__.py,sha256=fZd2oodq0U2Nw5hiePwd1OGbW_IEKetKW2qTVbLDDRE,44767
|
|
2
|
-
flywheel/api_client.py,sha256=
|
|
2
|
+
flywheel/api_client.py,sha256=C65gbkPyQ83QRUop2hF509WH-UEGGtS5SHALvsfIYWc,28089
|
|
3
3
|
flywheel/client.py,sha256=LMvn2aSdtn-waCpXzux8FKJxEB0469SJg5ZNnB5BqTc,10476
|
|
4
|
-
flywheel/configuration.py,sha256=
|
|
4
|
+
flywheel/configuration.py,sha256=SG-fCdIdf90MOWreZnBEItZDqKPxwkBtE5SdimKJZOs,8647
|
|
5
5
|
flywheel/drone_login.py,sha256=8nELIBYBJMuPHQ0zdrGjWB20C3OTZbxpFVyxWmQ0kr0,2229
|
|
6
6
|
flywheel/file_spec.py,sha256=5vWBzK8h_YCbwZhcsWRpD7ByO1iw-Zcw-_7B3E5OTEg,1375
|
|
7
7
|
flywheel/finder.py,sha256=ueECCweO48TTAJXudzh3xBbqyhV-Vbzt1NnPUSqEU9U,6739
|
|
8
|
-
flywheel/flywheel.py,sha256
|
|
8
|
+
flywheel/flywheel.py,sha256=-mxZ24AaAF7dD1P4mn2ybzNvWc_Tynu2TGAvlJ0dQ_U,391362
|
|
9
9
|
flywheel/gear_context.py,sha256=xOjNzpReJPAKhdpfpQ-gDwsDoIdxAcS5CG-b1pJ69-o,13338
|
|
10
10
|
flywheel/partial_reader.py,sha256=SkMgwaGZeeVaN7f9dzmVitBFnQv8ARLJgEaQP36l92s,1222
|
|
11
11
|
flywheel/rest.py,sha256=hRPcmGLghBkiZ06jyFEE39iEdP0-6o4pDWj2Ocl7mSc,13119
|
|
@@ -46,7 +46,7 @@ flywheel/api/upload_api.py,sha256=13gavk8fw5UNyItg7VnkafHOxInxREReFVNpb1J3IO8,38
|
|
|
46
46
|
flywheel/api/users_api.py,sha256=ThTGkL_oE-ixB9akEZEm2pogkYBa_m9qAM52W5ClRC0,82850
|
|
47
47
|
flywheel/api/views_api.py,sha256=aIyFg-NELtTo9xU3M7DrrFKbb8a6wBgZJHxilWLh9-s,44327
|
|
48
48
|
flywheel/api/workspaces_api.py,sha256=aKVKcH8cDkSkk7s3Nmc5Zqap0XrWy1ORwPJicNvHZpc,8700
|
|
49
|
-
flywheel/models/__init__.py,sha256=
|
|
49
|
+
flywheel/models/__init__.py,sha256=UNFz27F0Dma2EFEZnWrk4OIN2KViLig2cYchYbg5bG4,42662
|
|
50
50
|
flywheel/models/access_level.py,sha256=v_ZzTvJfimSzHQixvMszGqlKrsooajItsG7PiECEubw,525
|
|
51
51
|
flywheel/models/access_permission.py,sha256=-IYmy-yb8zecmGZx7iE0bhZW7PvuWpm3zAHr2FwCyLI,5336
|
|
52
52
|
flywheel/models/access_permission_output.py,sha256=faCnvyMYozmSVSlLFYMdJw84hQc3ugxx7LH2JzBfnoE,5202
|
|
@@ -239,7 +239,7 @@ flywheel/models/egress_provider_id.py,sha256=1dKUprJXQii7w_sdUr_hB_PebJDkLgZt9yj
|
|
|
239
239
|
flywheel/models/exchange_storage.py,sha256=IrAHglvJ_KZaTM8-sOulSkvRE0azk6IUexMFPoxqHsM,6708
|
|
240
240
|
flywheel/models/executor_info.py,sha256=nbvDWU_yEi_xwpF52y186xEgKkuKSjmBLGOGqmVA_Wg,9216
|
|
241
241
|
flywheel/models/export_templates.py,sha256=fAW_tPW2tBT1DhuzF4nS7GwSgvqHkFLED--Swl4ndco,5495
|
|
242
|
-
flywheel/models/features.py,sha256=
|
|
242
|
+
flywheel/models/features.py,sha256=bI20kgrWU5Vo1BI7H072ehqtrJGpsR0iMqghSvIrNN4,52507
|
|
243
243
|
flywheel/models/field_change.py,sha256=cmCk9MsI7vl5DixjWMyTXV2RkAR--b7YI-lbg3w7uRI,7061
|
|
244
244
|
flywheel/models/field_change_log_document.py,sha256=FD77lYM_58KWntwbePzlcZ_S3RiyfGNYt1hlocyB060,7100
|
|
245
245
|
flywheel/models/file.py,sha256=JuxWrlkgdt3fFwvfkJKKsBPU1pmRo18fW-QYVn_XT-Y,27877
|
|
@@ -704,8 +704,8 @@ flywheel/models/workspace_response.py,sha256=5CB8xn1v62CzGVAf1OEJ0197yYY3h1GQFho
|
|
|
704
704
|
flywheel/models/workspace_update.py,sha256=wvVkuJMWfbpriF6Pz7K985vl58o5uG88qE4LzcLvkfs,526
|
|
705
705
|
flywheel/models/zipfile_info.py,sha256=8ivqs0rTQaiC8KirTaK_WqSGkLvCndI_58dylOBKwa4,5243
|
|
706
706
|
flywheel/models/zipfile_member_info.py,sha256=zAg9wRUeYXbz6bvXdo4xYFHtvv9eRSCjvyaTrQ3zvN4,6346
|
|
707
|
-
flywheel_sdk-18.2.
|
|
708
|
-
flywheel_sdk-18.2.
|
|
709
|
-
flywheel_sdk-18.2.
|
|
710
|
-
flywheel_sdk-18.2.
|
|
711
|
-
flywheel_sdk-18.2.
|
|
707
|
+
flywheel_sdk-18.2.1rc0.dist-info/LICENSE.txt,sha256=F_Wp8b8L-2vc2xxcRr402gN1gg-2y0p2oG8aSj3hdMA,1057
|
|
708
|
+
flywheel_sdk-18.2.1rc0.dist-info/METADATA,sha256=r2WdVvkmMkfT4Fssp6-wsiaZATzyAit4poGXLPnIl78,929
|
|
709
|
+
flywheel_sdk-18.2.1rc0.dist-info/WHEEL,sha256=pWvVuNuBTVmNV7Lp2jMAgt1NplTICeFdl1SW8U3MWN4,109
|
|
710
|
+
flywheel_sdk-18.2.1rc0.dist-info/top_level.txt,sha256=BQ1fXyhiudo2To7zMNcPOOGa6qtZuhx0V_I7CO-vU6w,9
|
|
711
|
+
flywheel_sdk-18.2.1rc0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|