PyAres 0.2.0__tar.gz → 0.2.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 (46) hide show
  1. {pyares-0.2.0 → pyares-0.2.1}/PKG-INFO +1 -1
  2. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Utils/ares_data_type_utils.py +3 -2
  3. {pyares-0.2.0 → pyares-0.2.1}/PyAres.egg-info/PKG-INFO +1 -1
  4. {pyares-0.2.0 → pyares-0.2.1}/pyproject.toml +1 -1
  5. {pyares-0.2.0 → pyares-0.2.1}/LICENSE +0 -0
  6. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Analyzing/__init__.py +0 -0
  7. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Analyzing/analysis_service.py +0 -0
  8. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Analyzing/analyzer_models.py +0 -0
  9. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Demo/analyzer_test.py +0 -0
  10. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Demo/analyzer_test_tools_demo.py +0 -0
  11. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Demo/analyzer_wiki.py +0 -0
  12. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Demo/device_test.py +0 -0
  13. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Demo/hotplate.py +0 -0
  14. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Demo/planner_test.py +0 -0
  15. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Demo/planner_test_tools_demo.py +0 -0
  16. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Demo/planner_wiki.py +0 -0
  17. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Demo/rotary_mixer.py +0 -0
  18. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Device/__init__.py +0 -0
  19. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Device/device_models.py +0 -0
  20. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Device/device_service.py +0 -0
  21. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Device/device_warnings.py +0 -0
  22. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Models/__init__.py +0 -0
  23. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Models/ares_data_models.py +0 -0
  24. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Planning/__init__.py +0 -0
  25. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Planning/planner_models.py +0 -0
  26. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Planning/planning_service.py +0 -0
  27. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Utils/ares_data_schema_utils.py +0 -0
  28. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Utils/ares_device_command_utils.py +0 -0
  29. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Utils/ares_outcome_utils.py +0 -0
  30. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Utils/ares_struct_utils.py +0 -0
  31. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Utils/ares_value_utils.py +0 -0
  32. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Utils/param_history_info_utils.py +0 -0
  33. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Utils/plan_request_utils.py +0 -0
  34. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Utils/plan_response_utils.py +0 -0
  35. {pyares-0.2.0 → pyares-0.2.1}/PyAres/Utils/planning_param_utils.py +0 -0
  36. {pyares-0.2.0 → pyares-0.2.1}/PyAres/__init__.py +0 -0
  37. {pyares-0.2.0 → pyares-0.2.1}/PyAres/test_tools/__init__.py +0 -0
  38. {pyares-0.2.0 → pyares-0.2.1}/PyAres/test_tools/analyzer_tester.py +0 -0
  39. {pyares-0.2.0 → pyares-0.2.1}/PyAres/test_tools/planner_tester.py +0 -0
  40. {pyares-0.2.0 → pyares-0.2.1}/PyAres.egg-info/SOURCES.txt +0 -0
  41. {pyares-0.2.0 → pyares-0.2.1}/PyAres.egg-info/dependency_links.txt +0 -0
  42. {pyares-0.2.0 → pyares-0.2.1}/PyAres.egg-info/requires.txt +0 -0
  43. {pyares-0.2.0 → pyares-0.2.1}/PyAres.egg-info/top_level.txt +0 -0
  44. {pyares-0.2.0 → pyares-0.2.1}/README.md +0 -0
  45. {pyares-0.2.0 → pyares-0.2.1}/setup.cfg +0 -0
  46. {pyares-0.2.0 → pyares-0.2.1}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyAres
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: The official Python library for ARES.
5
5
  Author-email: AFRL <AFRL.RX.AREScontact@us.af.mil>
6
6
  License-Expression: MIT
@@ -1,10 +1,11 @@
1
- from typing import Union
1
+ from typing import Union, cast
2
2
  from ares_datamodel import ares_data_type_pb2
3
3
  from ..Models import AresDataType
4
4
 
5
5
  def python_ares_type_to_proto_ares_type(py_value: AresDataType) -> ares_data_type_pb2.AresDataType:
6
6
  """ A method to convert from the python AresDataType class to the protobuf version """
7
- return ares_data_type_pb2.AresDataType(py_value.value)
7
+ val = cast(ares_data_type_pb2.AresDataType, py_value.value)
8
+ return val
8
9
 
9
10
  def proto_ares_type_to_python_ares_type(proto_value: ares_data_type_pb2.AresDataType) -> AresDataType:
10
11
  """ A method to convert from the protobuf AresDataType class to the python version """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyAres
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: The official Python library for ARES.
5
5
  Author-email: AFRL <AFRL.RX.AREScontact@us.af.mil>
6
6
  License-Expression: MIT
@@ -11,7 +11,7 @@ include = ["PyAres*"]
11
11
 
12
12
  [project]
13
13
  name = "PyAres"
14
- version = "0.2.0"
14
+ version = "0.2.1"
15
15
  authors = [{ name = "AFRL", email = "AFRL.RX.AREScontact@us.af.mil" }]
16
16
  description = "The official Python library for ARES."
17
17
  license = "MIT"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes