unit-openapi-python-sdk 0.0.1__tar.gz → 0.0.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.
- {unit-openapi-python-sdk-0.0.1/unit_openapi_python_sdk.egg-info → unit_openapi_python_sdk-0.0.2}/PKG-INFO +6 -2
- {unit-openapi-python-sdk-0.0.1 → unit_openapi_python_sdk-0.0.2}/setup.py +2 -2
- {unit-openapi-python-sdk-0.0.1 → unit_openapi_python_sdk-0.0.2/unit_openapi_python_sdk.egg-info}/PKG-INFO +6 -2
- {unit-openapi-python-sdk-0.0.1 → unit_openapi_python_sdk-0.0.2}/LICENSE.md +0 -0
- {unit-openapi-python-sdk-0.0.1 → unit_openapi_python_sdk-0.0.2}/README.md +0 -0
- {unit-openapi-python-sdk-0.0.1 → unit_openapi_python_sdk-0.0.2}/setup.cfg +0 -0
- {unit-openapi-python-sdk-0.0.1 → unit_openapi_python_sdk-0.0.2}/unit_openapi_python_sdk.egg-info/SOURCES.txt +0 -0
- {unit-openapi-python-sdk-0.0.1 → unit_openapi_python_sdk-0.0.2}/unit_openapi_python_sdk.egg-info/dependency_links.txt +0 -0
- {unit-openapi-python-sdk-0.0.1 → unit_openapi_python_sdk-0.0.2}/unit_openapi_python_sdk.egg-info/requires.txt +0 -0
- {unit-openapi-python-sdk-0.0.1 → unit_openapi_python_sdk-0.0.2}/unit_openapi_python_sdk.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name:
|
|
3
|
-
Version: 0.0.
|
|
2
|
+
Name: unit_openapi_python_sdk
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Unit python SDK based on OpenAPI specifications
|
|
5
5
|
Home-page: https://github.com/unit-finance/unit-openapi-python-sdk
|
|
6
6
|
Author: Unit
|
|
@@ -9,6 +9,10 @@ License: Mozilla Public License 2.0
|
|
|
9
9
|
Keywords: OpenAPI,OpenAPI-Generator,Unit,Unit OpenAPI specifications,Unit SDK,Unit python SDK,Unit python openAPI SDK
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE.md
|
|
12
|
+
Requires-Dist: urllib3<3.0.0,>=1.25.3
|
|
13
|
+
Requires-Dist: python-dateutil>=2.8.2
|
|
14
|
+
Requires-Dist: pydantic>=2
|
|
15
|
+
Requires-Dist: typing-extensions>=4.7.1
|
|
12
16
|
|
|
13
17
|
A python SDK generated based on OpenAPI specifications for Unit clients
|
|
14
18
|
|
|
@@ -20,8 +20,8 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
20
20
|
#
|
|
21
21
|
# prerequisite: setuptools
|
|
22
22
|
# http://pypi.python.org/pypi/setuptools
|
|
23
|
-
NAME = "
|
|
24
|
-
VERSION = "0.0.
|
|
23
|
+
NAME = "unit_openapi_python_sdk"
|
|
24
|
+
VERSION = "0.0.2"
|
|
25
25
|
PYTHON_REQUIRES = ">= 3.8"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name:
|
|
3
|
-
Version: 0.0.
|
|
2
|
+
Name: unit_openapi_python_sdk
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Unit python SDK based on OpenAPI specifications
|
|
5
5
|
Home-page: https://github.com/unit-finance/unit-openapi-python-sdk
|
|
6
6
|
Author: Unit
|
|
@@ -9,6 +9,10 @@ License: Mozilla Public License 2.0
|
|
|
9
9
|
Keywords: OpenAPI,OpenAPI-Generator,Unit,Unit OpenAPI specifications,Unit SDK,Unit python SDK,Unit python openAPI SDK
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE.md
|
|
12
|
+
Requires-Dist: urllib3<3.0.0,>=1.25.3
|
|
13
|
+
Requires-Dist: python-dateutil>=2.8.2
|
|
14
|
+
Requires-Dist: pydantic>=2
|
|
15
|
+
Requires-Dist: typing-extensions>=4.7.1
|
|
12
16
|
|
|
13
17
|
A python SDK generated based on OpenAPI specifications for Unit clients
|
|
14
18
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|