.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
requirements.in
requirements.txt
.github/workflows/check_code.yaml
.github/workflows/publish_pypi.yaml
.github/workflows/run_testsuite.yaml
.github/workflows/tag_version.yaml
.github/workflows/update_4C_metadata_schema_file.yaml
docs/assets/fourcipp_logo_black.svg
docs/assets/fourcipp_logo_white.svg
src/FourCIPP.egg-info/PKG-INFO
src/FourCIPP.egg-info/SOURCES.txt
src/FourCIPP.egg-info/dependency_links.txt
src/FourCIPP.egg-info/entry_points.txt
src/FourCIPP.egg-info/requires.txt
src/FourCIPP.egg-info/top_level.txt
src/fourcipp/__init__.py
src/fourcipp/fourc_input.py
src/fourcipp/version.py
src/fourcipp/config/4C_metadata.yaml
src/fourcipp/config/4C_schema.json
src/fourcipp/config/config.yaml
src/fourcipp/legacy_io/__init__.py
src/fourcipp/legacy_io/element.py
src/fourcipp/legacy_io/inline_dat.py
src/fourcipp/legacy_io/node.py
src/fourcipp/legacy_io/node_topology.py
src/fourcipp/legacy_io/particle.py
src/fourcipp/utils/__init__.py
src/fourcipp/utils/cli.py
src/fourcipp/utils/configuration.py
src/fourcipp/utils/converter.py
src/fourcipp/utils/dict_utils.py
src/fourcipp/utils/metadata.py
src/fourcipp/utils/not_set.py
src/fourcipp/utils/type_hinting.py
src/fourcipp/utils/validation.py
src/fourcipp/utils/yaml_io.py
tests/__init__.py
tests/conftest.py
tests/fourcipp/__init__.py
tests/fourcipp/test_fourc_input.py
tests/fourcipp/test_readme_quickstart_example.py
tests/fourcipp/legacy_io/__init__.py
tests/fourcipp/legacy_io/test_element.py
tests/fourcipp/legacy_io/test_inline_dat.py
tests/fourcipp/legacy_io/test_legacy_io.py
tests/fourcipp/legacy_io/test_node.py
tests/fourcipp/legacy_io/test_node_topology.py
tests/fourcipp/legacy_io/test_particle.py
tests/fourcipp/legacy_io/utils.py
tests/fourcipp/utils/__init__.py
tests/fourcipp/utils/test_configuration.py
tests/fourcipp/utils/test_converter.py
tests/fourcipp/utils/test_dict_utils.py
tests/fourcipp/utils/test_metadata.py
tests/fourcipp/utils/test_not_set.py
tests/fourcipp/utils/test_validation.py
tests/fourcipp/utils/test_yaml_io.py