.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
uv.lock
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/test.yml
.vscode/launch.json
.vscode/linux.env
.vscode/settings.json
.vscode/windows.env
examples/dash/mpl_export.py
src/s5ndt/__init__.py
src/s5ndt/_ids.py
src/s5ndt/_version.py
src/s5ndt/config_builder.py
src/s5ndt/dropdown.py
src/s5ndt/fig_export.py
src/s5ndt/mpl.py
src/s5ndt/py.typed
src/s5ndt/wizard.py
src/s5ndt.egg-info/PKG-INFO
src/s5ndt.egg-info/SOURCES.txt
src/s5ndt.egg-info/dependency_links.txt
src/s5ndt.egg-info/requires.txt
src/s5ndt.egg-info/top_level.txt
tests/__init__.py
tests/test_smoke.py