aind-metadata-service-async-client 1.0.8__tar.gz → 1.0.10__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.
Potentially problematic release.
This version of aind-metadata-service-async-client might be problematic. Click here for more details.
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/PKG-INFO +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/README.md +2 -2
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/__init__.py +2 -2
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/api/default_api.py +1 -18
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/api/healthcheck_api.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/api_client.py +2 -2
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/configuration.py +3 -3
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/exceptions.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/__init__.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/anyof_schema1_validator.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/average_hit_rate.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/fov_coordinate_ap.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/fov_coordinate_ml.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/health_check.py +3 -3
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/hit_rate_trials010.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/hit_rate_trials2040.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/http_validation_error.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/input_source.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/job_settings.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/job_settings_starting_lickport_position_inner.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/output_directory.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/slims_workflow.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/total_hits.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/trial_num.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/user_settings_config_file.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/validation_error.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/models/validation_error_loc_inner.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/rest.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client.egg-info/PKG-INFO +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/pyproject.toml +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/setup.py +2 -2
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_anyof_schema1_validator.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_average_hit_rate.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_default_api.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_fov_coordinate_ap.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_fov_coordinate_ml.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_health_check.py +2 -2
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_healthcheck_api.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_hit_rate_trials010.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_hit_rate_trials2040.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_http_validation_error.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_input_source.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_job_settings.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_job_settings_starting_lickport_position_inner.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_output_directory.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_slims_workflow.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_total_hits.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_trial_num.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_user_settings_config_file.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_validation_error.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/test/test_validation_error_loc_inner.py +1 -1
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/api/__init__.py +0 -0
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/api_response.py +0 -0
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client/py.typed +0 -0
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client.egg-info/SOURCES.txt +0 -0
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client.egg-info/dependency_links.txt +0 -0
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client.egg-info/requires.txt +0 -0
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/aind_metadata_service_async_client.egg-info/top_level.txt +0 -0
- {aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/setup.cfg +0 -0
{aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/README.md
RENAMED
|
@@ -8,8 +8,8 @@ Service to pull data from example backend.
|
|
|
8
8
|
|
|
9
9
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
10
10
|
|
|
11
|
-
- API version: 1.0.
|
|
12
|
-
- Package version: 1.0.
|
|
11
|
+
- API version: 1.0.10
|
|
12
|
+
- Package version: 1.0.10
|
|
13
13
|
- Generator version: 7.13.0
|
|
14
14
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
15
15
|
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
|
|
8
8
|
## aind-metadata-service Service to pull data from example backend.
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document: 1.0.
|
|
10
|
+
The version of the OpenAPI document: 1.0.10
|
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
12
|
|
|
13
13
|
Do not edit the class manually.
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "1.0.
|
|
17
|
+
__version__ = "1.0.10"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from aind_metadata_service_async_client.api.default_api import DefaultApi
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -320,7 +320,6 @@ class DefaultApi:
|
|
|
320
320
|
async def get_funding(
|
|
321
321
|
self,
|
|
322
322
|
project_name: StrictStr,
|
|
323
|
-
subproject: Optional[StrictStr] = None,
|
|
324
323
|
_request_timeout: Union[
|
|
325
324
|
None,
|
|
326
325
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -340,8 +339,6 @@ class DefaultApi:
|
|
|
340
339
|
|
|
341
340
|
:param project_name: (required)
|
|
342
341
|
:type project_name: str
|
|
343
|
-
:param subproject:
|
|
344
|
-
:type subproject: str
|
|
345
342
|
:param _request_timeout: timeout setting for this request. If one
|
|
346
343
|
number provided, it will be total request
|
|
347
344
|
timeout. It can also be a pair (tuple) of
|
|
@@ -366,7 +363,6 @@ class DefaultApi:
|
|
|
366
363
|
|
|
367
364
|
_param = self._get_funding_serialize(
|
|
368
365
|
project_name=project_name,
|
|
369
|
-
subproject=subproject,
|
|
370
366
|
_request_auth=_request_auth,
|
|
371
367
|
_content_type=_content_type,
|
|
372
368
|
_headers=_headers,
|
|
@@ -392,7 +388,6 @@ class DefaultApi:
|
|
|
392
388
|
async def get_funding_with_http_info(
|
|
393
389
|
self,
|
|
394
390
|
project_name: StrictStr,
|
|
395
|
-
subproject: Optional[StrictStr] = None,
|
|
396
391
|
_request_timeout: Union[
|
|
397
392
|
None,
|
|
398
393
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -412,8 +407,6 @@ class DefaultApi:
|
|
|
412
407
|
|
|
413
408
|
:param project_name: (required)
|
|
414
409
|
:type project_name: str
|
|
415
|
-
:param subproject:
|
|
416
|
-
:type subproject: str
|
|
417
410
|
:param _request_timeout: timeout setting for this request. If one
|
|
418
411
|
number provided, it will be total request
|
|
419
412
|
timeout. It can also be a pair (tuple) of
|
|
@@ -438,7 +431,6 @@ class DefaultApi:
|
|
|
438
431
|
|
|
439
432
|
_param = self._get_funding_serialize(
|
|
440
433
|
project_name=project_name,
|
|
441
|
-
subproject=subproject,
|
|
442
434
|
_request_auth=_request_auth,
|
|
443
435
|
_content_type=_content_type,
|
|
444
436
|
_headers=_headers,
|
|
@@ -464,7 +456,6 @@ class DefaultApi:
|
|
|
464
456
|
async def get_funding_without_preload_content(
|
|
465
457
|
self,
|
|
466
458
|
project_name: StrictStr,
|
|
467
|
-
subproject: Optional[StrictStr] = None,
|
|
468
459
|
_request_timeout: Union[
|
|
469
460
|
None,
|
|
470
461
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -484,8 +475,6 @@ class DefaultApi:
|
|
|
484
475
|
|
|
485
476
|
:param project_name: (required)
|
|
486
477
|
:type project_name: str
|
|
487
|
-
:param subproject:
|
|
488
|
-
:type subproject: str
|
|
489
478
|
:param _request_timeout: timeout setting for this request. If one
|
|
490
479
|
number provided, it will be total request
|
|
491
480
|
timeout. It can also be a pair (tuple) of
|
|
@@ -510,7 +499,6 @@ class DefaultApi:
|
|
|
510
499
|
|
|
511
500
|
_param = self._get_funding_serialize(
|
|
512
501
|
project_name=project_name,
|
|
513
|
-
subproject=subproject,
|
|
514
502
|
_request_auth=_request_auth,
|
|
515
503
|
_content_type=_content_type,
|
|
516
504
|
_headers=_headers,
|
|
@@ -531,7 +519,6 @@ class DefaultApi:
|
|
|
531
519
|
def _get_funding_serialize(
|
|
532
520
|
self,
|
|
533
521
|
project_name,
|
|
534
|
-
subproject,
|
|
535
522
|
_request_auth,
|
|
536
523
|
_content_type,
|
|
537
524
|
_headers,
|
|
@@ -556,10 +543,6 @@ class DefaultApi:
|
|
|
556
543
|
if project_name is not None:
|
|
557
544
|
_path_params['project_name'] = project_name
|
|
558
545
|
# process the query parameters
|
|
559
|
-
if subproject is not None:
|
|
560
|
-
|
|
561
|
-
_query_params.append(('subproject', subproject))
|
|
562
|
-
|
|
563
546
|
# process the header parameters
|
|
564
547
|
# process the form parameters
|
|
565
548
|
# process the body parameter
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -90,7 +90,7 @@ class ApiClient:
|
|
|
90
90
|
self.default_headers[header_name] = header_value
|
|
91
91
|
self.cookie = cookie
|
|
92
92
|
# Set default User-Agent.
|
|
93
|
-
self.user_agent = 'OpenAPI-Generator/1.0.
|
|
93
|
+
self.user_agent = 'OpenAPI-Generator/1.0.10/python'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
async def __aenter__(self):
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -496,8 +496,8 @@ class Configuration:
|
|
|
496
496
|
return "Python SDK Debug Report:\n"\
|
|
497
497
|
"OS: {env}\n"\
|
|
498
498
|
"Python Version: {pyversion}\n"\
|
|
499
|
-
"Version of the API: 1.0.
|
|
500
|
-
"SDK Package Version: 1.0.
|
|
499
|
+
"Version of the API: 1.0.10\n"\
|
|
500
|
+
"SDK Package Version: 1.0.10".\
|
|
501
501
|
format(env=sys.platform, pyversion=sys.version)
|
|
502
502
|
|
|
503
503
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
## aind-metadata-service Service to pull data from example backend.
|
|
8
8
|
|
|
9
|
-
The version of the OpenAPI document: 1.0.
|
|
9
|
+
The version of the OpenAPI document: 1.0.10
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
12
12
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -27,7 +27,7 @@ class HealthCheck(BaseModel):
|
|
|
27
27
|
Response model to validate and return when performing a health check.
|
|
28
28
|
""" # noqa: E501
|
|
29
29
|
status: Optional[StrictStr] = 'OK'
|
|
30
|
-
service_version: Optional[StrictStr] = '1.0.
|
|
30
|
+
service_version: Optional[StrictStr] = '1.0.10'
|
|
31
31
|
__properties: ClassVar[List[str]] = ["status", "service_version"]
|
|
32
32
|
|
|
33
33
|
@field_validator('status')
|
|
@@ -92,7 +92,7 @@ class HealthCheck(BaseModel):
|
|
|
92
92
|
|
|
93
93
|
_obj = cls.model_validate({
|
|
94
94
|
"status": obj.get("status") if obj.get("status") is not None else 'OK',
|
|
95
|
-
"service_version": obj.get("service_version") if obj.get("service_version") is not None else '1.0.
|
|
95
|
+
"service_version": obj.get("service_version") if obj.get("service_version") is not None else '1.0.10'
|
|
96
96
|
})
|
|
97
97
|
return _obj
|
|
98
98
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/setup.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
21
21
|
# prerequisite: setuptools
|
|
22
22
|
# http://pypi.python.org/pypi/setuptools
|
|
23
23
|
NAME = "aind-metadata-service-async-client"
|
|
24
|
-
VERSION = "1.0.
|
|
24
|
+
VERSION = "1.0.10"
|
|
25
25
|
PYTHON_REQUIRES = ">= 3.9"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 2.1.0, < 3.0.0",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -36,7 +36,7 @@ class TestHealthCheck(unittest.TestCase):
|
|
|
36
36
|
if include_optional:
|
|
37
37
|
return HealthCheck(
|
|
38
38
|
status = 'OK',
|
|
39
|
-
service_version = '1.0.
|
|
39
|
+
service_version = '1.0.10'
|
|
40
40
|
)
|
|
41
41
|
else:
|
|
42
42
|
return HealthCheck(
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0.
|
|
8
|
+
The version of the OpenAPI document: 1.0.10
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aind_metadata_service_async_client-1.0.8 → aind_metadata_service_async_client-1.0.10}/setup.cfg
RENAMED
|
File without changes
|