.gitignore
.readthedocs.yml
LICENSE
README.md
pyproject.toml
.github/workflows/black.yml
.github/workflows/publish.yml
.github/workflows/ruff.yml
.github/workflows/tests.yml
docs/conf.py
docs/index.rst
docs/_templates/module_custom.rst
docs/tutorials/spectrum.rst
utu/__init__.py
utu/_version.py
utu.egg-info/PKG-INFO
utu.egg-info/SOURCES.txt
utu.egg-info/dependency_links.txt
utu.egg-info/requires.txt
utu.egg-info/scm_file_list.json
utu.egg-info/scm_version.json
utu.egg-info/top_level.txt
utu/_tests/__init__.py
utu/_tests/test_utu.py
utu/spectrum/__init__.py
utu/spectrum/_lines.py
utu/spectrum/_names.py
utu/spectrum/_plots.py
utu/spectrum/_tests/__init__.py
utu/spectrum/_tests/test_lines.py
utu/spectrum/_tests/test_names.py
utu/spectrum/_tests/test_plots.py