teamdbapi 3.10.1__py3-none-any.whl → 3.11.0__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.
- teamdbapi/api/assembly_api.py +21 -21
- teamdbapi/api/car_api.py +9 -9
- teamdbapi/api/component_api.py +12 -12
- teamdbapi/api/config_api.py +1 -1
- teamdbapi/api/criteria_api.py +6 -6
- teamdbapi/api/edit_api.py +6 -6
- teamdbapi/api/event_api.py +9 -9
- teamdbapi/api/fixed_field_api.py +3 -3
- teamdbapi/api/group_api.py +6 -6
- teamdbapi/api/import_export_api.py +7 -7
- teamdbapi/api/issue_api.py +18 -18
- teamdbapi/api/lap_api.py +7 -7
- teamdbapi/api/lap_report_api.py +5 -5
- teamdbapi/api/model_field_api.py +7 -7
- teamdbapi/api/mounting_api.py +3 -3
- teamdbapi/api/notes_authorization_api.py +3 -3
- teamdbapi/api/overall_api.py +1 -1
- teamdbapi/api/parameter_api.py +11 -11
- teamdbapi/api/parameter_binding_api.py +5 -5
- teamdbapi/api/part_api.py +9 -9
- teamdbapi/api/report_api.py +1 -1
- teamdbapi/api/revision_api.py +14 -14
- teamdbapi/api/revision_editor_selector_api.py +9 -9
- teamdbapi/api/run_api.py +6 -6
- teamdbapi/api/script_api.py +5 -5
- teamdbapi/api/session_api.py +7 -7
- teamdbapi/api/target_api.py +4 -4
- teamdbapi/api/team_db_list_api.py +10 -10
- teamdbapi/api/team_db_view_api.py +5 -5
- teamdbapi/api/tire_api.py +6 -6
- teamdbapi/api/tire_set_api.py +5 -5
- teamdbapi/api/track_api.py +5 -5
- teamdbapi/api/track_layout_api.py +5 -5
- teamdbapi/api/update_request_api.py +2 -2
- teamdbapi/api/user_api.py +5 -5
- teamdbapi/api/value_field_api.py +6 -6
- teamdbapi/api/version_api.py +4 -4
- teamdbapi/configuration.py +7 -0
- teamdbapi/models/part_count.py +2 -2
- teamdbapi/models/team_db_list_item.py +31 -3
- teamdbapi-3.11.0.dist-info/METADATA +135 -0
- {teamdbapi-3.10.1.dist-info → teamdbapi-3.11.0.dist-info}/RECORD +44 -44
- {teamdbapi-3.10.1.dist-info → teamdbapi-3.11.0.dist-info}/licenses/LICENSE +1 -1
- teamdbapi-3.10.1.dist-info/METADATA +0 -91
- {teamdbapi-3.10.1.dist-info → teamdbapi-3.11.0.dist-info}/WHEEL +0 -0
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
teamdbapi/__init__.py,sha256=OEKZ45wx0cvAQMP5R2nWXCQrzRVyxV6agaK3mtdLC0I,6213
|
|
2
2
|
teamdbapi/api_client.py,sha256=HSi8G_KA7_rkkGEsy6BHtSPdDj1SDRoq7Em_XEf0N44,25710
|
|
3
|
-
teamdbapi/configuration.py,sha256=
|
|
3
|
+
teamdbapi/configuration.py,sha256=ZRE0xMgxq6FQZA-YDAjnC2-kqkdxRPJpzhFE_aYq5iU,8528
|
|
4
4
|
teamdbapi/rest.py,sha256=AeH3u0A94ZziOpUJCzWooYawxc2m7V-b6kKeXwnQMh0,13510
|
|
5
5
|
teamdbapi/api/__init__.py,sha256=bzTXDK-Z0iDBDPlq8nikwo5vW3e5qslWv3b84qdP_7Y,2036
|
|
6
|
-
teamdbapi/api/assembly_api.py,sha256=
|
|
7
|
-
teamdbapi/api/car_api.py,sha256=
|
|
8
|
-
teamdbapi/api/component_api.py,sha256=
|
|
9
|
-
teamdbapi/api/config_api.py,sha256=
|
|
10
|
-
teamdbapi/api/criteria_api.py,sha256=
|
|
11
|
-
teamdbapi/api/edit_api.py,sha256=
|
|
12
|
-
teamdbapi/api/event_api.py,sha256=
|
|
13
|
-
teamdbapi/api/fixed_field_api.py,sha256=
|
|
14
|
-
teamdbapi/api/group_api.py,sha256=
|
|
15
|
-
teamdbapi/api/import_export_api.py,sha256=
|
|
16
|
-
teamdbapi/api/issue_api.py,sha256=
|
|
17
|
-
teamdbapi/api/lap_api.py,sha256=
|
|
18
|
-
teamdbapi/api/lap_report_api.py,sha256=
|
|
19
|
-
teamdbapi/api/model_field_api.py,sha256=
|
|
20
|
-
teamdbapi/api/mounting_api.py,sha256=
|
|
21
|
-
teamdbapi/api/notes_authorization_api.py,sha256=
|
|
22
|
-
teamdbapi/api/overall_api.py,sha256=
|
|
23
|
-
teamdbapi/api/parameter_api.py,sha256=
|
|
24
|
-
teamdbapi/api/parameter_binding_api.py,sha256=
|
|
25
|
-
teamdbapi/api/part_api.py,sha256=
|
|
26
|
-
teamdbapi/api/report_api.py,sha256=
|
|
27
|
-
teamdbapi/api/revision_api.py,sha256=
|
|
28
|
-
teamdbapi/api/revision_editor_selector_api.py,sha256=
|
|
29
|
-
teamdbapi/api/run_api.py,sha256=
|
|
30
|
-
teamdbapi/api/script_api.py,sha256=
|
|
31
|
-
teamdbapi/api/session_api.py,sha256=
|
|
32
|
-
teamdbapi/api/target_api.py,sha256=
|
|
33
|
-
teamdbapi/api/team_db_list_api.py,sha256=
|
|
34
|
-
teamdbapi/api/team_db_view_api.py,sha256=
|
|
35
|
-
teamdbapi/api/tire_api.py,sha256=
|
|
36
|
-
teamdbapi/api/tire_set_api.py,sha256=
|
|
37
|
-
teamdbapi/api/track_api.py,sha256
|
|
38
|
-
teamdbapi/api/track_layout_api.py,sha256
|
|
39
|
-
teamdbapi/api/update_request_api.py,sha256=
|
|
40
|
-
teamdbapi/api/user_api.py,sha256=
|
|
41
|
-
teamdbapi/api/value_field_api.py,sha256=
|
|
42
|
-
teamdbapi/api/version_api.py,sha256=
|
|
6
|
+
teamdbapi/api/assembly_api.py,sha256=JJ9LWRcpSP0O73D6y8BxdmTjSZHXfGDiNO16IAKoqcQ,94766
|
|
7
|
+
teamdbapi/api/car_api.py,sha256=MXZw-mdKPRi5IqWpg3m_ZtC1dkHrkaIx7lMKAplvPf8,34836
|
|
8
|
+
teamdbapi/api/component_api.py,sha256=AiuNLOb0Zi6iI8rG7hFwupsV8EgIgpqSFwRR8GKDXjs,61854
|
|
9
|
+
teamdbapi/api/config_api.py,sha256=wLSINgmIGsdD4OnfUO2LslsEJm_J_GW8pYWpD1Co_Tg,3972
|
|
10
|
+
teamdbapi/api/criteria_api.py,sha256=X5BjCsbt9Sf6Ikh731KiNYvyoDTWDfEFj_TRj5AP-hE,23558
|
|
11
|
+
teamdbapi/api/edit_api.py,sha256=3uP05b3tCZTLzmrYWZF-IJRwuUnmNgssIlArD2xbRas,27641
|
|
12
|
+
teamdbapi/api/event_api.py,sha256=T1BnHqSkD5PexqtCTYRLM4QHfMQ_2BmJ5Uc8MncquVI,35839
|
|
13
|
+
teamdbapi/api/fixed_field_api.py,sha256=sdyZkK5IFrai2BDfvGp6QRPF2p8_12Y_m8-7eUT41-c,13715
|
|
14
|
+
teamdbapi/api/group_api.py,sha256=mXWvexGzxQkAzShPMJiHjYsTjTM9yowlEIPw9XI5L5E,24972
|
|
15
|
+
teamdbapi/api/import_export_api.py,sha256=YSYCSHTLssHdyRdznGfmIObk6XDCLhLSag5D3sLbXXI,44264
|
|
16
|
+
teamdbapi/api/issue_api.py,sha256=xDZt_-4aptXfmiwqzHF3J6MG9ci-vfkRjemf79wbwT0,73803
|
|
17
|
+
teamdbapi/api/lap_api.py,sha256=4yAySQsyXkJ5hMpjt4btmE2k89E2sjFohYR92XqHpJ8,29167
|
|
18
|
+
teamdbapi/api/lap_report_api.py,sha256=Bpd57Vrcnn_yhjQ2SrPwMUgBozEygmQUpdCqW2rEWn4,20346
|
|
19
|
+
teamdbapi/api/model_field_api.py,sha256=r_dYfF3jq-7DxL6_pf8fxvCq6ufmOdSuxO1rAfm4jjo,30895
|
|
20
|
+
teamdbapi/api/mounting_api.py,sha256=gwYqdf0Dcuyu9xlsiyszRNoVlx1jAH2UufwSnI58JgI,13663
|
|
21
|
+
teamdbapi/api/notes_authorization_api.py,sha256=_aVzrFW4MI48Ef7sFJWXybSHoFw9ITgwF2kuECSUg80,15080
|
|
22
|
+
teamdbapi/api/overall_api.py,sha256=JAzPhBeFSnvKn0c1mA6XMlXecw1LAitb6lvvgOaFwHU,3941
|
|
23
|
+
teamdbapi/api/parameter_api.py,sha256=yBJ7Kl1KJjg7hQdFVedK9uXsZ71ZcdV3LsQTusbQ2XQ,57217
|
|
24
|
+
teamdbapi/api/parameter_binding_api.py,sha256=4pP51RJA6WeEfDHnoNjamn51QKsgPYLtzj09ImPCl7s,22216
|
|
25
|
+
teamdbapi/api/part_api.py,sha256=6snmR2WOefvTEG6t0Jlfjly3g4qwxWftSPM7SMrQ93o,37993
|
|
26
|
+
teamdbapi/api/report_api.py,sha256=n0zCdLNHbfgJ3wHOw3X5H2Sy1ylAQXANmGM9NAHQV28,6259
|
|
27
|
+
teamdbapi/api/revision_api.py,sha256=a6_015Bm_K5gAanWVFk_nGKJslSxZMzOrAYNqEnj30U,77929
|
|
28
|
+
teamdbapi/api/revision_editor_selector_api.py,sha256=CggcEygJzL4ld3JHnhe_fsalYwmBZFGqFhRNrtrxYpI,51072
|
|
29
|
+
teamdbapi/api/run_api.py,sha256=JFW7sTJDjDMG4ctCn7yr9oWvkHhli5KvD3qwGd6Iz9g,25021
|
|
30
|
+
teamdbapi/api/script_api.py,sha256=XX9MY9pKZBVbRAfJ_4L09IaqAHn_dsU-0C7kbf48opw,19337
|
|
31
|
+
teamdbapi/api/session_api.py,sha256=V86CCgCYRVurUSfjz6DaE5-vH37f59aACa2Th_9yLHI,30808
|
|
32
|
+
teamdbapi/api/target_api.py,sha256=1mL5_T6agJzFbQs23b6mGuEC71eKqVevyr-uncRDogE,16737
|
|
33
|
+
teamdbapi/api/team_db_list_api.py,sha256=Z28rQ0HNHXI0bjwrxw5H67vijbZUiNv53k8k9iTP6q8,40941
|
|
34
|
+
teamdbapi/api/team_db_view_api.py,sha256=IlaO2SvtQypuLa-zU1E1f9rHIJMeWbWCbsZkFv_EEGo,18819
|
|
35
|
+
teamdbapi/api/tire_api.py,sha256=ohi1PPI9baAteYw_5Wgklu6x3Il9skNxY6Aa9d-qLW0,24051
|
|
36
|
+
teamdbapi/api/tire_set_api.py,sha256=LDFeKtXQHh3NGgYunS7j-RyZ7riiAYgaT0Al7MLbBSg,21481
|
|
37
|
+
teamdbapi/api/track_api.py,sha256=MQpe2T2AC2469n3QJrLPrkjR6WaEbOiYziLl9_GJfh4,20211
|
|
38
|
+
teamdbapi/api/track_layout_api.py,sha256=1K6t1NhyswIOMfPvYzGPZzq-sPxToveKJhkyY3OiRzQ,22082
|
|
39
|
+
teamdbapi/api/update_request_api.py,sha256=iPySrF81yMAB2LLULY1jrVeGf_PHv1bDsAOapGZCbl0,10397
|
|
40
|
+
teamdbapi/api/user_api.py,sha256=2E6APaTIW-6MPQZxNCXIUR-lvoTfj_wth0-5VUsGaFw,17869
|
|
41
|
+
teamdbapi/api/value_field_api.py,sha256=ARENr5JPNtnYzLgGd70VjBjEN4XQSGM4wRyHOQTyksw,32358
|
|
42
|
+
teamdbapi/api/version_api.py,sha256=y_Vne0WzUi2g6_63AO_qBXqQqz4xPZO8p-i4O0t5GDU,20492
|
|
43
43
|
teamdbapi/models/__init__.py,sha256=_MeQCSjpOiS-iHO9cz9diGcrOvto4btYUKCHVD03RYE,4120
|
|
44
44
|
teamdbapi/models/add_part_car_parameter_arg.py,sha256=K9XnbTa4P8HK1mdUOQuOjY6TwfCbdI7pf8pknNZvaFM,14927
|
|
45
45
|
teamdbapi/models/assembly.py,sha256=KHT-oN0ZvY2fXQ7LG6677WmEANH29KP9-AgUkHBi8vg,20504
|
|
@@ -89,7 +89,7 @@ teamdbapi/models/parameter_binding.py,sha256=Spk3Vkz6eY3iOrjIcrAB8gcTFrHxEntJfyG
|
|
|
89
89
|
teamdbapi/models/parameter_cross_table.py,sha256=iNw7hLvj9azGZffViIJZ3hNAsbQiJJiy09UvsTC4SjE,5941
|
|
90
90
|
teamdbapi/models/part.py,sha256=oJ8rznv3ZpZvTyrIk_kIWrLB0jiku4_NiRdGVW145xg,35283
|
|
91
91
|
teamdbapi/models/part_car_parameters.py,sha256=tpvfqSXVqhugRKfZg5qeXKj-0IAADdwoRdVnla-1SlM,20366
|
|
92
|
-
teamdbapi/models/part_count.py,sha256=
|
|
92
|
+
teamdbapi/models/part_count.py,sha256=kgv0NBMEEPfGJdoYiPfjsq40LXTrUk4QIRTjlzxnhAE,7776
|
|
93
93
|
teamdbapi/models/revision.py,sha256=aIQUF_lD1jPsbcOyD_EC1HISmy47utfx7-hGwBeERXM,24871
|
|
94
94
|
teamdbapi/models/revision_value.py,sha256=nnHrjHkwceiBtxoZ_S4JsWxq2pHjlP9JaFm9pRjrFYk,8826
|
|
95
95
|
teamdbapi/models/run.py,sha256=nc1qWRuP3iP2eM7EiYC0Z8b_tbJLWR85L9GjooLuqBU,17833
|
|
@@ -98,7 +98,7 @@ teamdbapi/models/session.py,sha256=wDjkL-hAUl8HCUHhy9IY-hEyB5LGF2Frntn4v9qCzLU,1
|
|
|
98
98
|
teamdbapi/models/string_with_font_style.py,sha256=cYtYvpe2ozU9sHzu1EdNFZ-oqq5H9QgYPdoslsvf3E0,8933
|
|
99
99
|
teamdbapi/models/target.py,sha256=AmFt75-3i0K5RbwsHXlI-zkqZG2cVOfeAeq16x4XqMc,18539
|
|
100
100
|
teamdbapi/models/team_db_list.py,sha256=pttugUcdrmh1GHMX_4haTy9kaJ3LGId0Pr7LQHNm8T8,4825
|
|
101
|
-
teamdbapi/models/team_db_list_item.py,sha256=
|
|
101
|
+
teamdbapi/models/team_db_list_item.py,sha256=h4SUzxcfHyrAbts65cptqMyGrLSrIwfnBRUslFhXd-U,7414
|
|
102
102
|
teamdbapi/models/tire.py,sha256=iHp5Edk473d72Zws4KmBCLgcRYe7wT2cTqEXLQ_f-2Y,27302
|
|
103
103
|
teamdbapi/models/tire_set.py,sha256=xWaNTSi7hlKja3DOO8Zez-z1KELKVnJhJr6z3feKIdU,30206
|
|
104
104
|
teamdbapi/models/track.py,sha256=FafmC_sbjDgiB0Xud6KvnzrqpKr6eZyGqlcapxR2PzU,7884
|
|
@@ -107,7 +107,7 @@ teamdbapi/models/user.py,sha256=fRgeDO-Nx_fJfZOMasAX8y_iXS_j8G5hUiQofmOwny8,4535
|
|
|
107
107
|
teamdbapi/models/user_group.py,sha256=qHkFO_ueJlag0lZFxPZr9GV9hrzYxHrsEGu4T5S4kD8,4624
|
|
108
108
|
teamdbapi/models/value_field.py,sha256=LHRDgcI9hPBd1Lo4vBhY2gjVva9cSeWFQ6Q55a5Z25k,9833
|
|
109
109
|
teamdbapi/models/version.py,sha256=nMBNdx60aMgU7Oh84LkVhz1mxGD_Eu20q-xNGNNeO5w,15538
|
|
110
|
-
teamdbapi-3.
|
|
111
|
-
teamdbapi-3.
|
|
112
|
-
teamdbapi-3.
|
|
113
|
-
teamdbapi-3.
|
|
110
|
+
teamdbapi-3.11.0.dist-info/licenses/LICENSE,sha256=Y4BoCAz16chUPxys7LVSKxSU4gEVCKxid6OFFR-t0xE,1076
|
|
111
|
+
teamdbapi-3.11.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
112
|
+
teamdbapi-3.11.0.dist-info/METADATA,sha256=A1Oipyet8rhO6_96Fg98RmxE8ISkv1e61C_dE1hlEQw,4094
|
|
113
|
+
teamdbapi-3.11.0.dist-info/RECORD,,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright ©
|
|
1
|
+
Copyright © 2026 Trackside Software
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
4
|
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: teamdbapi
|
|
3
|
-
Version: 3.10.1
|
|
4
|
-
Summary: Easily access the TeamDB Web API.
|
|
5
|
-
Keywords: teamdbapi,Trackside,Trackside Software,TeamDB
|
|
6
|
-
Author-email: Trackside Software <support@trackside.fr>
|
|
7
|
-
Requires-Python: >=3.4
|
|
8
|
-
Description-Content-Type: text/markdown
|
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
-
Classifier: Programming Language :: Python
|
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
License-File: LICENSE
|
|
13
|
-
Requires-Dist: certifi >= 14.05.14
|
|
14
|
-
Requires-Dist: six >= 1.10
|
|
15
|
-
Requires-Dist: python_dateutil >= 2.5.3
|
|
16
|
-
Requires-Dist: setuptools >= 21.0.0
|
|
17
|
-
Requires-Dist: urllib3 >= 1.15.1
|
|
18
|
-
Project-URL: Home, https://www.tracksidesoftware.fr/teamdb
|
|
19
|
-
|
|
20
|
-
# teamdbapi
|
|
21
|
-
This module enables you to easily access the TeamDB Web API.
|
|
22
|
-
|
|
23
|
-
- Package version: 3.10.1
|
|
24
|
-
- TeamDB Web API version: 2.0
|
|
25
|
-
|
|
26
|
-
## Requirements.
|
|
27
|
-
|
|
28
|
-
- Python 3.4+
|
|
29
|
-
- TeamDB 3.10.1
|
|
30
|
-
|
|
31
|
-
## <a name="install">Installation and usage</a>
|
|
32
|
-
### pip install
|
|
33
|
-
|
|
34
|
-
Install via [pip](http://pypi.python.org/pypi/pip).
|
|
35
|
-
|
|
36
|
-
```sh
|
|
37
|
-
pip install teamdbapi
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
Then import the package:
|
|
41
|
-
```python
|
|
42
|
-
import teamdbapi
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
## Getting Started
|
|
46
|
-
|
|
47
|
-
Please follow the [installation procedure](#install) and then run the following:
|
|
48
|
-
|
|
49
|
-
```python
|
|
50
|
-
import teamdbapi
|
|
51
|
-
from teamdbapi.rest import ApiException
|
|
52
|
-
|
|
53
|
-
# Create a Configuration object
|
|
54
|
-
configuration = teamdbapi.Configuration()
|
|
55
|
-
configuration.host = "http://localhost:9001" # Replace with your TeamDB API address if different
|
|
56
|
-
|
|
57
|
-
# Create an instance of the Client API
|
|
58
|
-
client_api = teamdbapi.ApiClient(configuration)
|
|
59
|
-
|
|
60
|
-
# Create an instance of the Assembly API using the client_api
|
|
61
|
-
assembly_api = teamdbapi.AssemblyApi(client_api)
|
|
62
|
-
|
|
63
|
-
# Try to execute the request
|
|
64
|
-
try:
|
|
65
|
-
|
|
66
|
-
# Get response with http info (Content, HTTP Status Code, HTTP Header)
|
|
67
|
-
result = assembly_api.select_current_assembly_with_http_info(assembly_id = "6189993b-ad4d-4c41-8268-8419a63e5554")
|
|
68
|
-
print(result)
|
|
69
|
-
|
|
70
|
-
# Get only response content
|
|
71
|
-
result = assembly_api.select_current_assembly(assembly_id = "6189993b-ad4d-4c41-8268-8419a63e5554")
|
|
72
|
-
print(result)
|
|
73
|
-
|
|
74
|
-
except ApiException as e:
|
|
75
|
-
print("Exception when selecting the current assembly : %s\n" % e)
|
|
76
|
-
```
|
|
77
|
-
|
|
78
|
-
## Documentation for API Endpoints
|
|
79
|
-
|
|
80
|
-
With a TeamDB Client, check the documentation at *http://localhost:9001* (Default value for the TeamDB Web API URL)
|
|
81
|
-
|
|
82
|
-
## Documentation For Authorization
|
|
83
|
-
|
|
84
|
-
Endpoints are subject to the same authorization as in TeamDB.
|
|
85
|
-
|
|
86
|
-
## Author
|
|
87
|
-
|
|
88
|
-
Trackside Software
|
|
89
|
-
support@trackside.fr
|
|
90
|
-
|
|
91
|
-
|
|
File without changes
|