Metadata-Version: 2.1
Name: skycalc-ipy
Version: 0.5.1
Summary: Get atmospheric spectral information from the ESO skycalc server.
Home-page: https://github.com/AstarVienna/skycalc_ipy
License: GPL-3.0-or-later
Author: Kieran Leschinski
Author-email: kieran.leschinski@unive.ac.at
Maintainer: Kieran Leschinski
Maintainer-email: kieran.leschinski@unive.ac.at
Requires-Python: >=3.10,<4.0
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Astronomy
Provides-Extra: syn
Requires-Dist: astar-utils (>=0.3.0)
Requires-Dist: astropy (>=6.0.1,<7.0.0)
Requires-Dist: httpx (>=0.23.0)
Requires-Dist: numpy (>=1.26.3,<2.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: synphot (>=1.4.0,<2.0.0) ; extra == "syn"
Project-URL: Bug Tracker, https://github.com/AstarVienna/skycalc_ipy/issues
Project-URL: Documentation, https://skycalc-ipy.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/AstarVienna/skycalc_ipy
Description-Content-Type: text/markdown

# skycalc_ipy

[![Build Status](https://github.com/AstarVienna/skycalc_ipy/actions/workflows/tests.yml/badge.svg)](https://github.com/AstarVienna/skycalc_ipy/actions/workflows/tests.yml/badge.svg)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
![dev version](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2FAstarVienna%2Fskycalc_ipy%2Fmaster%2Fpyproject.toml&query=%24.tool.poetry.version&label=dev%20version&color=teal)
![Server Status](https://img.shields.io/website?url=https%3A%2F%2Fetimecalret-002.eso.org%2Fobserving%2Fetc%2F&label=ESO%20ETC%20server)

[![Documentation Status](https://readthedocs.org/projects/skycalc-ipy/badge/?version=latest)](https://skycalc-ipy.readthedocs.io/en/latest)
[![codecov](https://codecov.io/gh/AstarVienna/skycalc_ipy/graph/badge.svg)](https://codecov.io/gh/AstarVienna/skycalc_ipy)
[![PyPI - Version](https://img.shields.io/pypi/v/skycalc-ipy)](https://pypi.org/project/skycalc-ipy/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/skycalc-ipy)

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Citation](https://img.shields.io/badge/ascl-2109.007-blue.svg?colorB=262255)](https://ascl.net/2109.007)

A python package which mirrors the functionality of 
[ESO's `skycalc_cli` utility](https://www.eso.org/observing/etc/doc/skycalc/helpskycalccli.html),
but can be used from within an ipython session or Juypter notebook.

# Documentation
Please visit the [skycalc readthedocs site](https://skycalc-ipy.readthedocs.io/en/latest/) for more extensive documentation.

