Metadata-Version: 2.4
Name: m-eclipses
Version: 0.4.1
Summary: [DEPRECATED] Use 'solarc-eclipse' instead - ECLIPSE: Emission Calculation and Line Intensity Prediction for SOLAR-C EUVST
Home-page: https://github.com/jamesmckevitt/eclipse
Author: James McKevitt
Author-email: James McKevitt <your-email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/jamesmckevitt/eclipse
Project-URL: New Package, https://pypi.org/project/solarc-eclipse/
Project-URL: Bug Tracker, https://github.com/jamesmckevitt/eclipse/issues
Project-URL: Repository, https://github.com/jamesmckevitt/eclipse
Keywords: solar,spectroscopy,astronomy,EUVST,deprecated
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: solarc-eclipse>=0.5.0
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# m-eclipses [DEPRECATED]

⚠️ **This package has been deprecated and rebranded.**

## Please use `solarc-eclipse` instead

This package (`m-eclipses`) is no longer maintained. It has been rebranded to `solarc-eclipse` with improved functionality and modern packaging.

### Migration Instructions

1. **Uninstall the old package:**
   ```bash
   pip uninstall m-eclipses
   ```

2. **Install the new package:**
   ```bash
   pip install solarc-eclipse
   ```

3. **Update your commands:**
   - Old: `m-eclipses` or `meclipses`
   - New: `eclipse` or `solarc-eclipse`

4. **Update your Python imports:**
   ```python
   # No changes needed - still import euvst_response
   from euvst_response import synthesis
   ```

### What Changed

- **Package name:** `m-eclipses` → `solarc-eclipse` 
- **CLI commands:** `m-eclipses`/`meclipses` → `eclipse`/`solarc-eclipse`
- **Repository:** Moved to https://github.com/jamesmckevitt/eclipse
- **Branding:** Rebranded from "M-ECLIPSES" to "ECLIPSE"
- **New features:** Configurable reference lines and improved functionality

### Links

- **New PyPI package:** https://pypi.org/project/solarc-eclipse/
- **New repository:** https://github.com/jamesmckevitt/eclipse
- **Documentation:** Available in the new repository

---

**This deprecation release (v0.4.1) will automatically install `solarc-eclipse` as a dependency, but we recommend migrating to the new package directly.**
