.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
ppfive/__init__.py
ppfive/constants.py
ppfive/high_level.py
ppfive/inspect.py
ppfive/ppdump.py
ppfive/stash.py
ppfive/variable.py
ppfive/wgdos.py
ppfive.egg-info/PKG-INFO
ppfive.egg-info/SOURCES.txt
ppfive.egg-info/dependency_links.txt
ppfive.egg-info/entry_points.txt
ppfive.egg-info/requires.txt
ppfive.egg-info/top_level.txt
ppfive/c_ext/wgdos_impl.h
ppfive/c_ext/wgdos_module.c
ppfive/core/__init__.py
ppfive/core/data.py
ppfive/core/extra_data.py
ppfive/core/filetype.py
ppfive/core/header.py
ppfive/core/interpret.py
ppfive/core/models.py
ppfive/core/scanner.py
ppfive/core/variables.py
ppfive/data/STASH_to_CF.txt
ppfive/data/field_codes.txt
ppfive/io/__init__.py
ppfive/io/bytereader.py
ppfive/io/chunk_read.py
ppfive/io/fileobj.py
ppfive/io/local_posix_reader.py
ppfive/io/mock_filesystem.py
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_ppdump.py