gridappsd-python 2026.7.1__tar.gz → 2026.7.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 (46) hide show
  1. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/PKG-INFO +2 -2
  2. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/pyproject.toml +2 -2
  3. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/.gitignore +0 -0
  4. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/CHANGELOG.md +0 -0
  5. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/README.md +0 -0
  6. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/conf/entrypoint.sh +0 -0
  7. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/conf/run-gridappsd.sh +0 -0
  8. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/example.env +0 -0
  9. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/__init__.py +0 -0
  10. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/__main__.py +0 -0
  11. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/app_registration.py +0 -0
  12. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/difference_builder.py +0 -0
  13. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/docker_handler.py +0 -0
  14. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/field_interface/__init__.py +0 -0
  15. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/goss.py +0 -0
  16. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/gridappsd.py +0 -0
  17. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/houses.py +0 -0
  18. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/json_extension.py +0 -0
  19. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/loghandler.py +0 -0
  20. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/register_app.py +0 -0
  21. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/simulation.py +0 -0
  22. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/timeseries.py +0 -0
  23. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/topics.py +0 -0
  24. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd/utils.py +0 -0
  25. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/gridappsd_python_testing.ipynb +0 -0
  26. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/info/CHANGELOG.md +0 -0
  27. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/info/VERSION +0 -0
  28. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/poetry.toml +0 -0
  29. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/conftest.py +0 -0
  30. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/run_gridappsd.py +0 -0
  31. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/simulation_fixtures/13_node_2_min_base.json +0 -0
  32. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/test_app_registration.py +0 -0
  33. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/test_containers.py +0 -0
  34. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/test_difference_builder.py +0 -0
  35. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/test_docker_handler.py +0 -0
  36. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/test_goss.py +0 -0
  37. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/test_gridappsd.py +0 -0
  38. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/test_houses.py +0 -0
  39. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/test_json.py +0 -0
  40. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/test_logging.py +0 -0
  41. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/test_logging_integration.py +0 -0
  42. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/test_simulation.py +0 -0
  43. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/test_simulation_commands.py +0 -0
  44. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/test_timeseries.py +0 -0
  45. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/test_topics.py +0 -0
  46. {gridappsd_python-2026.7.1 → gridappsd_python-2026.7.3}/tests/unittest_test_template.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gridappsd-python
3
- Version: 2026.7.1
3
+ Version: 2026.7.3
4
4
  Summary: A GridAPPS-D Python Adapter
5
5
  Project-URL: Repository, https://github.com/GRIDAPPSD/gridappsd-python
6
6
  Project-URL: Homepage, https://gridappsd.readthedocs.io
@@ -14,7 +14,7 @@ Requires-Dist: python-dotenv>=0.9
14
14
  Requires-Dist: pytz>=2022.7
15
15
  Requires-Dist: pyyaml>=6.0
16
16
  Requires-Dist: requests>=2.28
17
- Requires-Dist: stomp-py==6.0.0
17
+ Requires-Dist: stomp-py>=6.0.0
18
18
  Description-Content-Type: text/markdown
19
19
 
20
20
  [![Run All Pytests](https://github.com/GRIDAPPSD/gridappsd-python/actions/workflows/run-pytest.yml/badge.svg)](https://github.com/GRIDAPPSD/gridappsd-python/actions/workflows/run-pytest.yml)
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "gridappsd-python"
7
- version = "2026.7.1"
7
+ version = "2026.7.3"
8
8
  description = "A GridAPPS-D Python Adapter"
9
9
  readme = "README.md"
10
10
  license = "BSD-3-Clause"
@@ -19,7 +19,7 @@ dependencies = [
19
19
  "PyYAML>=6.0",
20
20
  "pytz>=2022.7",
21
21
  "dateutils>=0.6.7",
22
- "stomp-py==6.0.0",
22
+ "stomp-py>=6.0.0",
23
23
  "requests>=2.28",
24
24
  "python-dotenv>=0.9",
25
25
  "loguru>=0.7",