teamdbapi 3.8.0__tar.gz → 3.9.0__tar.gz
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.
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/PKG-INFO +3 -3
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/README.md +2 -2
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/pyproject.toml +1 -1
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/lap_report_api.py +5 -1
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/.gitignore +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/.swagger-codegen/VERSION +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/.swagger-codegen-ignore +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/.travis.yml +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/LICENSE +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/git_push.sh +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/requirements.txt +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/setup.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/__init__.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/__init__.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/assembly_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/car_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/component_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/config_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/criteria_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/edit_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/event_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/fixed_field_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/group_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/import_export_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/issue_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/lap_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/model_field_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/mounting_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/notes_authorization_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/overall_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/parameter_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/parameter_binding_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/part_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/report_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/revision_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/revision_editor_selector_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/run_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/script_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/session_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/target_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/team_db_list_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/team_db_view_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/tire_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/tire_set_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/track_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/track_layout_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/update_request_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/user_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/value_field_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api/version_api.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/api_client.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/configuration.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/__init__.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/add_part_car_parameter_arg.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/assembly.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/bleed_adjustment.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/calibration.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/car.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/car_parameters_context.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/compare_options.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/compare_result.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/compare_result_detail.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/component.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/copy_from_tags_args.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/couple_guid_text.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/criteria.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/criteria_set.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/criteria_value.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/criteria_value_detail.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/event.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/file_revision_info.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/fixed_field.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/group.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/import_parameters_args.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/import_parameters_results.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/import_revisions_args.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/import_revisions_info.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/import_revisions_results.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/issue.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/issue_custom_field_value.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/issue_priority.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/issue_project.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/issue_sector.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/issue_status.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/issue_type.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/issue_workflow.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/item_value.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/item_value_key.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/lap.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/lap_report_options.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/model_field.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/model_field_authorization.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/mounting.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/notes_authorization.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/notes_context.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/overall.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/parameter.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/parameter_binding.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/parameter_cross_table.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/part.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/part_car_parameters.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/part_count.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/revision.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/revision_value.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/run.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/script.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/session.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/string_with_font_style.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/target.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/team_db_list.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/team_db_list_item.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/tire.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/tire_set.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/track.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/track_layout.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/user.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/user_group.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/value_field.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/models/version.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/teamdbapi/rest.py +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/test-requirements.txt +0 -0
- {teamdbapi-3.8.0 → teamdbapi-3.9.0}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: teamdbapi
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.9.0
|
|
4
4
|
Summary: Easily access the TeamDB Web API.
|
|
5
5
|
Keywords: teamdbapi,Trackside,Trackside Software,TeamDB
|
|
6
6
|
Author-email: Trackside Software <support@trackside.fr>
|
|
@@ -20,13 +20,13 @@ Project-URL: Home, https://www.tracksidesoftware.fr/teamdb
|
|
|
20
20
|
# teamdbapi
|
|
21
21
|
This module enables you to easily access the TeamDB Web API.
|
|
22
22
|
|
|
23
|
-
- Package version: 3.
|
|
23
|
+
- Package version: 3.9.0
|
|
24
24
|
- TeamDB Web API version: 2.0
|
|
25
25
|
|
|
26
26
|
## Requirements.
|
|
27
27
|
|
|
28
28
|
- Python 3.4+
|
|
29
|
-
- TeamDB 3.
|
|
29
|
+
- TeamDB 3.9.0
|
|
30
30
|
|
|
31
31
|
## <a name="install">Installation and usage</a>
|
|
32
32
|
### pip install
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# teamdbapi
|
|
2
2
|
This module enables you to easily access the TeamDB Web API.
|
|
3
3
|
|
|
4
|
-
- Package version: 3.
|
|
4
|
+
- Package version: 3.9.0
|
|
5
5
|
- TeamDB Web API version: 2.0
|
|
6
6
|
|
|
7
7
|
## Requirements.
|
|
8
8
|
|
|
9
9
|
- Python 3.4+
|
|
10
|
-
- TeamDB 3.
|
|
10
|
+
- TeamDB 3.9.0
|
|
11
11
|
|
|
12
12
|
## <a name="install">Installation and usage</a>
|
|
13
13
|
### pip install
|
|
@@ -300,6 +300,7 @@ class LapReportApi(object):
|
|
|
300
300
|
:param str file_path: The lap report path. Example: C:/path/myFile.csv (required)
|
|
301
301
|
:param str lap_report_file_format: The lap report file format: Wintax or Atlas (required)
|
|
302
302
|
:param str session_id: The identifier of the session in which the report is to be loaded; if there is none, the report is imported into the current session.
|
|
303
|
+
:param bool wait_end_of_processing: (Optional) True to wait for the end of processing of all laps. With False (default), the API can return before the laps are still created/updated.
|
|
303
304
|
:return: None
|
|
304
305
|
If the method is called asynchronously,
|
|
305
306
|
returns the request thread.
|
|
@@ -323,12 +324,13 @@ class LapReportApi(object):
|
|
|
323
324
|
:param str file_path: The lap report path. Example: C:/path/myFile.csv (required)
|
|
324
325
|
:param str lap_report_file_format: The lap report file format: Wintax or Atlas (required)
|
|
325
326
|
:param str session_id: The identifier of the session in which the report is to be loaded; if there is none, the report is imported into the current session.
|
|
327
|
+
:param bool wait_end_of_processing: (Optional) True to wait for the end of processing of all laps. With False (default), the API can return before the laps are still created/updated.
|
|
326
328
|
:return: None
|
|
327
329
|
If the method is called asynchronously,
|
|
328
330
|
returns the request thread.
|
|
329
331
|
"""
|
|
330
332
|
|
|
331
|
-
all_params = ['file_path', 'lap_report_file_format', 'session_id'] # noqa: E501
|
|
333
|
+
all_params = ['file_path', 'lap_report_file_format', 'session_id', 'wait_end_of_processing'] # noqa: E501
|
|
332
334
|
all_params.append('async_req')
|
|
333
335
|
all_params.append('_return_http_data_only')
|
|
334
336
|
all_params.append('_preload_content')
|
|
@@ -363,6 +365,8 @@ class LapReportApi(object):
|
|
|
363
365
|
query_params.append(('lapReportFileFormat', params['lap_report_file_format'])) # noqa: E501
|
|
364
366
|
if 'session_id' in params:
|
|
365
367
|
query_params.append(('sessionId', params['session_id'])) # noqa: E501
|
|
368
|
+
if 'wait_end_of_processing' in params:
|
|
369
|
+
query_params.append(('waitEndOfProcessing', params['wait_end_of_processing'])) # noqa: E501
|
|
366
370
|
|
|
367
371
|
header_params = {}
|
|
368
372
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|