gridappsd-python 2026.2.1a2__tar.gz → 2026.7.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. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/PKG-INFO +1 -1
  2. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/pyproject.toml +1 -1
  3. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/.gitignore +0 -0
  4. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/CHANGELOG.md +0 -0
  5. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/README.md +0 -0
  6. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/conf/entrypoint.sh +0 -0
  7. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/conf/run-gridappsd.sh +0 -0
  8. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/example.env +0 -0
  9. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/__init__.py +0 -0
  10. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/__main__.py +0 -0
  11. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/app_registration.py +0 -0
  12. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/difference_builder.py +0 -0
  13. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/docker_handler.py +0 -0
  14. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/field_interface/__init__.py +0 -0
  15. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/goss.py +0 -0
  16. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/gridappsd.py +0 -0
  17. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/houses.py +0 -0
  18. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/json_extension.py +0 -0
  19. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/loghandler.py +0 -0
  20. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/register_app.py +0 -0
  21. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/simulation.py +0 -0
  22. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/timeseries.py +0 -0
  23. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/topics.py +0 -0
  24. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd/utils.py +0 -0
  25. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/gridappsd_python_testing.ipynb +0 -0
  26. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/info/CHANGELOG.md +0 -0
  27. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/info/VERSION +0 -0
  28. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/poetry.toml +0 -0
  29. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/conftest.py +0 -0
  30. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/run_gridappsd.py +0 -0
  31. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/simulation_fixtures/13_node_2_min_base.json +0 -0
  32. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/test_app_registration.py +0 -0
  33. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/test_containers.py +0 -0
  34. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/test_difference_builder.py +0 -0
  35. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/test_docker_handler.py +0 -0
  36. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/test_goss.py +0 -0
  37. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/test_gridappsd.py +0 -0
  38. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/test_houses.py +0 -0
  39. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/test_json.py +0 -0
  40. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/test_logging.py +0 -0
  41. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/test_logging_integration.py +0 -0
  42. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/test_simulation.py +0 -0
  43. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/test_simulation_commands.py +0 -0
  44. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/test_timeseries.py +0 -0
  45. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/tests/test_topics.py +0 -0
  46. {gridappsd_python-2026.2.1a2 → gridappsd_python-2026.7.1}/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.2.1a2
3
+ Version: 2026.7.1
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
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "gridappsd-python"
7
- version = "2026.02.1a2"
7
+ version = "2026.7.1"
8
8
  description = "A GridAPPS-D Python Adapter"
9
9
  readme = "README.md"
10
10
  license = "BSD-3-Clause"