match-predicting-pub-api 6.26__tar.gz → 6.28__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.
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/PKG-INFO +1 -1
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/README.md +1 -1
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/__init__.py +1 -1
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/api_client.py +1 -1
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/configuration.py +1 -1
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api.egg-info/PKG-INFO +1 -1
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/pyproject.toml +1 -1
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/setup.py +1 -1
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/api/__init__.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/api/dummy_api.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/api/import_api.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/api/testing_api.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/api/training_api.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/api_response.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/exceptions.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/__init__.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/dummy_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/fcm_topic.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/finished_import_status.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/import_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/import_finished_message.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/import_progress_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/import_type.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/progress_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/testing_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/training_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/training_network_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/training_progress_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/training_request_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/training_result_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/models/user_role_enum.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/py.typed +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/rest.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api.egg-info/SOURCES.txt +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api.egg-info/dependency_links.txt +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api.egg-info/requires.txt +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api.egg-info/top_level.txt +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/setup.cfg +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_dummy_api.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_dummy_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_fcm_topic.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_finished_import_status.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_import_api.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_import_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_import_finished_message.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_import_progress_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_import_type.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_progress_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_testing_api.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_testing_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_training_api.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_training_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_training_network_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_training_progress_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_training_request_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_training_result_dto.py +0 -0
- {match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_user_role_enum.py +0 -0
|
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
6
|
- API version: 1.0
|
|
7
|
-
- Package version: 6.
|
|
7
|
+
- Package version: 6.28
|
|
8
8
|
- Generator version: 7.21.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen
|
|
10
10
|
|
|
@@ -77,7 +77,7 @@ class ApiClient:
|
|
|
77
77
|
self.default_headers[header_name] = header_value
|
|
78
78
|
self.cookie = cookie
|
|
79
79
|
# Set default User-Agent.
|
|
80
|
-
self.user_agent = 'OpenAPI-Generator/6.
|
|
80
|
+
self.user_agent = 'OpenAPI-Generator/6.28/python'
|
|
81
81
|
self.client_side_validation = configuration.client_side_validation
|
|
82
82
|
|
|
83
83
|
def __enter__(self):
|
|
@@ -368,7 +368,7 @@ class Configuration:
|
|
|
368
368
|
"OS: {env}\n"\
|
|
369
369
|
"Python Version: {pyversion}\n"\
|
|
370
370
|
"Version of the API: 1.0\n"\
|
|
371
|
-
"SDK Package Version: 6.
|
|
371
|
+
"SDK Package Version: 6.28".\
|
|
372
372
|
format(env=sys.platform, pyversion=sys.version)
|
|
373
373
|
|
|
374
374
|
def get_host_settings(self):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "match_predicting_pub_api"
|
|
3
|
-
version = "6.
|
|
3
|
+
version = "6.28"
|
|
4
4
|
description = "Match Predicting Application Public API"
|
|
5
5
|
authors = ["István Mag <magistvan@yahoo.com>"]
|
|
6
6
|
license = "Apache License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.html)"
|
|
@@ -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 = "match-predicting-pub-api"
|
|
24
|
-
VERSION = "6.
|
|
24
|
+
VERSION = "6.28"
|
|
25
25
|
PYTHON_REQUIRES = ">=3.7"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/py.typed
RENAMED
|
File without changes
|
{match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/match_predicting_pub_api/rest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_finished_import_status.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_import_finished_message.py
RENAMED
|
File without changes
|
{match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_import_progress_dto.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_training_network_dto.py
RENAMED
|
File without changes
|
{match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_training_progress_dto.py
RENAMED
|
File without changes
|
{match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_training_request_dto.py
RENAMED
|
File without changes
|
{match_predicting_pub_api-6.26 → match_predicting_pub_api-6.28}/test/test_training_result_dto.py
RENAMED
|
File without changes
|
|
File without changes
|