Metadata-Version: 2.4
Name: euniverse
Version: 0.9.0
Summary: A comprehensive tool to visualize Euclid color images created with eummy, and associated catalogs
Author-email: Mischa Schirmer <your@email.com>
License: GPL-3.0-or-later
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5
Requires-Dist: numpy
Requires-Dist: astropy>=5.2
Requires-Dist: matplotlib
Requires-Dist: opencv-python
Requires-Dist: scipy
Requires-Dist: tifffile
Requires-Dist: requests
Requires-Dist: eummy
Dynamic: license-file

# euniverse: A tool to explore Euclid color images created with eummy.

**euniverse** is a Python UI designed to display color images from the Euclid space telescope, created with **eummy** (see <https://pypi.org/project/eummy>). You can overlay Euclid catalogs, create image cutouts, and change the color contrast. **euniverse** also has the option to create manually defined target lists in case you spot something interesting. 

For more details about the Euclid space telescope visit <https://euclid-ec.org>.

## Installation

You can install **euniverse** directly from PyPI using pip, pip3, or pipx:

```bash
pipx install euniverse
```

Note: This will automatically install required dependencies.

## Usage

**euniverse** is designed to be used as a command-line tool. After installation, the euniverse command will be available in your terminal.
