.gitignore
.readthedocs.yaml
Changelog.rst
LICENSE.txt
MANIFEST.in
README.md
codecov.yml
environment.yml
pyproject.toml
.github/pull_request_template.md
.github/workflows/build-and-deploy-on-pypi.yml
.github/workflows/joss-draft-pdf.yml
.github/workflows/pytest.yml
doc/_sidebar.rst.inc
doc/additional.rst
doc/api_reference.rst
doc/changelog.rst
doc/conf.py
doc/gensidebar.py
doc/index.rst
doc/introduction.rst
doc/optimising.rst
doc/figures/Pyfive-logo.png
doc/figures/sequence.pu
doc/figures/software-view1.pu
doc/figures/software-view1.svg
doc/quickstart/enums.rst
doc/quickstart/index.rst
doc/quickstart/installation.rst
doc/quickstart/opaque.rst
doc/quickstart/usage.rst
pyfive/__init__.py
pyfive/btree.py
pyfive/core.py
pyfive/dataobjects.py
pyfive/datatype_msg.py
pyfive/h5d.py
pyfive/h5py.py
pyfive/h5t.py
pyfive/high_level.py
pyfive/indexing.py
pyfive/misc_low_level.py
pyfive.egg-info/PKG-INFO
pyfive.egg-info/SOURCES.txt
pyfive.egg-info/dependency_links.txt
pyfive.egg-info/not-zip-safe
pyfive.egg-info/requires.txt
pyfive.egg-info/top_level.txt
tests/conftest.py
tests/make_attr_datatypes_file.py
tests/make_attr_datatypes_file_2.py
tests/make_chunked.py
tests/make_compressed.py
tests/make_dataset_datatypes_file.py
tests/make_dim_scales.py
tests/make_earliest_file.py
tests/make_enum_file.py
tests/make_fillvalue.py
tests/make_filter_pipeline_v2.py
tests/make_fletcher32.py
tests/make_groups_file.py
tests/make_latest_file.py
tests/make_netcdf4_classic_file.py
tests/make_new_style_groups_file.py
tests/make_references_file.py
tests/make_resizable.py
tests/test_attr_datatypes.py
tests/test_buffer_issue.py
tests/test_chunked.py
tests/test_compact.py
tests/test_compressed.py
tests/test_compressed_v1.py
tests/test_dataset_datatypes.py
tests/test_dataset_multidim.py
tests/test_dim_scales.py
tests/test_earliest.py
tests/test_enum_var.py
tests/test_file_like.py
tests/test_fillvalue.py
tests/test_filter_pipeline_v2.py
tests/test_fletcher32.py
tests/test_groups.py
tests/test_h5d.py
tests/test_h5netcdf.py
tests/test_high_level.py
tests/test_issue23_nc_attrs.py
tests/test_latest.py
tests/test_lazy_variables.py
tests/test_mock_s3fs.py
tests/test_netcd4_classic.py
tests/test_new_style_groups.py
tests/test_opaque.py
tests/test_pseudochunking.py
tests/test_reference_list.py
tests/test_references.py
tests/test_repr.py
tests/test_resizable.py
tests/test_threadsafe_data_access.py
tests/test_visit.py
tests/test_vlen_str.py
tests/data/attr_datatypes.hdf5
tests/data/chunked.hdf5
tests/data/compressed.hdf5
tests/data/compressed_v1.hdf5
tests/data/dataset_datatypes.hdf5
tests/data/dataset_multidim.hdf5
tests/data/dim_scales.hdf5
tests/data/earliest.hdf5
tests/data/enum_h5variable.hdf5
tests/data/enum_variable.hdf5
tests/data/enum_variable.nc
tests/data/enums_from_netcdf.nc
tests/data/fillvalue_earliest.hdf5
tests/data/fillvalue_latest.hdf5
tests/data/filter_pipeline_v2.hdf5
tests/data/fletcher32.hdf5
tests/data/groups.hdf5
tests/data/h5netcdf_test.hdf5
tests/data/issue23_A.nc
tests/data/issue23_A_contiguous.nc
tests/data/issue23_B.nc
tests/data/latest.hdf5
tests/data/make_dataset_multidim_file.py
tests/data/netcdf4_classic.nc
tests/data/new_style_groups.hdf5
tests/data/references.hdf5
tests/data/resizable.hdf5