s2-python 0.1.0__tar.gz → 0.2.0.dev2__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.
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/PKG-INFO +2 -1
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/setup.cfg +3 -2
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2_python.egg-info/PKG-INFO +2 -1
- s2_python-0.2.0.dev2/src/s2python/generated/gen_s2.py +1594 -0
- s2-python-0.1.0/src/s2python/generated/gen_s2.py +0 -1591
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/README.rst +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/pyproject.toml +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/setup.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2_python.egg-info/SOURCES.txt +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2_python.egg-info/dependency_links.txt +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2_python.egg-info/entry_points.txt +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2_python.egg-info/not-zip-safe +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2_python.egg-info/requires.txt +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2_python.egg-info/top_level.txt +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/__init__.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/__init__.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/duration.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/handshake.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/handshake_response.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/instruction_status_update.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/number_range.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/power_forecast.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/power_forecast_element.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/power_forecast_value.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/power_measurement.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/power_range.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/power_value.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/reception_status.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/resource_manager_details.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/revoke_object.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/role.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/select_control_type.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/session_request.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/support.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/timer.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/common/transition.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/__init__.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_actuator_description.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_actuator_status.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_fill_level_target_profile.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_fill_level_target_profile_element.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_instruction.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_leakage_behaviour.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_leakage_behaviour_element.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_operation_mode.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_operation_mode_element.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_storage_description.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_storage_status.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_system_description.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_timer_status.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_usage_forecast.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/frbc/frbc_usage_forecast_element.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/generated/__init__.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/s2_parser.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/s2_validation_error.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/utils.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/validate_values_mixin.py +0 -0
- {s2-python-0.1.0 → s2_python-0.2.0.dev2}/src/s2python/version.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: s2-python
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.2.0.dev2
|
4
4
|
Summary: S2 Protocol Python Wrapper
|
5
5
|
Home-page: https://github.com/flexiblepower/s2-ws-json-python
|
6
6
|
Author: Flexiblepower
|
@@ -12,6 +12,7 @@ Classifier: Programming Language :: Python :: 3.8
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.9
|
13
13
|
Classifier: Programming Language :: Python :: 3.10
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
15
16
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
16
17
|
Requires-Dist: pydantic~=1.10.7
|
17
18
|
Requires-Dist: pytz
|
@@ -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.
|
11
|
+
version = 0.2.0.dev2
|
12
12
|
platforms = Linux
|
13
13
|
classifiers =
|
14
14
|
Development Status :: 4 - Beta
|
@@ -16,6 +16,7 @@ classifiers =
|
|
16
16
|
Programming Language :: Python :: 3.9
|
17
17
|
Programming Language :: Python :: 3.10
|
18
18
|
Programming Language :: Python :: 3.11
|
19
|
+
Programming Language :: Python :: 3.12
|
19
20
|
|
20
21
|
[options]
|
21
22
|
zip_safe = False
|
@@ -23,7 +24,7 @@ packages = find_namespace:
|
|
23
24
|
include_package_data = True
|
24
25
|
package_dir =
|
25
26
|
=src
|
26
|
-
python_requires > = 3.8, <= 3.
|
27
|
+
python_requires > = 3.8, <= 3.12
|
27
28
|
install_requires =
|
28
29
|
pydantic~=1.10.7
|
29
30
|
pytz
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: s2-python
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.2.0.dev2
|
4
4
|
Summary: S2 Protocol Python Wrapper
|
5
5
|
Home-page: https://github.com/flexiblepower/s2-ws-json-python
|
6
6
|
Author: Flexiblepower
|
@@ -12,6 +12,7 @@ Classifier: Programming Language :: Python :: 3.8
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.9
|
13
13
|
Classifier: Programming Language :: Python :: 3.10
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
15
16
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
16
17
|
Requires-Dist: pydantic~=1.10.7
|
17
18
|
Requires-Dist: pytz
|