FourCIPP 1.1.0__tar.gz → 1.3.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.
Files changed (65) hide show
  1. {fourcipp-1.1.0/src/FourCIPP.egg-info → fourcipp-1.3.0}/PKG-INFO +2 -2
  2. {fourcipp-1.1.0 → fourcipp-1.3.0}/README.md +1 -1
  3. {fourcipp-1.1.0 → fourcipp-1.3.0/src/FourCIPP.egg-info}/PKG-INFO +2 -2
  4. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/config/4C_metadata.yaml +672 -1
  5. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/config/4C_schema.json +6514 -5070
  6. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/fourc_input.py +77 -5
  7. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/utils/configuration.py +4 -3
  8. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/utils/dict_utils.py +32 -0
  9. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/utils/yaml_io.py +18 -8
  10. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/version.py +3 -3
  11. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/test_fourc_input.py +49 -0
  12. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/utils/test_dict_utils.py +29 -0
  13. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/utils/test_yaml_io.py +5 -2
  14. {fourcipp-1.1.0 → fourcipp-1.3.0}/.coveragerc +0 -0
  15. {fourcipp-1.1.0 → fourcipp-1.3.0}/.github/workflows/check_code.yaml +0 -0
  16. {fourcipp-1.1.0 → fourcipp-1.3.0}/.github/workflows/publish_pypi.yaml +0 -0
  17. {fourcipp-1.1.0 → fourcipp-1.3.0}/.github/workflows/run_testsuite.yaml +0 -0
  18. {fourcipp-1.1.0 → fourcipp-1.3.0}/.github/workflows/tag_version.yaml +0 -0
  19. {fourcipp-1.1.0 → fourcipp-1.3.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
  20. {fourcipp-1.1.0 → fourcipp-1.3.0}/.gitignore +0 -0
  21. {fourcipp-1.1.0 → fourcipp-1.3.0}/.pre-commit-config.yaml +0 -0
  22. {fourcipp-1.1.0 → fourcipp-1.3.0}/LICENSE +0 -0
  23. {fourcipp-1.1.0 → fourcipp-1.3.0}/docs/assets/fourcipp_logo_black.svg +0 -0
  24. {fourcipp-1.1.0 → fourcipp-1.3.0}/docs/assets/fourcipp_logo_white.svg +0 -0
  25. {fourcipp-1.1.0 → fourcipp-1.3.0}/pyproject.toml +0 -0
  26. {fourcipp-1.1.0 → fourcipp-1.3.0}/requirements.in +0 -0
  27. {fourcipp-1.1.0 → fourcipp-1.3.0}/requirements.txt +0 -0
  28. {fourcipp-1.1.0 → fourcipp-1.3.0}/setup.cfg +0 -0
  29. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
  30. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
  31. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
  32. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/FourCIPP.egg-info/requires.txt +0 -0
  33. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
  34. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/__init__.py +0 -0
  35. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/config/config.yaml +0 -0
  36. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/legacy_io/__init__.py +0 -0
  37. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/legacy_io/element.py +0 -0
  38. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
  39. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/legacy_io/node.py +0 -0
  40. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
  41. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/legacy_io/particle.py +0 -0
  42. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/utils/__init__.py +0 -0
  43. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/utils/cli.py +0 -0
  44. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/utils/converter.py +0 -0
  45. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/utils/metadata.py +0 -0
  46. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/utils/not_set.py +0 -0
  47. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/utils/typing.py +0 -0
  48. {fourcipp-1.1.0 → fourcipp-1.3.0}/src/fourcipp/utils/validation.py +0 -0
  49. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/__init__.py +0 -0
  50. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/conftest.py +0 -0
  51. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/__init__.py +0 -0
  52. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
  53. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
  54. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
  55. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
  56. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
  57. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
  58. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
  59. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/legacy_io/utils.py +0 -0
  60. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
  61. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/utils/__init__.py +0 -0
  62. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/utils/test_configuration.py +0 -0
  63. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/utils/test_converter.py +0 -0
  64. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/utils/test_not_set.py +0 -0
  65. {fourcipp-1.1.0 → fourcipp-1.3.0}/tests/fourcipp/utils/test_validation.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FourCIPP
3
- Version: 1.1.0
3
+ Version: 1.3.0
4
4
  Summary: A streamlined Python Parser for 4C input files
5
5
  Author: FourCIPP Authors
6
6
  License: The MIT License (MIT)
@@ -168,7 +168,7 @@ input_4C["PROBLEM SIZE"]["NODES"] = 10_000_000
168
168
  removed_section = input_4C.pop("PROBLEM SIZE")
169
169
 
170
170
  # Dump to file
171
- input_4C.dump(input_file_path, sort_sections=True, validate=True)
171
+ input_4C.dump(input_file_path, validate=True)
172
172
  ```
173
173
  <!--example, do not remove this comment-->
174
174
 
@@ -124,7 +124,7 @@ input_4C["PROBLEM SIZE"]["NODES"] = 10_000_000
124
124
  removed_section = input_4C.pop("PROBLEM SIZE")
125
125
 
126
126
  # Dump to file
127
- input_4C.dump(input_file_path, sort_sections=True, validate=True)
127
+ input_4C.dump(input_file_path, validate=True)
128
128
  ```
129
129
  <!--example, do not remove this comment-->
130
130
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FourCIPP
3
- Version: 1.1.0
3
+ Version: 1.3.0
4
4
  Summary: A streamlined Python Parser for 4C input files
5
5
  Author: FourCIPP Authors
6
6
  License: The MIT License (MIT)
@@ -168,7 +168,7 @@ input_4C["PROBLEM SIZE"]["NODES"] = 10_000_000
168
168
  removed_section = input_4C.pop("PROBLEM SIZE")
169
169
 
170
170
  # Dump to file
171
- input_4C.dump(input_file_path, sort_sections=True, validate=True)
171
+ input_4C.dump(input_file_path, validate=True)
172
172
  ```
173
173
  <!--example, do not remove this comment-->
174
174