match-predicting-pub-api 6.25__tar.gz → 6.26__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.
Files changed (57) hide show
  1. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/PKG-INFO +1 -1
  2. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/README.md +1 -1
  3. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/__init__.py +1 -1
  4. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/api_client.py +1 -1
  5. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/configuration.py +1 -1
  6. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api.egg-info/PKG-INFO +1 -1
  7. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/pyproject.toml +1 -1
  8. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/setup.py +1 -1
  9. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/api/__init__.py +0 -0
  10. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/api/dummy_api.py +0 -0
  11. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/api/import_api.py +0 -0
  12. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/api/testing_api.py +0 -0
  13. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/api/training_api.py +0 -0
  14. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/api_response.py +0 -0
  15. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/exceptions.py +0 -0
  16. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/__init__.py +0 -0
  17. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/dummy_dto.py +0 -0
  18. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/fcm_topic.py +0 -0
  19. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/finished_import_status.py +0 -0
  20. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/import_dto.py +0 -0
  21. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/import_finished_message.py +0 -0
  22. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/import_progress_dto.py +0 -0
  23. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/import_type.py +0 -0
  24. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/progress_dto.py +0 -0
  25. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/testing_dto.py +0 -0
  26. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/training_dto.py +0 -0
  27. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/training_network_dto.py +0 -0
  28. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/training_progress_dto.py +0 -0
  29. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/training_request_dto.py +0 -0
  30. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/training_result_dto.py +0 -0
  31. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/models/user_role_enum.py +0 -0
  32. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/py.typed +0 -0
  33. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api/rest.py +0 -0
  34. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api.egg-info/SOURCES.txt +0 -0
  35. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api.egg-info/dependency_links.txt +0 -0
  36. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api.egg-info/requires.txt +0 -0
  37. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/match_predicting_pub_api.egg-info/top_level.txt +0 -0
  38. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/setup.cfg +0 -0
  39. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_dummy_api.py +0 -0
  40. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_dummy_dto.py +0 -0
  41. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_fcm_topic.py +0 -0
  42. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_finished_import_status.py +0 -0
  43. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_import_api.py +0 -0
  44. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_import_dto.py +0 -0
  45. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_import_finished_message.py +0 -0
  46. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_import_progress_dto.py +0 -0
  47. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_import_type.py +0 -0
  48. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_progress_dto.py +0 -0
  49. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_testing_api.py +0 -0
  50. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_testing_dto.py +0 -0
  51. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_training_api.py +0 -0
  52. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_training_dto.py +0 -0
  53. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_training_network_dto.py +0 -0
  54. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_training_progress_dto.py +0 -0
  55. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_training_request_dto.py +0 -0
  56. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_training_result_dto.py +0 -0
  57. {match_predicting_pub_api-6.25 → match_predicting_pub_api-6.26}/test/test_user_role_enum.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: match-predicting-pub-api
3
- Version: 6.25
3
+ Version: 6.26
4
4
  Summary: Match Predicting Application Public API
5
5
  Home-page: https://github.com/magistvan/match-predicting-ann-server-client
6
6
  Author: István Mag
@@ -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.25
7
+ - Package version: 6.26
8
8
  - Generator version: 7.21.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen
10
10
 
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "6.25"
17
+ __version__ = "6.26"
18
18
 
19
19
  # Define package exports
20
20
  __all__ = [
@@ -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.25/python'
80
+ self.user_agent = 'OpenAPI-Generator/6.26/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.25".\
371
+ "SDK Package Version: 6.26".\
372
372
  format(env=sys.platform, pyversion=sys.version)
373
373
 
374
374
  def get_host_settings(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: match-predicting-pub-api
3
- Version: 6.25
3
+ Version: 6.26
4
4
  Summary: Match Predicting Application Public API
5
5
  Home-page: https://github.com/magistvan/match-predicting-ann-server-client
6
6
  Author: István Mag
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "match_predicting_pub_api"
3
- version = "6.25"
3
+ version = "6.26"
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.25"
24
+ VERSION = "6.26"
25
25
  PYTHON_REQUIRES = ">=3.7"
26
26
  REQUIRES = [
27
27
  "urllib3 >= 1.25.3, < 3.0.0",