Metadata-Version: 2.4
Name: specsy-online
Version: 0.10.1
Summary: Streamlit wrapper for Specsy functions
Author-email: Vital Fernández <vgf@stsci.edu>
License: GPL-3.0-or-later
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: specsy[full]~=0.10.0
Requires-Dist: streamlit~=1.58.0
Requires-Dist: streamlit_bokeh>=3.9
Requires-Dist: streamlit-authenticator==0.4.2
Requires-Dist: st-gsheets-connection~=0.1
Requires-Dist: google-api-python-client~=2.198.0

# Specsy Online

<p align="center">
  <img src="https://raw.githubusercontent.com/Vital-Fernandez/specsy/90d1e98719ba1c9529e691f5b9012e0e884d3bf4/src/specsy/resources/images/Specsy_logo_transparent_dark.PNG" alt="Spectra Synthesis (SpecSy)" width="400"/>
</p>

Streamlit wrapper for [SpecSy](https://github.com/Vital-Fernandez/specsy) — a Python library for astrophysical spectral analysis.

## Installation

This command will install [Aspect](https://github.com/Vital-Fernandez/aspect), [LiMe](https://github.com/Vital-Fernandez/lime), 
and [SpecSy](https://github.com/Vital-Fernandez/specsy) alongside their main dependencies:

```bash
pip install specsy-online
```

To upgrade to the latest version:

```bash
pip install --upgrade specsy-online
```

## Usage

Launch the browser interface based on Streamlit by running on the terminal:

```bash
specsy
```

## Citing

Previous work involving the results and development of SpecSy can be found in [Fernández et al. (2019)](https://doi.org/10.1093/mnras/stz1433),
[Fernández et al. (2021)](https://doi.org/10.1093/mnras/stab3150), [Fernández et al. (2023)](https://doi.org/10.1093/mnras/stad198),
and [del Valle-Espinosa et al. (2025)](https://arxiv.org/abs/2508.18160).

## Development

This wrapper is in an alpha development phase. Please check the [GitHub repository](https://github.com/Vital-Fernandez/specsy-online) for the latest version or to report any issues.

**Author:** Vital Fernández — [vgf@stsci.edu](mailto:vgf@stsci.edu)
