Metadata-Version: 2.3
Name: seapopym
Version: 0.0.2.5.2
Summary: Seapodym is a Python package that provides models to simulate the dynamics of low and mid trophic level marine ecosystems.
License: MIT
Keywords: oceanography,marine ecosystems,marine biology
Author: Jules Lehodey
Author-email: lehodey.jules+seapopym@gmail.com
Requires-Python: >=3.12,<3.13
Classifier: Topic :: Scientific/Engineering :: Oceanography
Requires-Dist: attrs (>=25.3.0,<26.0.0)
Requires-Dist: cf-xarray (>=0.10.9,<0.11.0)
Requires-Dist: dask (>=2025.9.0,<2026.0.0)
Requires-Dist: distributed (>=2025.9.0,<2026.0.0)
Requires-Dist: numba (>=0.61.2,<0.62.0)
Requires-Dist: pint (>=0.25,<0.26)
Requires-Dist: pint-xarray (>=0.6.0,<0.7.0)
Requires-Dist: pyarrow (>=21.0.0,<22.0.0)
Requires-Dist: xarray (>=2025.9.0,<2026.0.0)
Project-URL: Documentation, https://seapopym.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/Ash12H/Seapopym
Description-Content-Type: text/markdown

# Seapopym

[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![Documentation Status](https://readthedocs.org/projects/seapopym/badge/?version=latest)](https://seapopym.readthedocs.io/en/latest/?badge=latest)

## Description

Seapodym is a Python package that provides models to simulate the dynamics of low and mid trophic level marine ecosystems. It is designed to be used in the context of the [Spatial Ecosystem And POpulation DYnamics Model (SEAPODYM) project](http://www.seapodym.eu/).

This package was developed by Jules Lehodey as part of his thesis _"Data driven modeling approach of mesozooplankton and micronekton functional groups"_.

## Installation

This package use the [Poetry](https://python-poetry.org/) package manager. To install the package, you can run the following command:

```bash
pip install seapopym
```

PyPi package is available [here](https://pypi.org/project/seapopym/).

Or you can download the source code and run the following command:

```bash
poetry install
```

## Documentation

The documentation is available [here](https://seapopym.readthedocs.io/en/latest/).

