.flake8
.gitignore
.pre-commit-config.yaml
.pydocstyle.ini
LICENSE
MANIFEST.in
README.md
environment.yml
pyproject.toml
setup.py
.github/workflows/build-and-deploy-wheels-on-pypi.yml
.github/workflows/pytest.yml
tests/data/aaaaoa.pmh8dec.pp
tests/data/cl_umfile
tests/data/cl_umfile_dump.txt
tests/data/extra_data.pp
tests/data/extra_data_dump.txt
tests/data/test1.nc
tests/data/test2-viacf.nc
tests/data/test2.pp
tests/data/test2_dump.txt
tests/data/umfile.pp
tests/data/umfile_dump.txt
tests/data/wgdos_packed.pp
tests/data/wgdos_packed_dump.txt
tests/tests_core/test_DataVariable_api.py
tests/tests_core/test_File_api.py
tests/tests_core/test_filetype.py
tests/tests_core/test_packed_data_loading.py
tests/tests_core/test_pyfive_interoperability.py
tests/tests_core/test_scanner.py
tests/tests_core/test_stash_table.py
tests/tests_core/test_wgdos_extension.py
tests/tests_io/test_chunk_index.py
tests/tests_io/test_file.py
tests/tests_io/test_fileobj_reader.py
tests/tests_io/test_lazy_subselection.py
tests/tests_io/test_local_reader.py
tests/tests_io/test_parallel_reads.py
tests/tests_io/test_umdump.py
umfive/__init__.py
umfive/constants.py
umfive/high_level.py
umfive/inspect.py
umfive/stash.py
umfive/umdump.py
umfive/variable.py
umfive/wgdos.py
umfive.egg-info/PKG-INFO
umfive.egg-info/SOURCES.txt
umfive.egg-info/dependency_links.txt
umfive.egg-info/entry_points.txt
umfive.egg-info/requires.txt
umfive.egg-info/top_level.txt
umfive/c_ext/wgdos_impl.h
umfive/c_ext/wgdos_module.c
umfive/core/__init__.py
umfive/core/data.py
umfive/core/extra_data.py
umfive/core/filetype.py
umfive/core/header.py
umfive/core/interpret.py
umfive/core/models.py
umfive/core/scanner.py
umfive/core/variables.py
umfive/data/STASH_to_CF.txt
umfive/data/field_codes.txt
umfive/io/__init__.py
umfive/io/bytereader.py
umfive/io/chunk_read.py
umfive/io/fileobj.py
umfive/io/local_posix_reader.py
umfive/io/mock_filesystem.py