.gitignore
.pre-commit-config.yaml
LICENSE.md
README.md
dev-requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/lint.yml
.github/workflows/publish_to_pypi.yml
.github/workflows/testing.yml
src/ecl_data_io/__init__.py
src/ecl_data_io/array_entry.py
src/ecl_data_io/errors.py
src/ecl_data_io/format.py
src/ecl_data_io/read.py
src/ecl_data_io/types.py
src/ecl_data_io/version.py
src/ecl_data_io/write.py
src/ecl_data_io.egg-info/PKG-INFO
src/ecl_data_io.egg-info/SOURCES.txt
src/ecl_data_io.egg-info/dependency_links.txt
src/ecl_data_io.egg-info/requires.txt
src/ecl_data_io.egg-info/top_level.txt
src/ecl_data_io/_formatted/__init__.py
src/ecl_data_io/_formatted/read.py
src/ecl_data_io/_formatted/write.py
src/ecl_data_io/_unformatted/__init__.py
src/ecl_data_io/_unformatted/common.py
src/ecl_data_io/_unformatted/read.py
src/ecl_data_io/_unformatted/write.py
tests/test_formatted_common.py
tests/test_formatted_read.py
tests/test_formatted_read_write.py
tests/test_formatted_write.py
tests/test_read_write.py
tests/test_types.py
tests/test_unformatted_read.py
tests/test_unformatted_read_write.py
tests/test_unformatted_write.py