FourCIPP 1.7.0__tar.gz → 1.9.0__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.
- {fourcipp-1.7.0/src/FourCIPP.egg-info → fourcipp-1.9.0}/PKG-INFO +4 -3
- {fourcipp-1.7.0 → fourcipp-1.9.0}/requirements.in +3 -2
- {fourcipp-1.7.0 → fourcipp-1.9.0}/requirements.txt +2 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0/src/FourCIPP.egg-info}/PKG-INFO +4 -3
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/FourCIPP.egg-info/requires.txt +3 -2
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/config/4C_metadata.yaml +2 -2
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/config/4C_schema.json +3106 -3106
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/utils/yaml_io.py +5 -5
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/version.py +3 -3
- {fourcipp-1.7.0 → fourcipp-1.9.0}/.coveragerc +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/.github/workflows/check_code.yaml +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/.github/workflows/publish_pypi.yaml +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/.github/workflows/run_testsuite.yaml +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/.github/workflows/tag_version.yaml +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/.gitignore +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/.pre-commit-config.yaml +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/LICENSE +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/README.md +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/docs/assets/fourcipp_logo_black.svg +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/docs/assets/fourcipp_logo_white.svg +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/pyproject.toml +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/setup.cfg +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/__init__.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/config/config.yaml +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/fourc_input.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/legacy_io/element.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/legacy_io/node.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/legacy_io/particle.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/utils/cli.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/utils/configuration.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/utils/converter.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/utils/dict_utils.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/utils/metadata.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/utils/not_set.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/utils/typing.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/src/fourcipp/utils/validation.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/__init__.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/conftest.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/__init__.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/legacy_io/utils.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/test_fourc_input.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/utils/test_configuration.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/utils/test_converter.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/utils/test_not_set.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/utils/test_validation.py +0 -0
- {fourcipp-1.7.0 → fourcipp-1.9.0}/tests/fourcipp/utils/test_yaml_io.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: FourCIPP
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.9.0
|
|
4
4
|
Summary: A streamlined Python Parser for 4C input files
|
|
5
5
|
Author: FourCIPP Authors
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -29,10 +29,11 @@ Project-URL: Issues, https://github.com/4C-multiphysics/fourcipp/issues/
|
|
|
29
29
|
Requires-Python: >=3.10
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
License-File: LICENSE
|
|
32
|
-
Requires-Dist: rapidyaml
|
|
33
|
-
Requires-Dist: loguru
|
|
34
32
|
Requires-Dist: jsonschema-rs
|
|
33
|
+
Requires-Dist: loguru
|
|
35
34
|
Requires-Dist: numpy
|
|
35
|
+
Requires-Dist: rapidyaml
|
|
36
|
+
Requires-Dist: regex
|
|
36
37
|
Provides-Extra: dev
|
|
37
38
|
Requires-Dist: pre-commit; extra == "dev"
|
|
38
39
|
Requires-Dist: pytest; extra == "dev"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: FourCIPP
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.9.0
|
|
4
4
|
Summary: A streamlined Python Parser for 4C input files
|
|
5
5
|
Author: FourCIPP Authors
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -29,10 +29,11 @@ Project-URL: Issues, https://github.com/4C-multiphysics/fourcipp/issues/
|
|
|
29
29
|
Requires-Python: >=3.10
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
License-File: LICENSE
|
|
32
|
-
Requires-Dist: rapidyaml
|
|
33
|
-
Requires-Dist: loguru
|
|
34
32
|
Requires-Dist: jsonschema-rs
|
|
33
|
+
Requires-Dist: loguru
|
|
35
34
|
Requires-Dist: numpy
|
|
35
|
+
Requires-Dist: rapidyaml
|
|
36
|
+
Requires-Dist: regex
|
|
36
37
|
Provides-Extra: dev
|
|
37
38
|
Requires-Dist: pre-commit; extra == "dev"
|
|
38
39
|
Requires-Dist: pytest; extra == "dev"
|