.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.rst
meta.yaml
pyproject.toml
pytest.ini
.github/dependabot.yml
.github/workflows/deploy_PyPi.yml
.github/workflows/deploy_anaconda.yml
.github/workflows/deploy_coverage.yml
.github/workflows/deploy_documentation.yml
.github/workflows/tests.yml
PyOptik/__init__.py
PyOptik/__main__.py
PyOptik/_version.py
PyOptik/catalog.py
PyOptik/directories.py
PyOptik/material_type.py
PyOptik/utils.py
PyOptik.egg-info/PKG-INFO
PyOptik.egg-info/SOURCES.txt
PyOptik.egg-info/dependency_links.txt
PyOptik.egg-info/entry_points.txt
PyOptik.egg-info/requires.txt
PyOptik.egg-info/scm_file_list.json
PyOptik.egg-info/scm_version.json
PyOptik.egg-info/top_level.txt
PyOptik/material/__init__.py
PyOptik/material/base_class.py
PyOptik/material/sellmeier_class.py
PyOptik/material/tabulated_class.py
docs/Makefile
docs/make.bat
docs/examples/README.rst
docs/examples/group_properties/README.rst
docs/examples/group_properties/plot_group_properties.py
docs/examples/sellmeier/README.rst
docs/examples/sellmeier/plot_bk7.py
docs/examples/sellmeier/plot_compare_glasses.py
docs/examples/sellmeier/plot_silica.py
docs/examples/sellmeier/plot_water.py
docs/examples/tabulated/README.rst
docs/examples/tabulated/plot_polyethylene.py
docs/examples/tabulated/plot_silicon_nk.py
docs/examples/tabulated/plot_silver.py
docs/images/example_bk7.png
docs/images/logo.png
docs/source/code.rst
docs/source/conf.py
docs/source/examples.rst
docs/source/index.rst
docs/source/references.rst
docs/source/_static/default.css
docs/source/_static/thumbnail.png
tests/__init__.py
tests/conftest.py
tests/test_base_material_decorator.py
tests/test_catalog.py
tests/test_docstrings.py
tests/test_main_cli.py
tests/test_material_models.py
tests/test_utils_extra.py
tests/test_validation_and_logging.py