Metadata-Version: 2.4
Name: seapopym
Version: 0.1.2
Summary: Seapodym is a Python package that provides models to simulate the dynamics of low and mid trophic level marine ecosystems.
Project-URL: repository, https://github.com/SeapoPym/seapopym.git
Project-URL: documentation, https://seapopym.github.io/seapopym/
Author-email: Jules Lehodey <lehodey.jules+seapopym@gmail.com>
License: GPL-3.0-or-later
Requires-Python: <3.13,>=3.12
Requires-Dist: attrs>=25.3.0
Requires-Dist: cf-xarray>=0.10.9
Requires-Dist: dask>=2025.9.0
Requires-Dist: distributed>=2025.9.0
Requires-Dist: netcdf4>=1.6.0
Requires-Dist: numba>=0.61.2
Requires-Dist: numpy>=1.24.0
Requires-Dist: pint-xarray>=0.6.0
Requires-Dist: pint>=0.25
Requires-Dist: pyarrow>=21.0.0
Requires-Dist: xarray>=2025.9.0
Description-Content-Type: text/markdown

# SeapoPym Core

Core implementation of the SeapoPym spatial ecosystem model.

## Features

- Xarray-based data structures for multi-dimensional spatial-temporal data
- Numba-accelerated computations for performance
- Modular design for ecosystem components
- Support for large-scale simulations with Dask

## Installation

This package is part of the SeapoPym workspace. Install from the root directory:

```bash
uv sync
```

## Usage

```python
import seapopym

# Examples will be added during migration
```

## License

GPLv3 - See LICENSE file in the root directory.
