Metadata-Version: 2.4
Name: scopesim-targets
Version: 0.2.0
Summary: Definition of on-sky targets for the ScopeSim telescope observation simulator.
License: GPL-3.0-or-later
License-File: LICENSE
Author: Fabian Haberhauer
Author-email: fabian.haberhauer@univie.ac.at
Requires-Python: >=3.11, <3.15
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: scopesim
Requires-Dist: astar-utils (>=0.5.3)
Requires-Dist: astropy (>=7.2.0,<8.0.0)
Requires-Dist: matplotlib (>=3.10.1,<3.11.0)
Requires-Dist: numpy (>=1.26.4,<2.3.0) ; python_version >= "3.11" and python_version < "3.13"
Requires-Dist: numpy (>=2.3.5,<3.0.0) ; python_version >= "3.13"
Requires-Dist: pooch (>=1.9.0,<2.0.0)
Requires-Dist: pyyaml (>=6.0.3,<7.0.0)
Requires-Dist: scipy (>=1.17.0,<1.18.0)
Requires-Dist: scopesim (>=0.11.2,<1.0.0) ; extra == "scopesim"
Requires-Dist: spextra (>=0.43.5)
Requires-Dist: synphot (>=1.7.0,<2.0.0)
Description-Content-Type: text/markdown

# ScopeSim-Targets
[![PyPI - Version](https://img.shields.io/pypi/v/scopesim-targets)](https://pypi.org/project/scopesim-targets/)
![dev version](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2FAstarVienna%2Fscopesim-targets%2Fmain%2Fpyproject.toml&query=%24.project.version&label=dev%20version&color=teal)
![GitHub Release Date](https://img.shields.io/github/release-date/AstarVienna/scopesim-targets)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/scopesim-targets)

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

Simplified, unified target description model for the [`ScopeSim`](https://github.com/AstarVienna/ScopeSim) observation simulation engine.

## Installation
Recommended way to install the package is to simply use `pip`:

```bash
pip install scopesim-targets
```

## Documentation
See [scopesim-targets.readthedocs.io](https://scopesim-targets.readthedocs.io) for the full documentation.

