.gitignore
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
example_input.txt
pyproject.toml
requirements.txt
subwiz.py
subwiz_inference.png
.github/workflows/lint.yaml
.github/workflows/publish.yml
.github/workflows/tests.yaml
subwiz/__init__.py
subwiz/cli.py
subwiz/cli_printer.py
subwiz/main.py
subwiz/model.py
subwiz/resolve.py
subwiz/type.py
subwiz.egg-info/PKG-INFO
subwiz.egg-info/SOURCES.txt
subwiz.egg-info/dependency_links.txt
subwiz.egg-info/entry_points.txt
subwiz.egg-info/requires.txt
subwiz.egg-info/top_level.txt
tests/__init__.py
tests/test_device.py
tests/test_domain_inputs.py
tests/test_readme_switches.py
tests/test_resolve.py
tests/test_results.py
tests/test_temperature.py
tests/test_types.py