.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
.github/workflows/test_and_deploy.yml
imio/__init__.py
imio/load.py
imio/save.py
imio/utils.py
imio.egg-info/PKG-INFO
imio.egg-info/SOURCES.txt
imio.egg-info/dependency_links.txt
imio.egg-info/not-zip-safe
imio.egg-info/requires.txt
imio.egg-info/top_level.txt
tests/__init__.py
tests/tests/__init__.py
tests/tests/test_imio.py