Metadata-Version: 2.4
Name: pyCoastal
Version: 0.1.0
Summary: A Python toolbox for coastal engineering
Home-page: https://github.com/yourusername/pyCoastal
Author: stebiondi
Author-email: Stefano Biondi <stefano@example.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# pyCoastal

A Python module for Coastal Engineering calculations.

Copyright (c) 2025 Stefano Biondi
Licensed under the MIT License. See LICENSE file for details.

# Installation
# Clone the repository and navigate to the main folder
```bash
git clone https://github.com/stebiondi/pyCoastal.git
cd pyCoastal
```

# Install build tools
```bash
pip install --upgrade pip setuptools wheel build
```

# Build your package (creates dist/ folder)
```bash
python -m build
```

# Install pyCoastal in editable (dev) mode
```bash
pip install -e 
```

# Install via pip:

```bash
pip install pyCoastal
```
