Metadata-Version: 2.4
Name: gpx2mesh
Version: 0.1.3
Summary: Add your description here
Requires-Python: >=3.13
Requires-Dist: ipympl>=0.9.7
Requires-Dist: matplotlib>=3.10.3
Requires-Dist: python-dotenv>=1.1.1
Requires-Dist: requests>=2.32.4
Requires-Dist: scipy>=1.15.3
Requires-Dist: trimesh[easy]>=4.6.11
Description-Content-Type: text/markdown

# gpx2mesh

This project uses [uv](https://docs.astral.sh/uv/getting-started/installation/)
to manage its dependencies. Run the following to install a matching Python
version and project dependencies :

```bash
# Install a version of Python matching the one declared in .python-version
uv python install

# Install project dependencies
uv sync --all-groups
```
