Metadata-Version: 2.1
Name: skycalc-ipy
Version: 0.1.5
Summary: Get atmospheric spectral information from the ESO skycalc server
Author-email: Kieran Leschinski <kieran.leschinski@unive.ac.at>
Maintainer-email: Kieran Leschinski <kieran.leschinski@unive.ac.at>, Hugo Buddelmeijer <hugo@buddelmeijer.nl>
License: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Project-URL: Homepage, https://skycalc-ipy.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/AstarVienna/skycalc_ipy
Project-URL: Bug Reports, https://github.com/AstarVienna/skycalc_ipy/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.18.0
Requires-Dist: astropy>=4.0
Requires-Dist: requests>=2.20
Requires-Dist: pyyaml>5.2
Provides-Extra: test
Requires-Dist: pytest>=5.0.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: synphot>=1.1.0; extra == "test"
Requires-Dist: matplotlib>=3.2.0; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx>=4.3.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=0.5.1; extra == "docs"
Requires-Dist: jupyter_sphinx==0.2.3; extra == "docs"
Requires-Dist: sphinxcontrib-apidoc; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: matplotlib>=3.2.0; extra == "docs"

# skycalc_ipy

[![Documentation Status](https://readthedocs.org/projects/skycalc-ipy/badge/?version=latest)](https://skycalc-ipy.readthedocs.io/en/latest/?badge=latest)
[![Workflow Status](https://github.com/AstarVienna/skycalc_ipy/actions/workflows/tests.yml/badge.svg)](https://github.com/AstarVienna/skycalc_ipy/actions/workflows/tests.yml)

[![](http://github-actions.40ants.com/AstarVienna/skycalc_ipy/matrix.svg)](https://github.com/AstarVienna/skycalc_ipy)

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

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.
