.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/conf.py
docs/index.rst
docs/install.rst
docs/requirements.txt
docs/notebooks/README.md
nb/.gitignore
nb/hdf5_iter_example.ipynb
nb/multipleWriteHdf5_example.ipynb
nb/singleTable_example.ipynb
nb/tableDict_example.ipynb
src/tables_io/__init__.py
src/tables_io/_version.py
src/tables_io/arrayUtils.py
src/tables_io/convUtils.py
src/tables_io/ioUtils.py
src/tables_io/lazy_modules.py
src/tables_io/tableDict.py
src/tables_io/testUtils.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/requires.txt
src/tables_io.egg-info/top_level.txt
tests/conftest.py
tests/test_conv.py
tests/test_fileIO.py
tests/test_io.py
tests/test_table_dict.py
tests/test_utils.py
tests/data/no_groupname_test.hdf5
tests/data/pandas_test_hdf5.h5
tests/data/parquet_test.parquet