Metadata-Version: 2.4
Name: pyAthina
Version: 0.0.1
Summary: A photoelectron miroscpectroscopy/spectromicroscopy data analyis package
Author-email: Evangelos Golias <evangelos.golias@gmail.com>
Project-URL: Homepage, https://gitlab.com/evangelosgolias/athina
Project-URL: Issues, https://gitlab.com/evangelosgolias/athina/-/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# pyAthina

A lightweight PyQt6 + pyqtgraph skeleton for PEEM-style image-stack workflows.

## Install

```bash
pip install -r requirements.txt
```

## Run

Any of these should work from the extracted project folder:

```bash
python -m pyAthina.main
```

```bash
python -m pyAthina
```

```bash
python run_pyAthina.py
```

If you `cd` into the `pyAthina/` subfolder itself, you can also run:

```bash
python main.py
```
