.coveragerc
.gitignore
LICENSE
README.md
pyproject.toml
run_tests.sh
setup.py
tox.ini
.github/workflows/measure_code_coverage.yml
.github/workflows/publish_documentation_website.yml
.github/workflows/publish_release_to_pypi.yml
.github/workflows/test_library.yml
docs/INSTALL.rst
docs/Makefile
docs/api.rst
docs/build_docs.py
docs/conf.py
docs/examples.rst
docs/index.rst
docs/license.rst
docs/make.bat
docs/private_members_to_publsh_to_docs.rst
docs/_static/readthedocs_custom.css
docs/_templates/custom_class_template.rst
docs/_templates/custom_module_template.rst
docs/_templates/versions.html
examples/basic_usage.ipynb
h5pywrappers/__init__.py
h5pywrappers/attr.py
h5pywrappers/dataset.py
h5pywrappers/datasubset.py
h5pywrappers/group.py
h5pywrappers/obj.py
h5pywrappers/scalar.py
h5pywrappers/version.py
h5pywrappers.egg-info/PKG-INFO
h5pywrappers.egg-info/SOURCES.txt
h5pywrappers.egg-info/dependency_links.txt
h5pywrappers.egg-info/requires.txt
h5pywrappers.egg-info/top_level.txt
h5pywrappers/json/__init__.py
h5pywrappers/json/document.py
tests/test_attr.py
tests/test_dataset.py
tests/test_datasubset.py
tests/test_group.py
tests/test_json_document.py
tests/test_scalar.py