lsst-pex-config 29.2025.3900__py3-none-any.whl → 29.2025.4100__py3-none-any.whl
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.
- lsst/pex/config/history.py +4 -1
- lsst/pex/config/version.py +1 -1
- {lsst_pex_config-29.2025.3900.dist-info → lsst_pex_config-29.2025.4100.dist-info}/METADATA +1 -1
- {lsst_pex_config-29.2025.3900.dist-info → lsst_pex_config-29.2025.4100.dist-info}/RECORD +11 -11
- {lsst_pex_config-29.2025.3900.dist-info → lsst_pex_config-29.2025.4100.dist-info}/WHEEL +0 -0
- {lsst_pex_config-29.2025.3900.dist-info → lsst_pex_config-29.2025.4100.dist-info}/licenses/COPYRIGHT +0 -0
- {lsst_pex_config-29.2025.3900.dist-info → lsst_pex_config-29.2025.4100.dist-info}/licenses/LICENSE +0 -0
- {lsst_pex_config-29.2025.3900.dist-info → lsst_pex_config-29.2025.4100.dist-info}/licenses/bsd_license.txt +0 -0
- {lsst_pex_config-29.2025.3900.dist-info → lsst_pex_config-29.2025.4100.dist-info}/licenses/gpl-v3.0.txt +0 -0
- {lsst_pex_config-29.2025.3900.dist-info → lsst_pex_config-29.2025.4100.dist-info}/top_level.txt +0 -0
- {lsst_pex_config-29.2025.3900.dist-info → lsst_pex_config-29.2025.4100.dist-info}/zip-safe +0 -0
lsst/pex/config/history.py
CHANGED
|
@@ -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
|
-
|
|
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}}"
|
lsst/pex/config/version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
__all__ = ["__version__"]
|
|
2
|
-
__version__ = "29.2025.
|
|
2
|
+
__version__ = "29.2025.4100"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-pex-config
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.4100
|
|
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+
|
|
@@ -12,24 +12,24 @@ lsst/pex/config/configField.py,sha256=6uEYzohNkJDux-vXHUammQTVojWUMComqglHUsRBHh
|
|
|
12
12
|
lsst/pex/config/configurableField.py,sha256=VQTazmACZbsXwnwPWmRaL3_NmovunlTmolaJGhvyamc,18153
|
|
13
13
|
lsst/pex/config/convert.py,sha256=dBTLjkcoh3lM6FxtY9DV33iLOtD6V0PMni6O2b9K4Ww,2397
|
|
14
14
|
lsst/pex/config/dictField.py,sha256=JGrjO7YX43fRPrxcdryFqwXJ0oQxGjxkzR1u3GTScZY,16854
|
|
15
|
-
lsst/pex/config/history.py,sha256=
|
|
15
|
+
lsst/pex/config/history.py,sha256=k6ecRik20basI2WAtYuhHd1TotrjB15Io59o2yMMqHg,8373
|
|
16
16
|
lsst/pex/config/listField.py,sha256=YLCM1hpxfhE18FPilKZpUfhO1AZvruGyvYRcClHV4rM,18245
|
|
17
17
|
lsst/pex/config/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
lsst/pex/config/rangeField.py,sha256=VmfcAoLYRJIdIsnFQIFlVYKrmNnfGX6Ef9enEYkFTx8,5429
|
|
19
19
|
lsst/pex/config/registry.py,sha256=JKy6kXOumSYDoOdHlg4oBGeQN7pmMSOgCJCXylEI6yM,15790
|
|
20
|
-
lsst/pex/config/version.py,sha256=
|
|
20
|
+
lsst/pex/config/version.py,sha256=imQpc8l8n1Xj3guWKoFaXrBR3HnAY8jkMITBuZx-5DA,55
|
|
21
21
|
lsst/pex/config/wrap.py,sha256=t8s5KzN2kJ-oW8AJTZrz4xAl0Qtpvnqo9H6rQKRBK_s,12964
|
|
22
22
|
lsst/pex/config/configurableActions/__init__.py,sha256=kwMbhFr3LirwEqzgHij7CxWF_xki3UYeajzveb4vpTI,1039
|
|
23
23
|
lsst/pex/config/configurableActions/_configurableAction.py,sha256=9yNnS-uay2wGdAlxwQMpO98wXQfPQcLzIilEExQSDjA,2647
|
|
24
24
|
lsst/pex/config/configurableActions/_configurableActionField.py,sha256=E1uVrGIvu64QDJL76sW3LlIrR30-NJs0ZQeofy-iVEs,5353
|
|
25
25
|
lsst/pex/config/configurableActions/_configurableActionStructField.py,sha256=R_2aRkXMwCRLhWzDck01UXF0dy9DfTz2e0IZS0jZahU,17224
|
|
26
26
|
lsst/pex/config/configurableActions/tests.py,sha256=aisHgzghfR4NFQD22NU2K5pNilCjAwcJTSMs0vK7dzI,3039
|
|
27
|
-
lsst_pex_config-29.2025.
|
|
28
|
-
lsst_pex_config-29.2025.
|
|
29
|
-
lsst_pex_config-29.2025.
|
|
30
|
-
lsst_pex_config-29.2025.
|
|
31
|
-
lsst_pex_config-29.2025.
|
|
32
|
-
lsst_pex_config-29.2025.
|
|
33
|
-
lsst_pex_config-29.2025.
|
|
34
|
-
lsst_pex_config-29.2025.
|
|
35
|
-
lsst_pex_config-29.2025.
|
|
27
|
+
lsst_pex_config-29.2025.4100.dist-info/licenses/COPYRIGHT,sha256=J3bcuh9PTaTU9iNjxE-9THWEwoo5drYshgYvZVgUKoI,381
|
|
28
|
+
lsst_pex_config-29.2025.4100.dist-info/licenses/LICENSE,sha256=pRExkS03v0MQW-neNfIcaSL6aiAnoLxYgtZoFzQ6zkM,232
|
|
29
|
+
lsst_pex_config-29.2025.4100.dist-info/licenses/bsd_license.txt,sha256=7MIcv8QRX9guUtqPSBDMPz2SnZ5swI-xZMqm_VDSfxY,1606
|
|
30
|
+
lsst_pex_config-29.2025.4100.dist-info/licenses/gpl-v3.0.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
31
|
+
lsst_pex_config-29.2025.4100.dist-info/METADATA,sha256=jgKknkhr8jBeFLlTmfdtCRem4sTOxPMhsg9dTgOevvM,2281
|
|
32
|
+
lsst_pex_config-29.2025.4100.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
33
|
+
lsst_pex_config-29.2025.4100.dist-info/top_level.txt,sha256=eUWiOuVVm9wwTrnAgiJT6tp6HQHXxIhj2QSZ7NYZH80,5
|
|
34
|
+
lsst_pex_config-29.2025.4100.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
35
|
+
lsst_pex_config-29.2025.4100.dist-info/RECORD,,
|
|
File without changes
|
{lsst_pex_config-29.2025.3900.dist-info → lsst_pex_config-29.2025.4100.dist-info}/licenses/COPYRIGHT
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3900.dist-info → lsst_pex_config-29.2025.4100.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-29.2025.3900.dist-info → lsst_pex_config-29.2025.4100.dist-info}/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|