thousandeyes-sdk-instant-tests 1.2.0__py3-none-any.whl → 1.3.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.
@@ -359,7 +359,7 @@ class AgentToAgentApi:
359
359
 
360
360
  return self.api_client.param_serialize(
361
361
  method='POST',
362
- resource_path='/v7/tests/agent-to-agent/instant',
362
+ resource_path='/tests/agent-to-agent/instant',
363
363
  path_params=_path_params,
364
364
  query_params=_query_params,
365
365
  header_params=_header_params,
@@ -359,7 +359,7 @@ class AgentToServerApi:
359
359
 
360
360
  return self.api_client.param_serialize(
361
361
  method='POST',
362
- resource_path='/v7/tests/agent-to-server/instant',
362
+ resource_path='/tests/agent-to-server/instant',
363
363
  path_params=_path_params,
364
364
  query_params=_query_params,
365
365
  header_params=_header_params,
@@ -359,7 +359,7 @@ class APIApi:
359
359
 
360
360
  return self.api_client.param_serialize(
361
361
  method='POST',
362
- resource_path='/v7/tests/api/instant',
362
+ resource_path='/tests/api/instant',
363
363
  path_params=_path_params,
364
364
  query_params=_query_params,
365
365
  header_params=_header_params,
@@ -359,7 +359,7 @@ class DNSSecurityApi:
359
359
 
360
360
  return self.api_client.param_serialize(
361
361
  method='POST',
362
- resource_path='/v7/tests/dnssec/instant',
362
+ resource_path='/tests/dnssec/instant',
363
363
  path_params=_path_params,
364
364
  query_params=_query_params,
365
365
  header_params=_header_params,
@@ -359,7 +359,7 @@ class DNSServerApi:
359
359
 
360
360
  return self.api_client.param_serialize(
361
361
  method='POST',
362
- resource_path='/v7/tests/dns-server/instant',
362
+ resource_path='/tests/dns-server/instant',
363
363
  path_params=_path_params,
364
364
  query_params=_query_params,
365
365
  header_params=_header_params,
@@ -359,7 +359,7 @@ class DNSTraceApi:
359
359
 
360
360
  return self.api_client.param_serialize(
361
361
  method='POST',
362
- resource_path='/v7/tests/dns-trace/instant',
362
+ resource_path='/tests/dns-trace/instant',
363
363
  path_params=_path_params,
364
364
  query_params=_query_params,
365
365
  header_params=_header_params,
@@ -359,7 +359,7 @@ class FTPServerApi:
359
359
 
360
360
  return self.api_client.param_serialize(
361
361
  method='POST',
362
- resource_path='/v7/tests/ftp-server/instant',
362
+ resource_path='/tests/ftp-server/instant',
363
363
  path_params=_path_params,
364
364
  query_params=_query_params,
365
365
  header_params=_header_params,
@@ -359,7 +359,7 @@ class HTTPPageLoadApi:
359
359
 
360
360
  return self.api_client.param_serialize(
361
361
  method='POST',
362
- resource_path='/v7/tests/page-load/instant',
362
+ resource_path='/tests/page-load/instant',
363
363
  path_params=_path_params,
364
364
  query_params=_query_params,
365
365
  header_params=_header_params,
@@ -359,7 +359,7 @@ class HTTPServerApi:
359
359
 
360
360
  return self.api_client.param_serialize(
361
361
  method='POST',
362
- resource_path='/v7/tests/http-server/instant',
362
+ resource_path='/tests/http-server/instant',
363
363
  path_params=_path_params,
364
364
  query_params=_query_params,
365
365
  header_params=_header_params,
@@ -321,7 +321,7 @@ class RunApi:
321
321
 
322
322
  return self.api_client.param_serialize(
323
323
  method='POST',
324
- resource_path='/v7/tests/{testId}/run',
324
+ resource_path='/tests/{testId}/run',
325
325
  path_params=_path_params,
326
326
  query_params=_query_params,
327
327
  header_params=_header_params,
@@ -359,7 +359,7 @@ class SIPServerApi:
359
359
 
360
360
  return self.api_client.param_serialize(
361
361
  method='POST',
362
- resource_path='/v7/tests/sip-server/instant',
362
+ resource_path='/tests/sip-server/instant',
363
363
  path_params=_path_params,
364
364
  query_params=_query_params,
365
365
  header_params=_header_params,
@@ -359,7 +359,7 @@ class VoiceApi:
359
359
 
360
360
  return self.api_client.param_serialize(
361
361
  method='POST',
362
- resource_path='/v7/tests/voice/instant',
362
+ resource_path='/tests/voice/instant',
363
363
  path_params=_path_params,
364
364
  query_params=_query_params,
365
365
  header_params=_header_params,
@@ -359,7 +359,7 @@ class WebTransactionApi:
359
359
 
360
360
  return self.api_client.param_serialize(
361
361
  method='POST',
362
- resource_path='/v7/tests/web-transactions/instant',
362
+ resource_path='/tests/web-transactions/instant',
363
363
  path_params=_path_params,
364
364
  query_params=_query_params,
365
365
  header_params=_header_params,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: thousandeyes-sdk-instant-tests
3
- Version: 1.2.0
3
+ Version: 1.3.0
4
4
  Summary: ThousandEyes SDK Instant Tests API
5
5
  Author-email: ThousandEyes API Team <api-team@thousandeyes.com>
6
6
  License: Apache License
@@ -209,7 +209,7 @@ The response does not include the immediate test results. Use the Test Results e
209
209
 
210
210
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
211
211
 
212
- - API version: 7.0.14
212
+ - API version: 7.0.15
213
213
  - Generator version: 7.6.0
214
214
  - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
215
215
 
@@ -261,10 +261,10 @@ import thousandeyes_sdk.instant_tests
261
261
  from thousandeyes_sdk.core.exceptions import ApiException
262
262
  from pprint import pprint
263
263
 
264
- # Defining the host is optional and defaults to https://api.thousandeyes.com
264
+ # Defining the host is optional and defaults to https://api.thousandeyes.com/v7
265
265
  # See configuration.py for a list of all supported configuration parameters.
266
266
  configuration = thousandeyes_sdk.core.Configuration(
267
- host = "https://api.thousandeyes.com"
267
+ host = "https://api.thousandeyes.com/v7"
268
268
  )
269
269
 
270
270
  # The client must configure the authentication and authorization parameters
@@ -298,23 +298,23 @@ with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
298
298
 
299
299
  ## Documentation for API Endpoints
300
300
 
301
- All URIs are relative to *https://api.thousandeyes.com*
301
+ All URIs are relative to *https://api.thousandeyes.com/v7*
302
302
 
303
303
  Class | Method | HTTP request | Description
304
304
  ------------ | ------------- | ------------- | -------------
305
- *APIApi* | [**create_api_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/APIApi.md#create_api_instant_test) | **POST** /v7/tests/api/instant | Create API instant test
306
- *AgentToAgentApi* | [**create_agent_to_agent_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToAgentApi.md#create_agent_to_agent_instant_test) | **POST** /v7/tests/agent-to-agent/instant | Create agent-to-agent instant test
307
- *AgentToServerApi* | [**create_agent_to_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToServerApi.md#create_agent_to_server_instant_test) | **POST** /v7/tests/agent-to-server/instant | Create agent-to-server instant test
308
- *DNSSecurityApi* | [**create_dns_sec_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DNSSecurityApi.md#create_dns_sec_instant_test) | **POST** /v7/tests/dnssec/instant | Create DNS security instant test
309
- *DNSServerApi* | [**create_dns_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DNSServerApi.md#create_dns_server_instant_test) | **POST** /v7/tests/dns-server/instant | Create DNS server instant test
310
- *DNSTraceApi* | [**create_dns_trace_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DNSTraceApi.md#create_dns_trace_instant_test) | **POST** /v7/tests/dns-trace/instant | Create DNS trace instant test
311
- *FTPServerApi* | [**create_ftp_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/FTPServerApi.md#create_ftp_server_instant_test) | **POST** /v7/tests/ftp-server/instant | Create FTP server instant test
312
- *HTTPPageLoadApi* | [**create_page_load_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HTTPPageLoadApi.md#create_page_load_instant_test) | **POST** /v7/tests/page-load/instant | Create HTTP page load instant test
313
- *HTTPServerApi* | [**create_http_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HTTPServerApi.md#create_http_server_instant_test) | **POST** /v7/tests/http-server/instant | Create HTTP server instant test
314
- *RunApi* | [**run_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/RunApi.md#run_instant_test) | **POST** /v7/tests/{testId}/run | Run instant test
315
- *SIPServerApi* | [**create_sip_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SIPServerApi.md#create_sip_server_instant_test) | **POST** /v7/tests/sip-server/instant | Create SIP server instant test
316
- *VoiceApi* | [**create_voice_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/VoiceApi.md#create_voice_instant_test) | **POST** /v7/tests/voice/instant | Create voice instant test
317
- *WebTransactionApi* | [**create_web_transaction_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/WebTransactionApi.md#create_web_transaction_instant_test) | **POST** /v7/tests/web-transactions/instant | Create web transactions instant test
305
+ *APIApi* | [**create_api_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/APIApi.md#create_api_instant_test) | **POST** /tests/api/instant | Create API instant test
306
+ *AgentToAgentApi* | [**create_agent_to_agent_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToAgentApi.md#create_agent_to_agent_instant_test) | **POST** /tests/agent-to-agent/instant | Create agent-to-agent instant test
307
+ *AgentToServerApi* | [**create_agent_to_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToServerApi.md#create_agent_to_server_instant_test) | **POST** /tests/agent-to-server/instant | Create agent-to-server instant test
308
+ *DNSSecurityApi* | [**create_dns_sec_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DNSSecurityApi.md#create_dns_sec_instant_test) | **POST** /tests/dnssec/instant | Create DNS security instant test
309
+ *DNSServerApi* | [**create_dns_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DNSServerApi.md#create_dns_server_instant_test) | **POST** /tests/dns-server/instant | Create DNS server instant test
310
+ *DNSTraceApi* | [**create_dns_trace_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DNSTraceApi.md#create_dns_trace_instant_test) | **POST** /tests/dns-trace/instant | Create DNS trace instant test
311
+ *FTPServerApi* | [**create_ftp_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/FTPServerApi.md#create_ftp_server_instant_test) | **POST** /tests/ftp-server/instant | Create FTP server instant test
312
+ *HTTPPageLoadApi* | [**create_page_load_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HTTPPageLoadApi.md#create_page_load_instant_test) | **POST** /tests/page-load/instant | Create HTTP page load instant test
313
+ *HTTPServerApi* | [**create_http_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HTTPServerApi.md#create_http_server_instant_test) | **POST** /tests/http-server/instant | Create HTTP server instant test
314
+ *RunApi* | [**run_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/RunApi.md#run_instant_test) | **POST** /tests/{testId}/run | Run instant test
315
+ *SIPServerApi* | [**create_sip_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SIPServerApi.md#create_sip_server_instant_test) | **POST** /tests/sip-server/instant | Create SIP server instant test
316
+ *VoiceApi* | [**create_voice_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/VoiceApi.md#create_voice_instant_test) | **POST** /tests/voice/instant | Create voice instant test
317
+ *WebTransactionApi* | [**create_web_transaction_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/WebTransactionApi.md#create_web_transaction_instant_test) | **POST** /tests/web-transactions/instant | Create web transactions instant test
318
318
 
319
319
 
320
320
  ## Documentation For Models
@@ -1,19 +1,19 @@
1
1
  thousandeyes_sdk/instant_tests/__init__.py,sha256=9e8RoNX2_e0ewgAMjBNer_ZJkB48zb6AMhnoAiws1JU,9654
2
2
  thousandeyes_sdk/instant_tests/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  thousandeyes_sdk/instant_tests/api/__init__.py,sha256=BHWPGYqgX2bmP_t6XijIw9TEdQt5w0XkfvWJ45D2XAE,1025
4
- thousandeyes_sdk/instant_tests/api/agent_to_agent_api.py,sha256=Yvpbyvf-LJD4NEooHsafxsPtGY6KyYPvhlAy9L_-cBc,17794
5
- thousandeyes_sdk/instant_tests/api/agent_to_server_api.py,sha256=RLBkVtqdseIFXF0SvMtsTY0E9sdgFmDz_Oiugh9RAa4,17842
6
- thousandeyes_sdk/instant_tests/api/api_api.py,sha256=lHgdqmDQ-JXtfF1v5b6nqWZUJHLch6NTa9ZF-5kFdJk,17294
7
- thousandeyes_sdk/instant_tests/api/dns_security_api.py,sha256=dmtC3CszfYtfQWEToFX24JhU96dnLKHjrIeaMgcLZLM,17506
8
- thousandeyes_sdk/instant_tests/api/dns_server_api.py,sha256=gsCUFj1FNSJeZ1JtddeuMV8YQDdiDoII14o6WrD26wM,17616
9
- thousandeyes_sdk/instant_tests/api/dns_trace_api.py,sha256=IKrL-ovJCJCao8Wf4xeLE4H44Nt4LTmITQyuKL397vs,17568
10
- thousandeyes_sdk/instant_tests/api/ftp_server_api.py,sha256=Qp5QDgqDrFgFUXWACI8KocwuDrpWsIEV__VH_dF5E-U,17519
11
- thousandeyes_sdk/instant_tests/api/http_page_load_api.py,sha256=--ZaM_FIkD93tVQLSdN6RT6omhYW-nyNE2kFb6t_dic,17602
12
- thousandeyes_sdk/instant_tests/api/http_server_api.py,sha256=-jvih5LhP_WEoOcrt_a-HQUfsGAjPnKY09zJsuz2GiA,17664
13
- thousandeyes_sdk/instant_tests/api/run_api.py,sha256=EMpu2DbNSl42NF99JNnGBqX9k50YrnWmRmYTH1pzu8M,14653
14
- thousandeyes_sdk/instant_tests/api/sip_server_api.py,sha256=1RrVyK_saV2tPjo4XzHhMN371QlMiigJDpYtl9wbUWk,17673
15
- thousandeyes_sdk/instant_tests/api/voice_api.py,sha256=GNVspIO0CXcZJ6WUHxLA1oNMvTV866G9a09eO1E2gUE,17378
16
- thousandeyes_sdk/instant_tests/api/web_transaction_api.py,sha256=JN5oIrYb_JNEVydd-o-mOjLy0aaNykWjR4VhwMffDeM,17863
4
+ thousandeyes_sdk/instant_tests/api/agent_to_agent_api.py,sha256=FnRIN6IfXi9of8Ws27mYb8WO6qzMsGMZLmhctRe6Nr0,17791
5
+ thousandeyes_sdk/instant_tests/api/agent_to_server_api.py,sha256=T4cJDUgG_NMTCo_vbhVBu_dq0JjtZbAPUzvyg5oIS74,17839
6
+ thousandeyes_sdk/instant_tests/api/api_api.py,sha256=tSLS9TnZ-BqLiFO3l8Zp-xjsP73PjdVj0SLttt6TDSo,17291
7
+ thousandeyes_sdk/instant_tests/api/dns_security_api.py,sha256=alZE6AEaEum5w1NyRlLGVHMzbHt9-dfziQuGjyZ1Qzc,17503
8
+ thousandeyes_sdk/instant_tests/api/dns_server_api.py,sha256=tCRATE5x-ubADhKlbQbU_22pt1ad9nmjuAje7UzukLU,17613
9
+ thousandeyes_sdk/instant_tests/api/dns_trace_api.py,sha256=ju8e6-lk1mI8LNXPZkUhLpYcSI1s2Zv7nW_ZNiaCvSI,17565
10
+ thousandeyes_sdk/instant_tests/api/ftp_server_api.py,sha256=-_jbElw6XxiT46AzGkntO9kYFH1so28652-vtRdAH2Y,17516
11
+ thousandeyes_sdk/instant_tests/api/http_page_load_api.py,sha256=4EQ0WBH39eawidQ2EhxUUsRfi0LY-jXGXtXL4hYELkw,17599
12
+ thousandeyes_sdk/instant_tests/api/http_server_api.py,sha256=7rtdX26uieKJB8zlEyJbMtuWKJ-SX4-6k2YpCE1DnKs,17661
13
+ thousandeyes_sdk/instant_tests/api/run_api.py,sha256=JGXKGDy9OwUkDXOeGA7k8SIxsJbjoxWSJ_FpO8Qd8zU,14650
14
+ thousandeyes_sdk/instant_tests/api/sip_server_api.py,sha256=HffIQzVOi-CZNY363aVj-SH6PKud8HaJZrkK1aAwcCo,17670
15
+ thousandeyes_sdk/instant_tests/api/voice_api.py,sha256=aiy7he3SM1lLhr4uLMnZvtPd2IcqafpZ-TC16QZzFI8,17375
16
+ thousandeyes_sdk/instant_tests/api/web_transaction_api.py,sha256=1EpiQt8eziz8pnH6GksQyqBssjRt0x3_DDTzQ5FGUVA,17860
17
17
  thousandeyes_sdk/instant_tests/models/__init__.py,sha256=jjXYBiKjqRuMoTdiAFqUpUdaaDy2-3NhUPT9H5tU8_o,8645
18
18
  thousandeyes_sdk/instant_tests/models/agent.py,sha256=bNFoSgLqRRRzMZGj1ykok0CCuSAhmzGkCnycCyYEcg8,5578
19
19
  thousandeyes_sdk/instant_tests/models/agent_base.py,sha256=TwZy94gt1zbHw5ICBmnzgyyRPk3BvSEQ06Oo0Rl1weo,3640
@@ -103,9 +103,9 @@ thousandeyes_sdk/instant_tests/models/voice_properties.py,sha256=WmmELQDBJJ4AG3a
103
103
  thousandeyes_sdk/instant_tests/models/web_transaction_instant_test.py,sha256=OYJt5Yz9AT1EWgI17apIIC74qIuQtQV4OKNG5RTstpA,20972
104
104
  thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_request.py,sha256=Nu_mzxyB3AeIES-vHFv4QMSXD9ZxHxWcj8dRmXH3pbg,20040
105
105
  thousandeyes_sdk/instant_tests/models/web_transaction_properties.py,sha256=UU55hxkvmvI7uTqsSjjGI4hRQunye_ijseYedsL1tRU,15854
106
- thousandeyes_sdk_instant_tests-1.2.0.dist-info/LICENSE,sha256=WYmcYJG1QFgu1hfo7qrEkZ3Jhcz8NUWe6XUraZvlIFs,10172
107
- thousandeyes_sdk_instant_tests-1.2.0.dist-info/METADATA,sha256=1K2Ivv7zipT-apLd56aL5ZLoN4vsMqUTKcHLtayouiQ,33352
108
- thousandeyes_sdk_instant_tests-1.2.0.dist-info/NOTICE,sha256=qCuDsmtA-FKfCWNPOdV3w_DnaVlII8Vhjd3GVvf8We0,580
109
- thousandeyes_sdk_instant_tests-1.2.0.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
110
- thousandeyes_sdk_instant_tests-1.2.0.dist-info/top_level.txt,sha256=CEgP5tqpXCg6GixDvVc5BPD-Z1KWHY0oO0w3Olr_yss,17
111
- thousandeyes_sdk_instant_tests-1.2.0.dist-info/RECORD,,
106
+ thousandeyes_sdk_instant_tests-1.3.0.dist-info/LICENSE,sha256=WYmcYJG1QFgu1hfo7qrEkZ3Jhcz8NUWe6XUraZvlIFs,10172
107
+ thousandeyes_sdk_instant_tests-1.3.0.dist-info/METADATA,sha256=tuKOFkXeZ78Rd60zcK1L_k8DA68AdR11fzXXrvDA-hs,33322
108
+ thousandeyes_sdk_instant_tests-1.3.0.dist-info/NOTICE,sha256=qCuDsmtA-FKfCWNPOdV3w_DnaVlII8Vhjd3GVvf8We0,580
109
+ thousandeyes_sdk_instant_tests-1.3.0.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
110
+ thousandeyes_sdk_instant_tests-1.3.0.dist-info/top_level.txt,sha256=CEgP5tqpXCg6GixDvVc5BPD-Z1KWHY0oO0w3Olr_yss,17
111
+ thousandeyes_sdk_instant_tests-1.3.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.1.0)
2
+ Generator: setuptools (72.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5