Metadata-Version: 2.5
Name: floer
Version: 1.0.0
Summary: Building blocks for floe models to rest upon.
Project-URL: Documentation, https://gitlab.com/tartopohm/floer#readme
Project-URL: Issues, https://gitlab.com/tartopohm/floer/issues
Project-URL: Source, https://gitlab.com/tartopohm/floer
Author-email: Nicolas Mokus <nmks@tuta.io>
License-Expression: MIT
License-File: LICENCE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Oceanography
Requires-Python: >=3.10
Requires-Dist: attrs
Requires-Dist: numpy>=2
Description-Content-Type: text/markdown

# floer

[![PyPI - Version](https://img.shields.io/pypi/v/floer.svg)](https://pypi.org/project/floer)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/floer.svg)](https://pypi.org/project/floer)

Building blocks for floe models to rest upon.

-----

## Table of Contents

- [Installation](#installation)
- [Licence](#licence)

## Installation

```console
pip install floer
```

## Licence

`floer` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) licence.
