lsst-pex-config 29.2025.3900__tar.gz → 29.2025.4000__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 (70) hide show
  1. {lsst_pex_config-29.2025.3900/python/lsst_pex_config.egg-info → lsst_pex_config-29.2025.4000}/PKG-INFO +1 -1
  2. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/history.py +4 -1
  3. lsst_pex_config-29.2025.4000/python/lsst/pex/config/version.py +2 -0
  4. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000/python/lsst_pex_config.egg-info}/PKG-INFO +1 -1
  5. lsst_pex_config-29.2025.3900/python/lsst/pex/config/version.py +0 -2
  6. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/COPYRIGHT +0 -0
  7. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/LICENSE +0 -0
  8. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/MANIFEST.in +0 -0
  9. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/README.rst +0 -0
  10. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/bsd_license.txt +0 -0
  11. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/doc/lsst.pex.config/CHANGES.rst +0 -0
  12. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/doc/lsst.pex.config/design-notes.rst +0 -0
  13. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/doc/lsst.pex.config/field-types.rst +0 -0
  14. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/doc/lsst.pex.config/index.rst +0 -0
  15. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/doc/lsst.pex.config/inspecting-configs.rst +0 -0
  16. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/doc/lsst.pex.config/overview.rst +0 -0
  17. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/doc/lsst.pex.config/registry-intro.rst +0 -0
  18. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/doc/lsst.pex.config/wrapping-cpp-control-objects.rst +0 -0
  19. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/gpl-v3.0.txt +0 -0
  20. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/pyproject.toml +0 -0
  21. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/__init__.py +0 -0
  22. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/__init__.py +0 -0
  23. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/__init__.py +0 -0
  24. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/_doNotImportMe.py +0 -0
  25. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/callStack.py +0 -0
  26. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/choiceField.py +0 -0
  27. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/comparison.py +0 -0
  28. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/config.py +0 -0
  29. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/configChoiceField.py +0 -0
  30. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/configDictField.py +0 -0
  31. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/configField.py +0 -0
  32. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/configurableActions/__init__.py +0 -0
  33. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/configurableActions/_configurableAction.py +0 -0
  34. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/configurableActions/_configurableActionField.py +0 -0
  35. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/configurableActions/_configurableActionStructField.py +0 -0
  36. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/configurableActions/tests.py +0 -0
  37. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/configurableField.py +0 -0
  38. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/convert.py +0 -0
  39. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/dictField.py +0 -0
  40. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/listField.py +0 -0
  41. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/py.typed +0 -0
  42. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/rangeField.py +0 -0
  43. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/registry.py +0 -0
  44. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst/pex/config/wrap.py +0 -0
  45. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst_pex_config.egg-info/SOURCES.txt +0 -0
  46. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst_pex_config.egg-info/dependency_links.txt +0 -0
  47. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst_pex_config.egg-info/requires.txt +0 -0
  48. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst_pex_config.egg-info/top_level.txt +0 -0
  49. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/python/lsst_pex_config.egg-info/zip-safe +0 -0
  50. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/setup.cfg +0 -0
  51. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/testLib.py +0 -0
  52. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_Config.py +0 -0
  53. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test__file__.py +0 -0
  54. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_configChoiceField.py +0 -0
  55. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_configDictField.py +0 -0
  56. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_configurableActions.py +0 -0
  57. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_configurableField.py +0 -0
  58. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_dictField.py +0 -0
  59. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_history.py +0 -0
  60. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_listField.py +0 -0
  61. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_registry.py +0 -0
  62. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_ticket1911.py +0 -0
  63. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_ticket1914.py +0 -0
  64. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_ticket1915.py +0 -0
  65. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_ticket1929.py +0 -0
  66. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_ticket1995.py +0 -0
  67. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_ticket2818.py +0 -0
  68. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_ticketDM-7337.py +0 -0
  69. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_unloaded_yaml.py +0 -0
  70. {lsst_pex_config-29.2025.3900 → lsst_pex_config-29.2025.4000}/tests/test_wrap.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-pex-config
3
- Version: 29.2025.3900
3
+ Version: 29.2025.4000
4
4
  Summary: A flexible configuration system using Python files.
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
6
  License: BSD 3-Clause License, GPLv3+
@@ -252,7 +252,10 @@ def format(config, name=None, writeSourceLine=True, prefix="", verbose=False):
252
252
  fullname = f"{config._name}.{name}" if config._name is not None else name
253
253
  msg.append(_colorize(re.sub(r"^root\.", "", fullname), "NAME"))
254
254
  for value, output in outputs:
255
- line = prefix + _colorize(f"{value:<{valueLength}}", "VALUE") + " "
255
+ if value is not None:
256
+ line = prefix + _colorize(f"{value:<{valueLength}}", "VALUE") + " "
257
+ else:
258
+ line = prefix + _colorize("None", "VALUE") + " "
256
259
  for i, vt in enumerate(output):
257
260
  if writeSourceLine:
258
261
  vt[0][0] = f"{vt[0][0]:<{sourceLength}}"
@@ -0,0 +1,2 @@
1
+ __all__ = ["__version__"]
2
+ __version__ = "29.2025.4000"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-pex-config
3
- Version: 29.2025.3900
3
+ Version: 29.2025.4000
4
4
  Summary: A flexible configuration system using Python files.
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
6
  License: BSD 3-Clause License, GPLv3+
@@ -1,2 +0,0 @@
1
- __all__ = ["__version__"]
2
- __version__ = "29.2025.3900"