lsst-pex-config 29.2025.3400__tar.gz → 29.2025.3600__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.
- {lsst_pex_config-29.2025.3400/python/lsst_pex_config.egg-info → lsst_pex_config-29.2025.3600}/PKG-INFO +1 -1
- lsst_pex_config-29.2025.3600/python/lsst/pex/config/version.py +2 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600/python/lsst_pex_config.egg-info}/PKG-INFO +1 -1
- lsst_pex_config-29.2025.3400/python/lsst/pex/config/version.py +0 -2
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/COPYRIGHT +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/LICENSE +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/MANIFEST.in +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/README.rst +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/bsd_license.txt +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/doc/lsst.pex.config/CHANGES.rst +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/doc/lsst.pex.config/design-notes.rst +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/doc/lsst.pex.config/field-types.rst +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/doc/lsst.pex.config/index.rst +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/doc/lsst.pex.config/inspecting-configs.rst +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/doc/lsst.pex.config/overview.rst +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/doc/lsst.pex.config/registry-intro.rst +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/doc/lsst.pex.config/wrapping-cpp-control-objects.rst +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/gpl-v3.0.txt +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/pyproject.toml +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/__init__.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/__init__.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/__init__.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/_doNotImportMe.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/callStack.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/choiceField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/comparison.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/config.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/configChoiceField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/configDictField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/configField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/configurableActions/__init__.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/configurableActions/_configurableAction.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/configurableActions/_configurableActionField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/configurableActions/_configurableActionStructField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/configurableActions/tests.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/configurableField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/convert.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/dictField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/history.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/listField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/py.typed +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/rangeField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/registry.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/wrap.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst_pex_config.egg-info/SOURCES.txt +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst_pex_config.egg-info/dependency_links.txt +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst_pex_config.egg-info/requires.txt +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst_pex_config.egg-info/top_level.txt +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst_pex_config.egg-info/zip-safe +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/setup.cfg +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/testLib.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_Config.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test__file__.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_configChoiceField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_configDictField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_configurableActions.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_configurableField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_dictField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_history.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_listField.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_registry.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_ticket1911.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_ticket1914.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_ticket1915.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_ticket1929.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_ticket1995.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_ticket2818.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_ticketDM-7337.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_unloaded_yaml.py +0 -0
- {lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/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.
|
|
3
|
+
Version: 29.2025.3600
|
|
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,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-pex-config
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.3600
|
|
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+
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/doc/lsst.pex.config/CHANGES.rst
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/doc/lsst.pex.config/design-notes.rst
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/doc/lsst.pex.config/field-types.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/doc/lsst.pex.config/overview.rst
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/doc/lsst.pex.config/registry-intro.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/callStack.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/choiceField.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/comparison.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/configField.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/convert.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/dictField.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/history.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/listField.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/py.typed
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/rangeField.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/registry.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/python/lsst/pex/config/wrap.py
RENAMED
|
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
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_configChoiceField.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_configurableActions.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.3400 → lsst_pex_config-29.2025.3600}/tests/test_configurableField.py
RENAMED
|
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
|