Metadata-Version: 2.2
Name: aliprocessing
Version: 2025.1.0
Summary: Aerosol Limb Imager processing code
Author-email: Landon Rieger <landon.rieger@usask.ca>, Daniel Zawada <daniel.zawada@usask.ca>
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: skretrieval
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: plotting
Requires-Dist: matplotlib; extra == "plotting"

# ali-processing

[![Anaconda-Server Badge](https://anaconda.org/usask-arg/ali-processing/badges/version.svg)](https://anaconda.org/usask-arg/ali-processing)
[![Documentation Status](https://readthedocs.org/projects/ali-processing/badge/?version=latest)](https://ali-processing.readthedocs.io/en/latest/?badge=latest)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/usask-arg/ali-processing/main.svg)](https://results.pre-commit.ci/latest/github/usask-arg/showlib/main)

Research and development libraries developed at the University of Saskatchewan for the ALI instrument

## Installation
The package can be installed through `conda` with

`conda install -c usask-arg ali-processing`

and the latest nightly available version is available through

`conda install -c usask-arg-nightly ali-processing`

## Usage
Documentation can be found at  https://ali-processing.readthedocs.io/

## License
This project is licensed under the MIT license
