@bindgenProject@
=======

> @bindgenPackageDescription@

[![@bindgenProject@ version](https://badge.fury.io/py/@bindgenPyPackage@.svg)](https://pypi.org/project/@bindgenPyPackage@/)

## Installation

::::{tab-set}

:::{tab-item} System
```shell
pip install @bindgenProject@
```
:::

:::{tab-item} Browser
In Pyodide, e.g. the [Pyodide REPL](https://pyodide.org/en/stable/console.html) or [JupyterLite](https://jupyterlite.readthedocs.io/en/latest/try/lab),

```python
import micropip
await micropip.install('@bindgenProject@')
:::

::::

```{toctree}
:hidden:
:maxdepth: 3
:caption: 📖 Reference

apidocs/index.rst
itkwasm docs <https://itkwasm.readthedocs.io/>
```