lsst-pex-config 29.2025.4200__tar.gz → 29.2025.4400__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.4200/python/lsst_pex_config.egg-info → lsst_pex_config-29.2025.4400}/PKG-INFO +3 -4
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/pyproject.toml +3 -4
- lsst_pex_config-29.2025.4400/python/lsst/pex/config/version.py +2 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400/python/lsst_pex_config.egg-info}/PKG-INFO +3 -4
- lsst_pex_config-29.2025.4200/python/lsst/pex/config/version.py +0 -2
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/COPYRIGHT +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/LICENSE +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/MANIFEST.in +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/README.rst +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/bsd_license.txt +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/CHANGES.rst +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/design-notes.rst +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/field-types.rst +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/index.rst +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/inspecting-configs.rst +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/overview.rst +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/registry-intro.rst +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/wrapping-cpp-control-objects.rst +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/gpl-v3.0.txt +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/__init__.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/__init__.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/__init__.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/_doNotImportMe.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/callStack.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/choiceField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/comparison.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/config.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configChoiceField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configDictField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configurableActions/__init__.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configurableActions/_configurableAction.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configurableActions/_configurableActionField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configurableActions/_configurableActionStructField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configurableActions/tests.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configurableField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/convert.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/dictField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/history.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/listField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/py.typed +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/rangeField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/registry.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/wrap.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst_pex_config.egg-info/SOURCES.txt +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst_pex_config.egg-info/dependency_links.txt +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst_pex_config.egg-info/requires.txt +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst_pex_config.egg-info/top_level.txt +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst_pex_config.egg-info/zip-safe +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/setup.cfg +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/testLib.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_Config.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test__file__.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_configChoiceField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_configDictField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_configurableActions.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_configurableField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_dictField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_history.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_listField.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_registry.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_ticket1911.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_ticket1914.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_ticket1915.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_ticket1929.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_ticket1995.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_ticket2818.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_ticketDM-7337.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_unloaded_yaml.py +0 -0
- {lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_wrap.py +0 -0
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-pex-config
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.4400
|
|
4
4
|
Summary: A flexible configuration system using Python files.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
|
-
License: BSD
|
|
6
|
+
License-Expression: BSD-3-Clause OR GPL-3.0-or-later
|
|
7
7
|
Project-URL: Homepage, https://github.com/lsst/pex_config
|
|
8
8
|
Keywords: lsst
|
|
9
9
|
Classifier: Intended Audience :: Science/Research
|
|
10
|
-
Classifier: License :: OSI Approved :: BSD License
|
|
11
|
-
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
12
10
|
Classifier: Operating System :: OS Independent
|
|
13
11
|
Classifier: Programming Language :: Python :: 3
|
|
14
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
17
16
|
Classifier: Topic :: Scientific/Engineering :: Astronomy
|
|
18
17
|
Requires-Python: >=3.10.0
|
|
19
18
|
Description-Content-Type: text/x-rst
|
|
@@ -6,20 +6,20 @@ build-backend = "setuptools.build_meta"
|
|
|
6
6
|
name = "lsst-pex-config"
|
|
7
7
|
requires-python = ">=3.10.0"
|
|
8
8
|
description = "A flexible configuration system using Python files."
|
|
9
|
-
license =
|
|
9
|
+
license = "BSD-3-Clause OR GPL-3.0-or-later"
|
|
10
|
+
license-files = ["COPYRIGHT", "LICENSE", "gpl-v3.0.txt", "bsd_license.txt"]
|
|
10
11
|
readme = "README.rst"
|
|
11
12
|
authors = [
|
|
12
13
|
{name="Rubin Observatory Data Management", email="dm-admin@lists.lsst.org"},
|
|
13
14
|
]
|
|
14
15
|
classifiers = [
|
|
15
16
|
"Intended Audience :: Science/Research",
|
|
16
|
-
"License :: OSI Approved :: BSD License",
|
|
17
|
-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
|
18
17
|
"Operating System :: OS Independent",
|
|
19
18
|
"Programming Language :: Python :: 3",
|
|
20
19
|
"Programming Language :: Python :: 3.10",
|
|
21
20
|
"Programming Language :: Python :: 3.11",
|
|
22
21
|
"Programming Language :: Python :: 3.12",
|
|
22
|
+
"Programming Language :: Python :: 3.13",
|
|
23
23
|
"Topic :: Scientific/Engineering :: Astronomy",
|
|
24
24
|
]
|
|
25
25
|
keywords = ["lsst"]
|
|
@@ -43,7 +43,6 @@ where = ["python"]
|
|
|
43
43
|
|
|
44
44
|
[tool.setuptools]
|
|
45
45
|
zip-safe = true
|
|
46
|
-
license-files = ["COPYRIGHT", "LICENSE", "gpl-v3.0.txt", "bsd_license.txt"]
|
|
47
46
|
|
|
48
47
|
[tool.setuptools.package-data]
|
|
49
48
|
"lsst.pex.config" = ["py.typed"]
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-pex-config
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.4400
|
|
4
4
|
Summary: A flexible configuration system using Python files.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
|
-
License: BSD
|
|
6
|
+
License-Expression: BSD-3-Clause OR GPL-3.0-or-later
|
|
7
7
|
Project-URL: Homepage, https://github.com/lsst/pex_config
|
|
8
8
|
Keywords: lsst
|
|
9
9
|
Classifier: Intended Audience :: Science/Research
|
|
10
|
-
Classifier: License :: OSI Approved :: BSD License
|
|
11
|
-
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
12
10
|
Classifier: Operating System :: OS Independent
|
|
13
11
|
Classifier: Programming Language :: Python :: 3
|
|
14
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
17
16
|
Classifier: Topic :: Scientific/Engineering :: Astronomy
|
|
18
17
|
Requires-Python: >=3.10.0
|
|
19
18
|
Description-Content-Type: text/x-rst
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/CHANGES.rst
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/design-notes.rst
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/field-types.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/overview.rst
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/registry-intro.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/callStack.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/choiceField.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/comparison.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/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.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/convert.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/dictField.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/history.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/listField.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/py.typed
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/rangeField.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/registry.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/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.4200 → lsst_pex_config-29.2025.4400}/tests/test_configChoiceField.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/tests/test_configurableActions.py
RENAMED
|
File without changes
|
{lsst_pex_config-29.2025.4200 → lsst_pex_config-29.2025.4400}/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
|