aind-metadata-service-client 2.1.0__tar.gz → 2.1.2__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-client might be problematic. Click here for more details.
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/PKG-INFO +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/README.md +2 -2
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/__init__.py +2 -2
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/api/default_api.py +4 -4
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/api/healthcheck_api.py +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/api_client.py +2 -2
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/configuration.py +3 -3
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/exceptions.py +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/models/__init__.py +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/models/health_check.py +3 -3
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/models/http_validation_error.py +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/models/slims_workflow.py +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/models/validation_error.py +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/models/validation_error_loc_inner.py +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/rest.py +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client.egg-info/PKG-INFO +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/pyproject.toml +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/setup.py +2 -2
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/test/test_default_api.py +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/test/test_health_check.py +2 -2
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/test/test_healthcheck_api.py +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/test/test_http_validation_error.py +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/test/test_slims_workflow.py +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/test/test_validation_error.py +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/test/test_validation_error_loc_inner.py +1 -1
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/api/__init__.py +0 -0
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/api_response.py +0 -0
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client/py.typed +0 -0
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client.egg-info/SOURCES.txt +0 -0
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client.egg-info/dependency_links.txt +0 -0
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client.egg-info/requires.txt +0 -0
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/aind_metadata_service_client.egg-info/top_level.txt +0 -0
- {aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/setup.cfg +0 -0
|
@@ -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: 2.1.
|
|
12
|
-
- Package version: 2.1.
|
|
11
|
+
- API version: 2.1.2
|
|
12
|
+
- Package version: 2.1.2
|
|
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: 2.1.
|
|
10
|
+
The version of the OpenAPI document: 2.1.2
|
|
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__ = "2.1.
|
|
17
|
+
__version__ = "2.1.2"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from aind_metadata_service_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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -860,7 +860,7 @@ class DefaultApi:
|
|
|
860
860
|
) -> object:
|
|
861
861
|
"""Get V1 Funding
|
|
862
862
|
|
|
863
|
-
|
|
863
|
+
Return funding metadata for a given project.
|
|
864
864
|
|
|
865
865
|
:param project_name: (required)
|
|
866
866
|
:type project_name: str
|
|
@@ -928,7 +928,7 @@ class DefaultApi:
|
|
|
928
928
|
) -> ApiResponse[object]:
|
|
929
929
|
"""Get V1 Funding
|
|
930
930
|
|
|
931
|
-
|
|
931
|
+
Return funding metadata for a given project.
|
|
932
932
|
|
|
933
933
|
:param project_name: (required)
|
|
934
934
|
:type project_name: str
|
|
@@ -996,7 +996,7 @@ class DefaultApi:
|
|
|
996
996
|
) -> RESTResponseType:
|
|
997
997
|
"""Get V1 Funding
|
|
998
998
|
|
|
999
|
-
|
|
999
|
+
Return funding metadata for a given project.
|
|
1000
1000
|
|
|
1001
1001
|
:param project_name: (required)
|
|
1002
1002
|
:type project_name: str
|
|
@@ -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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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/2.1.
|
|
93
|
+
self.user_agent = 'OpenAPI-Generator/2.1.2/python'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
def __enter__(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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -500,8 +500,8 @@ class Configuration:
|
|
|
500
500
|
return "Python SDK Debug Report:\n"\
|
|
501
501
|
"OS: {env}\n"\
|
|
502
502
|
"Python Version: {pyversion}\n"\
|
|
503
|
-
"Version of the API: 2.1.
|
|
504
|
-
"SDK Package Version: 2.1.
|
|
503
|
+
"Version of the API: 2.1.2\n"\
|
|
504
|
+
"SDK Package Version: 2.1.2".\
|
|
505
505
|
format(env=sys.platform, pyversion=sys.version)
|
|
506
506
|
|
|
507
507
|
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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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: 2.1.
|
|
9
|
+
The version of the OpenAPI document: 2.1.2
|
|
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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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] = '2.1.
|
|
30
|
+
service_version: Optional[StrictStr] = '2.1.2'
|
|
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 '2.1.
|
|
95
|
+
"service_version": obj.get("service_version") if obj.get("service_version") is not None else '2.1.2'
|
|
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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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-client"
|
|
24
|
-
VERSION = "2.1.
|
|
24
|
+
VERSION = "2.1.2"
|
|
25
25
|
PYTHON_REQUIRES = ">= 3.9"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 2.1.0, < 3.0.0",
|
{aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/test/test_default_api.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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{aind_metadata_service_client-2.1.0 → aind_metadata_service_client-2.1.2}/test/test_health_check.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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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 = '2.1.
|
|
39
|
+
service_version = '2.1.2'
|
|
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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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: 2.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.2
|
|
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
|
|
File without changes
|