Metadata-Version: 2.4
Name: purkinje-uv
Version: 0.1.0
Summary: Utilities to generate Purkinje networks from fractal trees and mesh surfaces
Author-email: Ricardo García Ramírez <rgr.5882@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ricardogr07/PurkinjeUV/
Project-URL: Repository, https://github.com/ricardogr07/PurkinjeUV/
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: vtk
Requires-Dist: pyvista
Dynamic: license-file

# PurkinjeUV

`PurkinjeUV` is a modular Python package for constructing, simulating, and exporting fractal-based Purkinje networks on cardiac surface meshes. It supports UV mapping, mesh processing, eikonal activation via FIM solvers, and VTK/IGB file utilities.

## Features

- Fractal-based generation of Purkinje networks over UV-projected surface meshes
- Eikonal activation modeling using fast iterative methods (FIM)
- Surface mesh handling and Laplacian-based UV mapping
- IGB-to-VTK volumetric data conversion and boundary surface extraction

## Installation

Install directly from PyPI:

```bash
pip install purkinje-uv
