Metadata-Version: 2.4
Name: solidipes-astro-plugin
Version: 0.0.3
Summary: Plugin for Solidipes with astrophysics components
Author-email: Son Pham-Ba <son.phamba@epfl.ch>
License: GPL-3.0-or-later
License-File: LICENSE
Requires-Python: <3.13,>=3.9.12
Requires-Dist: astropy>=6.0.1
Requires-Dist: solidipes-core-plugin>=0.0.40
Provides-Extra: dev
Requires-Dist: pre-commit~=4.1.0; extra == 'dev'
Requires-Dist: pytest-cov~=5.0.0; extra == 'dev'
Requires-Dist: pytest~=8.1.1; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest-cov~=5.0.0; extra == 'test'
Requires-Dist: pytest~=8.1.1; extra == 'test'
Description-Content-Type: text/markdown

# Solidipes astrophysics plugin

_Plugin for Solidipes with astrophysics components_

[![PyPI version](https://badge.fury.io/py/solidipes-astro-plugin.svg)](https://badge.fury.io/py/solidipes-astro-plugin)

Meant to be used with [Solidipes](https://gitlab.com/solidipes/solidipes).


# Installation for development

```bash
git clone https://gitlab.com/solidipes/solidipes-astro-plugin.git
cd solidipes-astro-plugin
uv sync --group dev
pre-commit install
```


# Running tests

```bash
uv run pytest
```
