.gitattributes
.gitignore
.pre-commit-config.yaml
.python-version
LICENSE
README.md
codecov.yml
pyproject.toml
uv.lock
.github/dependabot.yml
.github/workflows/ci.yaml
.github/workflows/publish-pypi.yml
src/ntnda_qt_viewer/__init__.py
src/ntnda_qt_viewer/__main__.py
src/ntnda_qt_viewer/_p4p.py
src/ntnda_qt_viewer/_version.py
src/ntnda_qt_viewer/_widget.py
src/ntnda_qt_viewer.egg-info/PKG-INFO
src/ntnda_qt_viewer.egg-info/SOURCES.txt
src/ntnda_qt_viewer.egg-info/dependency_links.txt
src/ntnda_qt_viewer.egg-info/entry_points.txt
src/ntnda_qt_viewer.egg-info/requires.txt
src/ntnda_qt_viewer.egg-info/scm_file_list.json
src/ntnda_qt_viewer.egg-info/scm_version.json
src/ntnda_qt_viewer.egg-info/top_level.txt
tests/conftest.py
tests/test_layouts.py
tests/test_models.py
tests/test_p4p.py
tests/test_widget.py
tests/test_widget_utilities.py