Metadata-Version: 2.4
Name: axsdb
Version: 0.0.4
Summary: An absorption database reader for the Eradiate radiative transfer model.
Author-email: Vincent Leroy <vincent.leroy@rayference.eu>
Requires-Python: >=3.9
Requires-Dist: attrs
Requires-Dist: cachetools
Requires-Dist: netcdf4
Requires-Dist: numba<0.63,>=0.58; sys_platform == 'darwin' and platform_machine == 'x86_64'
Requires-Dist: numba>=0.58; sys_platform != 'darwin' or platform_machine != 'x86_64'
Requires-Dist: pint
Requires-Dist: scipy
Requires-Dist: typer
Requires-Dist: xarray>=2024.7.0
Description-Content-Type: text/markdown

# AxsDB — The Eradiate Absorption Cross-section Database Interface

[![PyPI version](https://img.shields.io/pypi/v/axsdb?color=blue)](https://pypi.org/project/axsdb)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/eradiate/axsdb/ci.yml?branch=main)](https://github.com/eradiate/axsdb/actions/workflows/ci.yml)
[![Documentation Status](https://img.shields.io/readthedocs/axsdb)](https://axsdb.readthedocs.io)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

This library provides an interface to read and query the absorption databases
of the [Eradiate radiative transfer model](https://eradiate.eu).

## License

AxsDB is distributed under the terms of the
[GNU Lesser General Public License v3.0](https://choosealicense.com/licenses/lgpl-3.0/).
