.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/PULL_REQUEST_TEMPLATE/feature.md
.github/workflows/pre_commit.yaml
.github/workflows/publish-to-pypi.yaml
.github/workflows/test_suite.yaml
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/environment.yaml
docs/index.rst
docs/license.rst
docs/_autosummary/vis_cpu.vis_cpu.rst
docs/_autosummary/vis_cpu.vis_gpu.rst
docs/_static/.gitignore
docs/templates/class.rst
docs/templates/modules.rst
src/vis_cpu/__init__.py
src/vis_cpu/conversions.py
src/vis_cpu/vis_cpu.py
src/vis_cpu/vis_gpu.py
src/vis_cpu.egg-info/PKG-INFO
src/vis_cpu.egg-info/SOURCES.txt
src/vis_cpu.egg-info/dependency_links.txt
src/vis_cpu.egg-info/not-zip-safe
src/vis_cpu.egg-info/requires.txt
src/vis_cpu.egg-info/top_level.txt
tests/conftest.py