s2-python 0.4.0__tar.gz → 0.4.1__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 (73) hide show
  1. {s2_python-0.4.0 → s2_python-0.4.1}/PKG-INFO +2 -2
  2. {s2_python-0.4.0 → s2_python-0.4.1}/setup.cfg +2 -2
  3. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2_python.egg-info/PKG-INFO +2 -2
  4. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2_python.egg-info/requires.txt +1 -1
  5. {s2_python-0.4.0 → s2_python-0.4.1}/README.rst +0 -0
  6. {s2_python-0.4.0 → s2_python-0.4.1}/pyproject.toml +0 -0
  7. {s2_python-0.4.0 → s2_python-0.4.1}/setup.py +0 -0
  8. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2_python.egg-info/SOURCES.txt +0 -0
  9. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2_python.egg-info/dependency_links.txt +0 -0
  10. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2_python.egg-info/entry_points.txt +0 -0
  11. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2_python.egg-info/not-zip-safe +0 -0
  12. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2_python.egg-info/top_level.txt +0 -0
  13. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/__init__.py +0 -0
  14. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/__init__.py +0 -0
  15. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/duration.py +0 -0
  16. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/handshake.py +0 -0
  17. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/handshake_response.py +0 -0
  18. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/instruction_status_update.py +0 -0
  19. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/number_range.py +0 -0
  20. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/power_forecast.py +0 -0
  21. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/power_forecast_element.py +0 -0
  22. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/power_forecast_value.py +0 -0
  23. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/power_measurement.py +0 -0
  24. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/power_range.py +0 -0
  25. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/power_value.py +0 -0
  26. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/reception_status.py +0 -0
  27. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/resource_manager_details.py +0 -0
  28. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/revoke_object.py +0 -0
  29. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/role.py +0 -0
  30. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/select_control_type.py +0 -0
  31. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/session_request.py +0 -0
  32. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/support.py +0 -0
  33. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/timer.py +0 -0
  34. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/common/transition.py +0 -0
  35. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/__init__.py +0 -0
  36. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_actuator_description.py +0 -0
  37. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_actuator_status.py +0 -0
  38. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_fill_level_target_profile.py +0 -0
  39. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_fill_level_target_profile_element.py +0 -0
  40. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_instruction.py +0 -0
  41. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_leakage_behaviour.py +0 -0
  42. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_leakage_behaviour_element.py +0 -0
  43. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_operation_mode.py +0 -0
  44. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_operation_mode_element.py +0 -0
  45. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_storage_description.py +0 -0
  46. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_storage_status.py +0 -0
  47. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_system_description.py +0 -0
  48. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_timer_status.py +0 -0
  49. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_usage_forecast.py +0 -0
  50. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/frbc_usage_forecast_element.py +0 -0
  51. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/frbc/rm.py +0 -0
  52. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/generated/__init__.py +0 -0
  53. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/generated/gen_s2.py +0 -0
  54. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/message.py +0 -0
  55. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/ppbc/__init__.py +0 -0
  56. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/ppbc/ppbc_end_interruption_instruction.py +0 -0
  57. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/ppbc/ppbc_power_profile_definition.py +0 -0
  58. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/ppbc/ppbc_power_profile_status.py +0 -0
  59. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/ppbc/ppbc_power_sequence.py +0 -0
  60. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/ppbc/ppbc_power_sequence_container.py +0 -0
  61. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/ppbc/ppbc_power_sequence_container_status.py +0 -0
  62. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/ppbc/ppbc_power_sequence_element.py +0 -0
  63. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/ppbc/ppbc_schedule_instruction.py +0 -0
  64. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/ppbc/ppbc_start_interruption_instruction.py +0 -0
  65. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/py.typed +0 -0
  66. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/reception_status_awaiter.py +0 -0
  67. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/s2_connection.py +0 -0
  68. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/s2_control_type.py +0 -0
  69. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/s2_parser.py +0 -0
  70. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/s2_validation_error.py +0 -0
  71. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/utils.py +0 -0
  72. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/validate_values_mixin.py +0 -0
  73. {s2_python-0.4.0 → s2_python-0.4.1}/src/s2python/version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: s2-python
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: S2 Protocol Python Wrapper
5
5
  Home-page: https://github.com/flexiblepower/s2-ws-json-python
6
6
  Author: Flexiblepower
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.10
14
14
  Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
16
  Description-Content-Type: text/x-rst; charset=UTF-8
17
- Requires-Dist: pydantic~=2.8.2
17
+ Requires-Dist: pydantic>=2.8.2
18
18
  Requires-Dist: pytz
19
19
  Requires-Dist: click
20
20
  Requires-Dist: websockets~=13.1
@@ -8,7 +8,7 @@ license_files = LICENSE.txt
8
8
  long_description = file: README.rst
9
9
  long_description_content_type = text/x-rst; charset=UTF-8
10
10
  url = https://github.com/flexiblepower/s2-ws-json-python
11
- version = 0.4.0
11
+ version = 0.4.1
12
12
  platforms = Linux
13
13
  classifiers =
14
14
  Development Status :: 4 - Beta
@@ -26,7 +26,7 @@ package_dir =
26
26
  =src
27
27
  python_requires > = 3.8, <= 3.12
28
28
  install_requires =
29
- pydantic~=2.8.2
29
+ pydantic>=2.8.2
30
30
  pytz
31
31
  click
32
32
  websockets~=13.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: s2-python
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: S2 Protocol Python Wrapper
5
5
  Home-page: https://github.com/flexiblepower/s2-ws-json-python
6
6
  Author: Flexiblepower
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.10
14
14
  Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
16
  Description-Content-Type: text/x-rst; charset=UTF-8
17
- Requires-Dist: pydantic~=2.8.2
17
+ Requires-Dist: pydantic>=2.8.2
18
18
  Requires-Dist: pytz
19
19
  Requires-Dist: click
20
20
  Requires-Dist: websockets~=13.1
@@ -1,4 +1,4 @@
1
- pydantic~=2.8.2
1
+ pydantic>=2.8.2
2
2
  pytz
3
3
  click
4
4
  websockets~=13.1
File without changes
File without changes
File without changes