psyplus 0.9.2__tar.gz → 0.9.3__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.
- {psyplus-0.9.2 → psyplus-0.9.3}/PKG-INFO +2 -2
- {psyplus-0.9.2 → psyplus-0.9.3}/psyplus.egg-info/PKG-INFO +2 -2
- {psyplus-0.9.2 → psyplus-0.9.3}/psyplus.egg-info/requires.txt +1 -1
- {psyplus-0.9.2 → psyplus-0.9.3}/pyproject.toml +1 -1
- {psyplus-0.9.2 → psyplus-0.9.3}/LICENSE +0 -0
- {psyplus-0.9.2 → psyplus-0.9.3}/README.md +0 -0
- {psyplus-0.9.2 → psyplus-0.9.3}/psyplus/__init__.py +0 -0
- {psyplus-0.9.2 → psyplus-0.9.3}/psyplus/env_var_handler.py +0 -0
- {psyplus-0.9.2 → psyplus-0.9.3}/psyplus/field_container.py +0 -0
- {psyplus-0.9.2 → psyplus-0.9.3}/psyplus/psyplus.py +0 -0
- {psyplus-0.9.2 → psyplus-0.9.3}/psyplus/utils.py +0 -0
- {psyplus-0.9.2 → psyplus-0.9.3}/psyplus/yaml_pydantic_metadata_comment_injector.py +0 -0
- {psyplus-0.9.2 → psyplus-0.9.3}/psyplus.egg-info/SOURCES.txt +0 -0
- {psyplus-0.9.2 → psyplus-0.9.3}/psyplus.egg-info/dependency_links.txt +0 -0
- {psyplus-0.9.2 → psyplus-0.9.3}/psyplus.egg-info/top_level.txt +0 -0
- {psyplus-0.9.2 → psyplus-0.9.3}/setup.cfg +0 -0
- {psyplus-0.9.2 → psyplus-0.9.3}/tests/test.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: psyplus
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.3
|
|
4
4
|
Summary: A helper module that builds upon pydantic-settings to generate, read and comment a config file in yaml
|
|
5
5
|
Author-email: Tim Bleimehl <bleimehl@helmholtz-munich.de>
|
|
6
6
|
License: MIT
|
|
@@ -15,7 +15,7 @@ Requires-Python: >=3.10
|
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
17
|
Requires-Dist: pydantic
|
|
18
|
-
Requires-Dist: pydantic-
|
|
18
|
+
Requires-Dist: pydantic-settings
|
|
19
19
|
Requires-Dist: ruamel.yaml
|
|
20
20
|
Requires-Dist: pyaml
|
|
21
21
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: psyplus
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.3
|
|
4
4
|
Summary: A helper module that builds upon pydantic-settings to generate, read and comment a config file in yaml
|
|
5
5
|
Author-email: Tim Bleimehl <bleimehl@helmholtz-munich.de>
|
|
6
6
|
License: MIT
|
|
@@ -15,7 +15,7 @@ Requires-Python: >=3.10
|
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
17
|
Requires-Dist: pydantic
|
|
18
|
-
Requires-Dist: pydantic-
|
|
18
|
+
Requires-Dist: pydantic-settings
|
|
19
19
|
Requires-Dist: ruamel.yaml
|
|
20
20
|
Requires-Dist: pyaml
|
|
21
21
|
|
|
@@ -21,7 +21,7 @@ classifiers = [
|
|
|
21
21
|
"Programming Language :: Python :: 3.11",
|
|
22
22
|
"Programming Language :: Python :: 3.12",
|
|
23
23
|
]
|
|
24
|
-
dependencies = ["pydantic", "pydantic-
|
|
24
|
+
dependencies = ["pydantic", "pydantic-settings", "ruamel.yaml", "pyaml"]
|
|
25
25
|
dynamic = ["version"]
|
|
26
26
|
|
|
27
27
|
[project.optional-dependencies]
|
|
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
|