Metadata-Version: 2.4
Name: pandoraaperture
Version: 0.2.0
Summary: 
License-File: LICENSE
Author: Christina Hedges
Author-email: christina.l.hedges@nasa.gov
Requires-Python: >=3.9,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: astropy (>=6.0.1)
Requires-Dist: gaiaoffline (>=1.0.3,<2.0.0)
Requires-Dist: matplotlib (>=2.0.0)
Requires-Dist: numpy (>=1.2)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pandoraref (>=2.3.2)
Requires-Dist: rich (>=13.9.4,<14.0.0)
Requires-Dist: sparse3d (>=1.2.10)
Description-Content-Type: text/markdown

<a href="https://github.com/pandoramission/pandora-aperture/actions/workflows/black.yml"><img src="https://github.com/pandoramission/pandora-aperture/workflows/black/badge.svg" alt="black status"/></a> <a href="https://github.com/pandoramission/pandora-aperture/actions/workflows/flake8.yml"><img src="https://github.com/pandoramission/pandora-aperture/workflows/flake8/badge.svg" alt="flake8 status"/></a> [![Generic badge](https://img.shields.io/badge/documentation-live-blue.svg)](https://pandoramission.github.io/pandora-aperture/)
[![PyPI - Version](https://img.shields.io/pypi/v/pandoraaperture)](https://pypi.org/project/pandoraaperture/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pandoraaperture)](https://pypi.org/project/pandoraaperture/)

# Pandora Aperture

## Installation

To install you can use

```sh
pip install pandoraaperture --upgrade
```

You should update your package often, as we frequently put out new versions with updated Current Best Estimates, and some limited new functionality. Check your version number using

```python
import pandoraaperture as pa
pa.__version__
```

