.copier-answers.yml
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
environment.yml
pyproject.toml
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/workflows/add-issue-to-project-tracker.yml
.github/workflows/linting.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
docs/.gitignore
docs/Makefile
docs/acknowledgements.md
docs/conf.py
docs/cookbook.md
docs/devinstall.md
docs/devstyle.md
docs/devtechdebt.md
docs/functionoverview.md
docs/index.rst
docs/license.md
docs/quickstart.md
docs/requirements.txt
docs/roadmap.md
docs/assets/mpi.py
docs/assets/table_vs_tabledict_diagram.svg
docs/assets/table_vs_tabledict_diagram.svg:Zone.Identifier
docs/assets/tables_io_model.svg
docs/assets/tables_io_model.svg:Zone.Identifier
docs/notebooks/.gitignore
docs/notebooks/hdf5_iter_example.ipynb
docs/notebooks/index.md
docs/notebooks/multipleWriteHdf5_example.ipynb
docs/notebooks/singleTable_example.ipynb
docs/notebooks/tableDict_example.ipynb
src/tables_io/__init__.py
src/tables_io/_version.py
src/tables_io/cli.py
src/tables_io/lazy_modules.py
src/tables_io/table_dict.py
src/tables_io/types.py
src/tables_io.egg-info/PKG-INFO
src/tables_io.egg-info/SOURCES.txt
src/tables_io.egg-info/dependency_links.txt
src/tables_io.egg-info/entry_points.txt
src/tables_io.egg-info/requires.txt
src/tables_io.egg-info/top_level.txt
src/tables_io/conv/__init__.py
src/tables_io/conv/conv_table.py
src/tables_io/conv/conv_tabledict.py
src/tables_io/hdf5/__init__.py
src/tables_io/io_utils/__init__.py
src/tables_io/io_utils/iterator.py
src/tables_io/io_utils/read.py
src/tables_io/io_utils/write.py
src/tables_io/utils/__init__.py
src/tables_io/utils/array_utils.py
src/tables_io/utils/concat_utils.py
src/tables_io/utils/slice_utils.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_lazy_modules.py
tests/test_table_dict.py
tests/test_types.py
tests/conv/__init__.py
tests/conv/test_conv_table.py
tests/conv/test_conv_tabledict.py
tests/data/fits_nonames.fits
tests/data/fits_repeated_names.fits
tests/data/no_groupname_test.hdf5
tests/data/pandas_test_hdf5.h5
tests/data/parquet_test.parquet
tests/helpers/utilities.py
tests/io_utils/__init__.py
tests/io_utils/conftest.py
tests/io_utils/test_io_classic.py
tests/io_utils/test_iterator.py
tests/io_utils/test_read.py
tests/io_utils/test_write.py
tests/utils/__init__.py
tests/utils/test_array_utils.py
tests/utils/test_concat_utils.py
tests/utils/test_slice_utils.py