PyAres 0.3.2__tar.gz → 0.3.3__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 (54) hide show
  1. {pyares-0.3.2 → pyares-0.3.3}/PKG-INFO +2 -2
  2. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Models/ares_data_models.py +3 -1
  3. {pyares-0.3.2 → pyares-0.3.3}/pyproject.toml +1 -1
  4. {pyares-0.3.2 → pyares-0.3.3}/.github/dependabot.yml +0 -0
  5. {pyares-0.3.2 → pyares-0.3.3}/.github/workflows/pypi.yaml +0 -0
  6. {pyares-0.3.2 → pyares-0.3.3}/.github/workflows/python-tests.yaml +0 -0
  7. {pyares-0.3.2 → pyares-0.3.3}/.gitignore +0 -0
  8. {pyares-0.3.2 → pyares-0.3.3}/LICENSE +0 -0
  9. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Analyzing/__init__.py +0 -0
  10. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Analyzing/analysis_service.py +0 -0
  11. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Analyzing/analyzer_models.py +0 -0
  12. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Demo/analyzer_test.py +0 -0
  13. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Demo/analyzer_test_tools_demo.py +0 -0
  14. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Demo/analyzer_wiki.py +0 -0
  15. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Demo/device_test.py +0 -0
  16. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Demo/hotplate.py +0 -0
  17. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Demo/planner_test.py +0 -0
  18. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Demo/planner_test_tools_demo.py +0 -0
  19. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Demo/planner_wiki.py +0 -0
  20. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Demo/rotary_mixer.py +0 -0
  21. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Device/__init__.py +0 -0
  22. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Device/device_models.py +0 -0
  23. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Device/device_service.py +0 -0
  24. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Device/device_warnings.py +0 -0
  25. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Models/__init__.py +0 -0
  26. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Planning/__init__.py +0 -0
  27. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Planning/planner_models.py +0 -0
  28. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Planning/planning_service.py +0 -0
  29. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Utils/ares_data_schema_utils.py +0 -0
  30. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Utils/ares_data_type_utils.py +0 -0
  31. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Utils/ares_device_command_utils.py +0 -0
  32. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Utils/ares_outcome_utils.py +0 -0
  33. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Utils/ares_struct_utils.py +0 -0
  34. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Utils/ares_value_utils.py +0 -0
  35. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Utils/param_history_info_utils.py +0 -0
  36. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Utils/plan_request_utils.py +0 -0
  37. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Utils/plan_response_utils.py +0 -0
  38. {pyares-0.3.2 → pyares-0.3.3}/PyAres/Utils/planning_param_utils.py +0 -0
  39. {pyares-0.3.2 → pyares-0.3.3}/PyAres/__init__.py +0 -0
  40. {pyares-0.3.2 → pyares-0.3.3}/PyAres/test_tools/__init__.py +0 -0
  41. {pyares-0.3.2 → pyares-0.3.3}/PyAres/test_tools/analyzer_tester.py +0 -0
  42. {pyares-0.3.2 → pyares-0.3.3}/PyAres/test_tools/planner_tester.py +0 -0
  43. {pyares-0.3.2 → pyares-0.3.3}/README.md +0 -0
  44. {pyares-0.3.2 → pyares-0.3.3}/setup.cfg +0 -0
  45. {pyares-0.3.2 → pyares-0.3.3}/setup.py +0 -0
  46. {pyares-0.3.2 → pyares-0.3.3}/tests/__init__.py +0 -0
  47. {pyares-0.3.2 → pyares-0.3.3}/tests/mock_grpc_context.py +0 -0
  48. {pyares-0.3.2 → pyares-0.3.3}/tests/test_analyzer.py +0 -0
  49. {pyares-0.3.2 → pyares-0.3.3}/tests/test_ares_data_schema_utils.py +0 -0
  50. {pyares-0.3.2 → pyares-0.3.3}/tests/test_ares_data_type_utils.py +0 -0
  51. {pyares-0.3.2 → pyares-0.3.3}/tests/test_ares_device.py +0 -0
  52. {pyares-0.3.2 → pyares-0.3.3}/tests/test_ares_struct_utils.py +0 -0
  53. {pyares-0.3.2 → pyares-0.3.3}/tests/test_ares_value_type_conversions.py +0 -0
  54. {pyares-0.3.2 → pyares-0.3.3}/tests/test_planner.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyAres
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: The official Python library for ARES.
5
5
  Project-URL: Homepage, https://github.com/AFRL-ARES/PyAres
6
6
  Author-email: AFRL <AFRL.RX.AREScontact@us.af.mil>
@@ -9,7 +9,7 @@ License-File: LICENSE
9
9
  Classifier: Operating System :: OS Independent
10
10
  Classifier: Programming Language :: Python :: 3
11
11
  Requires-Python: >=3.10
12
- Requires-Dist: ares-datamodel>=0.16.0
12
+ Requires-Dist: ares-datamodel>=0.16.1
13
13
  Requires-Dist: grpcio-tools>=1.75.1
14
14
  Requires-Dist: grpcio<2.0.0,>=1.71.0
15
15
  Description-Content-Type: text/markdown
@@ -27,7 +27,9 @@ class RequestMetadata():
27
27
  self.system_name = proto_metadata.system_name
28
28
  self.campaign_name = proto_metadata.campaign_name
29
29
  self.campaign_id = proto_metadata.campaign_id
30
- self.experiment_id = proto_metadata.experiment_id
30
+ self.experiment_id = proto_metadata.experiment_id
31
+ dt = proto_metadata.experiment_start_time.ToDatetime()
32
+ self.experiment_start_time = dt.strftime("%Y-%m-%d %H:%M:%S")
31
33
 
32
34
  @classmethod
33
35
  def from_default_values(cls):
@@ -18,7 +18,7 @@ classifiers = [
18
18
  dependencies = [
19
19
  "grpcio-tools >= 1.75.1",
20
20
  "grpcio >= 1.71.0, < 2.0.0",
21
- "ares-datamodel >= 0.16.0",
21
+ "ares-datamodel >= 0.16.1",
22
22
  ]
23
23
 
24
24
  [project.urls]
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