Metadata-Version: 2.4
Name: utu
Version: 0.1.0
Summary: A Python library of solar physics utilities built on named arrays
Author-email: "Roy T. Smart" <roytsmart@gmail.com>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/sun-data/utu
Project-URL: Documentation, https://utu.readthedocs.io
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: astropy
Requires-Dist: matplotlib
Requires-Dist: adjustText
Requires-Dist: named-arrays~=2.8
Requires-Dist: fiasco~=0.8.2
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-doctestplus; extra == "test"
Provides-Extra: doc
Requires-Dist: matplotlib; extra == "doc"
Requires-Dist: graphviz; extra == "doc"
Requires-Dist: pydata-sphinx-theme; extra == "doc"
Requires-Dist: ipykernel; extra == "doc"
Requires-Dist: jupyter-sphinx; extra == "doc"
Requires-Dist: sphinx-favicon; extra == "doc"
Requires-Dist: sphinx-codeautolink; extra == "doc"
Dynamic: license-file

# utu

[![tests](https://github.com/sun-data/utu/actions/workflows/tests.yml/badge.svg)](https://github.com/sun-data/utu/actions/workflows/tests.yml)
[![Black](https://github.com/sun-data/utu/actions/workflows/black.yml/badge.svg)](https://github.com/sun-data/utu/actions/workflows/black.yml)
[![Ruff](https://github.com/sun-data/utu/actions/workflows/ruff.yml/badge.svg)](https://github.com/sun-data/utu/actions/workflows/ruff.yml)
[![Documentation Status](https://readthedocs.org/projects/utu/badge/?version=latest)](https://utu.readthedocs.io/en/latest/?badge=latest)

A Python library of solar physics utilities built on
[named arrays](https://github.com/sun-data/named-arrays).

Named for the Sumerian god of the sun.

## Documentation

The documentation is at [utu.readthedocs.io](https://utu.readthedocs.io/en/latest/).

## `utu.spectrum`

The emission lines of an optically thin plasma, computed from the CHIANTI
atomic database through [fiasco](https://github.com/wtbarnes/fiasco), and
returned as named arrays.
