Metadata-Version: 2.4
Name: morphvista
Version: 0.1.0
Summary: A package for managing multilayer morphology data
Project-URL: Repository, https://github.com/bdpedigo/morphvista
Project-URL: Homepage, https://github.com/bdpedigo/morphvista
Project-URL: Documentation, https://bdpedigo.github.io/morphvista/
Project-URL: Issues, https://github.com/bdpedigo/morphvista/issues
Requires-Python: >=3.11
Requires-Dist: morphsync>=0.1.0
Requires-Dist: pyvista>=0.46.3
Description-Content-Type: text/markdown

# morphvista

morphvista is a Python library for plotting [morphsync](https://github.com/bdpedigo/morphsync) objects using [PyVista](https://www.pyvista.org/). That's it.

## Key Features

- Simple API on top of morphsync and PyVista, simply makes it easier to add data to a PyVista scene
- Visualize multiple morphology layers (meshes, skeletons, points) in a single 3D scene
- Color and size points and graph nodes by feature values


## Quick Start

```python
# Coming soon!
```

## Installation

```bash
pip install morphvista
```

or, to add to a `uv` managed project or environment:

```bash
uv add morphvista
```
